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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
TestCanonicalIterator.java 201 int mixedCounter = 0;
221 if ((mixedCounter & 0x7F) == 0 && (ch < 0xAD00 || ch > 0xAC00 + 11172)) {
222 if (lastMixedCounter != mixedCounter) {
224 lastMixedCounter = mixedCounter;
226 logln("\t" + mixedCounter + "\t" + hex(item)
258 mixedCounter++;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
TestCanonicalIterator.java 198 int mixedCounter = 0;
218 if ((mixedCounter & 0x7F) == 0 && (ch < 0xAD00 || ch > 0xAC00 + 11172)) {
219 if (lastMixedCounter != mixedCounter) {
221 lastMixedCounter = mixedCounter;
223 logln("\t" + mixedCounter + "\t" + hex(item)
255 mixedCounter++;

Completed in 149 milliseconds