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

1 2 3 4 5 6

  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 160 textIndex = textStart;
352 while (textIndex < textLimit) {
353 int ch = UTF16.charAt(text, textStart, textLimit, textIndex - textStart);
358 textIndex += codePointCount;
398 textIndex -= codePointCount;
403 scriptLimit = textIndex;
536 private int textIndex;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java 158 textIndex = textStart;
350 while (textIndex < textLimit) {
351 int ch = UTF16.charAt(text, textStart, textLimit, textIndex - textStart);
356 textIndex += codePointCount;
396 textIndex -= codePointCount;
401 scriptLimit = textIndex;
534 private int textIndex;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MaterialSearchSuggestionsList.java 129 final int textIndex = c.getColumnIndex(SearchManager.SUGGEST_COLUMN_QUERY);
132 final String suggestion = c.getString(textIndex);
  /frameworks/base/media/java/android/media/
MediaMetadata.java 511 int textIndex = 0;
513 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) {
517 text[textIndex++] = next;
  /frameworks/support/media-compat/java/android/support/v4/media/
MediaMetadataCompat.java 462 int textIndex = 0;
464 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) {
468 text[textIndex++] = next;
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
fannkuch.js     [all...]
fasta.js     [all...]
memops.js     [all...]
zlib.js     [all...]
box2d.js     [all...]
lua_binarytrees.js     [all...]
  /external/v8/test/mjsunit/asm/poppler/
poppler.js     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.0/
common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.2/
common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.0/
common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.1/
common-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.3/
common-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.0/
common-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.1/
common-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.7.3/
common-22.7.3.jar 

Completed in 1415 milliseconds

1 2 3 4 5 6