Searched refs:decompPos (Results 1 - 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java147 for (int decompPos = UTF16Util.codePointLength(starterCh); decompPos < target.length(); ) {
148 int ch = UTF16Util.nextCodePoint(target, decompPos);
149 decompPos += UTF16Util.codePointLength(ch);
162 decompPos += UTF16Util.setCodePointAt(target, compPos, ch);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizer.java146 for (int decompPos = UTF16Util.codePointLength(starterCh); decompPos < target.length(); ) {
147 int ch = UTF16Util.nextCodePoint(target, decompPos);
148 decompPos += UTF16Util.codePointLength(ch);
161 decompPos += UTF16Util.setCodePointAt(target, compPos, ch);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCanonicalIterator.java374 int decompPos = 0;
376 decompPos += UTF16.getCharCount(decompCp); // adjust position to skip first char
384 if (decompPos == decomp.length()) { // done, have all decomp characters!
389 decompCp = UTF16.charAt(decomp, decompPos);
390 decompPos += UTF16.getCharCount(decompCp);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java378 int decompPos = 0;
380 decompPos += UTF16.getCharCount(decompCp); // adjust position to skip first char
388 if (decompPos == decomp.length()) { // done, have all decomp characters!
393 decompCp = UTF16.charAt(decomp, decompPos);
394 decompPos += UTF16.getCharCount(decompCp);
/external/icu/icu4c/source/common/
H A Dcaniter.cpp524 int32_t decompPos = 0; local
526 U16_NEXT(decomp, decompPos, decompLen, decompCp);
536 if (decompPos == decompLen) { // done, have all decomp characters!
541 U16_NEXT(decomp, decompPos, decompLen, decompCp);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 139 milliseconds