Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dpunycode.cpp526 int32_t codeUnitIndex; in u_strFromPunycode() local
539 codeUnitIndex=i; in u_strFromPunycode()
541 firstSupplementaryIndex=codeUnitIndex; in u_strFromPunycode()
546 codeUnitIndex=firstSupplementaryIndex; in u_strFromPunycode()
547 U16_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex); in u_strFromPunycode()
551 if(codeUnitIndex<destLength) { in u_strFromPunycode()
552 uprv_memmove(dest+codeUnitIndex+cpLength, in u_strFromPunycode()
553 dest+codeUnitIndex, in u_strFromPunycode()
554 (destLength-codeUnitIndex)*U_SIZEOF_UCHAR); in u_strFromPunycode()
556 uprv_memmove(caseFlags+codeUnitIndex+cpLength, in u_strFromPunycode()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPunycode.java387 int codeUnitIndex; in decode() local
400 codeUnitIndex=i; in decode()
402 firstSupplementaryIndex=codeUnitIndex; in decode()
407codeUnitIndex=dest.offsetByCodePoints(firstSupplementaryIndex, i-firstSupplementaryIndex); in decode()
412 if(codeUnitIndex<dest.length()) { in decode()
413 System.arraycopy(caseFlags, codeUnitIndex, in decode()
414 caseFlags, codeUnitIndex+cpLength, in decode()
415 dest.length()-codeUnitIndex); in decode()
418 caseFlags[codeUnitIndex]=isBasicUpperCase(src.charAt(in-1)); in decode()
420 caseFlags[codeUnitIndex+1]=false; in decode()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPunycode.java389 int codeUnitIndex; in decode() local
402 codeUnitIndex=i; in decode()
404 firstSupplementaryIndex=codeUnitIndex; in decode()
409codeUnitIndex=dest.offsetByCodePoints(firstSupplementaryIndex, i-firstSupplementaryIndex); in decode()
414 if(codeUnitIndex<dest.length()) { in decode()
415 System.arraycopy(caseFlags, codeUnitIndex, in decode()
416 caseFlags, codeUnitIndex+cpLength, in decode()
417 dest.length()-codeUnitIndex); in decode()
420 caseFlags[codeUnitIndex]=isBasicUpperCase(src.charAt(in-1)); in decode()
422 caseFlags[codeUnitIndex+1]=false; in decode()
[all …]
/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 ...