HomeSort by relevance Sort by last modified time
    Searched defs:cpLimit (Results 1 - 11 of 11) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
ReplaceableContextIterator.java 37 limit=cpStart=cpLimit=index=contextStart=contextLimit=0;
49 cpStart=cpLimit=index=contextStart=0;
59 cpStart=cpLimit=index;
120 if(cpLimit<limit) {
121 cpStart=cpLimit;
122 c=rep.char32At(cpLimit);
123 cpLimit+=UTF16.getCharCount(c);
138 int delta=text.length()-(cpLimit-cpStart);
139 rep.replace(cpStart, cpLimit, text);
140 cpLimit+=delta
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ReplaceableContextIterator.java 36 limit=cpStart=cpLimit=index=contextStart=contextLimit=0;
48 cpStart=cpLimit=index=contextStart=0;
58 cpStart=cpLimit=index;
119 if(cpLimit<limit) {
120 cpStart=cpLimit;
121 c=rep.char32At(cpLimit);
122 cpLimit+=UTF16.getCharCount(c);
137 int delta=text.length()-(cpLimit-cpStart);
138 rep.replace(cpStart, cpLimit, text);
139 cpLimit+=delta
    [all...]
  /external/icu/icu4c/source/common/
ucase.h 201 int32_t cpStart, cpLimit;
  /external/icu/icu4c/source/test/intltest/
convtest.cpp 522 UChar32 cpLimit;
525 cpLimit=s0Length=0x10000; // BMP only
527 cpLimit=0x110000;
555 if(cpLimit==0x110000) {
602 expected.add(0, cpLimit-1);
620 if(cpLimit<0x110000) {
621 set.remove(cpLimit, 0x10ffff);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 201 milliseconds