Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPunycode.java275 destCPCount, firstSupplementaryIndex, cpLength; in decode() local
309 firstSupplementaryIndex=1000000000; in decode()
399 if(i<=firstSupplementaryIndex) { in decode()
402 firstSupplementaryIndex=codeUnitIndex; in decode()
404 ++firstSupplementaryIndex; in decode()
407 … codeUnitIndex=dest.offsetByCodePoints(firstSupplementaryIndex, i-firstSupplementaryIndex); in decode()
/external/icu/android_icu4j/src/main/java/android/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/icu4c/source/common/
Dpunycode.cpp380 destCPCount, firstSupplementaryIndex, cpLength; in u_strFromPunycode() local
433 firstSupplementaryIndex=1000000000; in u_strFromPunycode()
538 if(i<=firstSupplementaryIndex) { in u_strFromPunycode()
541 firstSupplementaryIndex=codeUnitIndex; in u_strFromPunycode()
543 ++firstSupplementaryIndex; in u_strFromPunycode()
546 codeUnitIndex=firstSupplementaryIndex; in u_strFromPunycode()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...