HomeSort by relevance Sort by last modified time
    Searched full:compoundstart (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
CompoundTransliterator.java 409 // compoundStart is the start for the entire compound
411 int compoundStart = index.start;
428 index.start = compoundStart; // Reset start
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
CompoundTransliterator.java 408 // compoundStart is the start for the entire compound
410 int compoundStart = index.start;
427 index.start = compoundStart; // Reset start
  /external/icu/icu4c/source/i18n/
cpdtrans.cpp 543 // compoundStart is the start for the entire compound
545 int32_t compoundStart = index.start;
552 index.start = compoundStart; // Reset start

Completed in 89 milliseconds