Searched defs:lastChar (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockSpellCheck.cpp110 string16::iterator lastChar = find_if(stringText.begin() + wordOffset, stringText.end(), isNotASCIIAlpha); local
111 if (lastChar == stringText.end())
114 wordLength = distance(firstChar, lastChar);
/external/icu4c/layout/
H A DKhmerReordering.h106 LEUnicode lastChar; // and this x17DF member in struct:KhmerClassTable
H A DTibetanReordering.h125 LEUnicode lastChar; // and this x0FFF member in struct:TibetanClassTable
H A DIndicReordering.h96 LEUnicode lastChar; member in struct:IndicClassTable
/external/javassist/src/main/javassist/compiler/
H A DLex.java28 private int lastChar; field in class:Lex
40 lastChar = -1;
523 lastChar = c;
539 if (lastChar < 0)
545 int c = lastChar;
546 lastChar = -1;
/external/chromium_org/third_party/icu/source/common/
H A Duniset_props.cpp549 UChar32 lastChar = 0; local
644 add(lastChar, lastChar);
645 _appendToPat(patLocal, lastChar, FALSE);
717 add(lastChar, lastChar);
718 _appendToPat(patLocal, lastChar, FALSE);
771 add(lastChar, lastChar);
772 _appendToPat(patLocal, lastChar, FALS
[all...]
/external/icu4c/common/
H A Duniset_props.cpp469 UChar32 lastChar = 0; local
564 add(lastChar, lastChar);
565 _appendToPat(patLocal, lastChar, FALSE);
637 add(lastChar, lastChar);
638 _appendToPat(patLocal, lastChar, FALSE);
691 add(lastChar, lastChar);
692 _appendToPat(patLocal, lastChar, FALS
[all...]
/external/icu4c/layoutex/
H A DParagraphLayout.cpp1038 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1; local
1040 appendRun(line, run, firstChar, lastChar);
1047 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar) argument
1052 // Get the glyph indices for all the characters between firstChar and lastChar,
1059 for (ch = firstChar; ch <= lastChar; ch += 1) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.launcher.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.launcher_1.1.0.v20100507.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...

Completed in 568 milliseconds