HomeSort by relevance Sort by last modified time
    Searched refs:tch (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/
ecs.c 210 void mkechar( tch, fwd, bck )
211 int tch, fwd[], bck[];
217 if ( fwd[tch] != NIL )
218 bck[fwd[tch]] = bck[tch];
220 if ( bck[tch] != NIL )
221 fwd[bck[tch]] = fwd[tch];
223 fwd[tch] = NIL;
224 bck[tch] = NIL
    [all...]
dfa.c 1017 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; local
1036 tch = transchar[ns];
1038 if ( tch != SYM_EPSILON )
1040 if ( tch < -lastccl || tch >= csize )
1046 if ( tch >= 0 )
1048 int ec = ecgroup[tch];
1056 tch = -tch;
1058 lenccl = ccllen[tch];
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp 6104 char tch; local
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp 2122 UChar tch = text.charAt(t); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 89 milliseconds