Home
last modified time | relevance | path

Searched refs:firstSupplementaryIndex (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPunycode.java277 destCPCount, firstSupplementaryIndex, cpLength; in decode() local
311 firstSupplementaryIndex=1000000000; in decode()
401 if(i<=firstSupplementaryIndex) { in decode()
404 firstSupplementaryIndex=codeUnitIndex; in decode()
406 ++firstSupplementaryIndex; in decode()
409 … codeUnitIndex=dest.offsetByCodePoints(firstSupplementaryIndex, i-firstSupplementaryIndex); in decode()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPunycode.java279 destCPCount, firstSupplementaryIndex, cpLength; in decode() local
313 firstSupplementaryIndex=1000000000; in decode()
403 if(i<=firstSupplementaryIndex) { in decode()
406 firstSupplementaryIndex=codeUnitIndex; in decode()
408 ++firstSupplementaryIndex; in decode()
411 … codeUnitIndex=dest.offsetByCodePoints(firstSupplementaryIndex, i-firstSupplementaryIndex); in decode()
/external/icu/icu4c/source/common/
Dpunycode.cpp382 destCPCount, firstSupplementaryIndex, cpLength; in u_strFromPunycode() local
435 firstSupplementaryIndex=1000000000; in u_strFromPunycode()
540 if(i<=firstSupplementaryIndex) { in u_strFromPunycode()
543 firstSupplementaryIndex=codeUnitIndex; in u_strFromPunycode()
545 ++firstSupplementaryIndex; in u_strFromPunycode()
548 codeUnitIndex=firstSupplementaryIndex; in u_strFromPunycode()