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

1 2 3 4 5 6

  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 162 textIndex = textStart;
354 while (textIndex < textLimit) {
355 int ch = UTF16.charAt(text, textStart, textLimit, textIndex - textStart);
360 textIndex += codePointCount;
400 textIndex -= codePointCount;
405 scriptLimit = textIndex;
538 private int textIndex;
  /external/icu/icu4j/main/classes/core/src/com/ibm/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;
  /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 567 int textIndex = 0;
569 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) {
573 text[textIndex++] = next;
    [all...]
  /frameworks/support/media/src/main/java/android/support/v4/media/
MediaMetadataCompat.java 494 int textIndex = 0;
496 while (textIndex < text.length && keyIndex < PREFERRED_DESCRIPTION_ORDER.length) {
500 text[textIndex++] = next;
    [all...]
  /prebuilts/tools/common/m2/repository/com/facebook/device/yearclass/yearclass/1.0.1/
yearclass-1.0.1.jar 
  /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 
  /prebuilts/gradle-plugin/com/android/tools/common/22.8.0/
common-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.9.2/
common-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.0.1/
common-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.0.2/
common-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.1.0/
common-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.1.3/
common-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.1.4/
common-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.2.0/
common-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.2.1/
common-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/23.2.2/
common-23.2.2.jar 

Completed in 531 milliseconds

1 2 3 4 5 6