Searched refs:decompPos (Results 1 – 6 of 6) sorted by relevance
147 for (int decompPos = UTF16Util.codePointLength(starterCh); decompPos < target.length(); ) { in internalCompose()148 int ch = UTF16Util.nextCodePoint(target, decompPos); in internalCompose()149 decompPos += UTF16Util.codePointLength(ch); in internalCompose()162 decompPos += UTF16Util.setCodePointAt(target, compPos, ch); in internalCompose()
146 for (int decompPos = UTF16Util.codePointLength(starterCh); decompPos < target.length(); ) { in internalCompose()147 int ch = UTF16Util.nextCodePoint(target, decompPos); in internalCompose()148 decompPos += UTF16Util.codePointLength(ch); in internalCompose()161 decompPos += UTF16Util.setCodePointAt(target, compPos, ch); in internalCompose()
374 int decompPos = 0; in extract() local376 decompPos += UTF16.getCharCount(decompCp); // adjust position to skip first char in extract()384 if (decompPos == decomp.length()) { // done, have all decomp characters! in extract()389 decompCp = UTF16.charAt(decomp, decompPos); in extract()390 decompPos += UTF16.getCharCount(decompCp); in extract()
378 int decompPos = 0; in extract() local380 decompPos += UTF16.getCharCount(decompCp); // adjust position to skip first char in extract()388 if (decompPos == decomp.length()) { // done, have all decomp characters! in extract()393 decompCp = UTF16.charAt(decomp, decompPos); in extract()394 decompPos += UTF16.getCharCount(decompCp); in extract()
524 int32_t decompPos = 0; in extract() local526 U16_NEXT(decomp, decompPos, decompLen, decompCp); in extract()536 if (decompPos == decompLen) { // done, have all decomp characters! in extract()541 U16_NEXT(decomp, decompPos, decompLen, decompCp); in extract()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...