HomeSort by relevance Sort by last modified time
    Searched refs:failPos (Results 1 - 7 of 7) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
IDNA2003.java 174 int failPos = -1;
204 failPos = j;
219 (failPos>0) ? (failPos-1) : failPos);
307 //int failPos = -1;
315 failPos = src.getIndex();
382 // (failPos>0) ? (failPos-1) : failPos);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAReference.java 152 int failPos = -1;
181 failPos = j;
196 (failPos>0) ? (failPos-1) : failPos);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IDNA2003.java 173 int failPos = -1;
203 failPos = j;
218 (failPos>0) ? (failPos-1) : failPos);
306 //int failPos = -1;
314 failPos = src.getIndex();
381 // (failPos>0) ? (failPos-1) : failPos);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAReference.java 149 int failPos = -1;
178 failPos = j;
193 (failPos>0) ? (failPos-1) : failPos);
  /external/icu/icu4c/source/common/
uidna.cpp 226 int32_t failPos = -1;
289 failPos = j;
305 // failPos is always set the index of failure
306 uprv_syntaxError(b1,failPos, b1Len,parseError);
423 int32_t failPos =0;*/
436 failPos = srcLength;
449 failPos = j;
559 // failPos is always set the index of failure
560 uprv_syntaxError(src,failPos, srcLength,parseError);
  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 452 int32_t failPos =0;
468 failPos = srcLength;
481 failPos = j;
591 // failPos is always set the index of failure
592 uprv_syntaxError(src,failPos, srcLength,parseError);
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 707 milliseconds