HomeSort by relevance Sort by last modified time
    Searched refs:textStart (Results 1 - 25 of 26) sorted by null

1 2

  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DescribedAs.java 36 int textStart = 0;
38 description.appendText(descriptionTemplate.substring(textStart, arg.start()));
40 textStart = arg.end();
43 if (textStart < descriptionTemplate.length()) {
44 description.appendText(descriptionTemplate.substring(textStart));
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 155 scriptStart = textStart;
156 scriptLimit = textStart;
162 textIndex = textStart;
191 textStart = start;
355 int ch = UTF16.charAt(text, textStart, textLimit, textIndex - textStart);
539 private int textStart;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java 153 scriptStart = textStart;
154 scriptLimit = textStart;
160 textIndex = textStart;
189 textStart = start;
353 int ch = UTF16.charAt(text, textStart, textLimit, textIndex - textStart);
537 private int textStart;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Bidi.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
AnyTransliterator.java 312 private int textStart;
338 this.textStart = start;
363 while (start > textStart) {
Bidi.java     [all...]
  /external/skia/tools/bookmaker/
spellCheck.cpp 156 const char* textStart = def->fContentStart;
177 const char* lineEnd = strchr(textStart, '\n');
178 this->wordCheck(lineEnd - textStart, textStart);
179 textStart = lineEnd;
323 this->childCheck(def, textStart);
mdOut.cpp     [all...]
  /external/skqp/tools/bookmaker/
spellCheck.cpp 156 const char* textStart = def->fContentStart;
177 const char* lineEnd = strchr(textStart, '\n');
178 this->wordCheck(lineEnd - textStart, textStart);
179 textStart = lineEnd;
323 this->childCheck(def, textStart);
mdOut.cpp     [all...]
  /external/icu/icu4c/source/i18n/
anytrans.cpp 76 int32_t textStart;
125 textStart = myStart;
145 while (start > textStart) {
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
AnyTransliterator.java 312 private int textStart;
338 this.textStart = start;
363 while (start > textStart) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c     [all...]
  /external/expat/lib/
xmlparse.c     [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c     [all...]
  /external/python/cpython3/Modules/expat/
xmlparse.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java     [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
junit-4.8.1.jar 
  /external/libphonenumber/lib/
junit-4.8.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit.jar 
  /external/cldr/tools/java/libs/
icu4j.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 2183 milliseconds

1 2