Searched refs:codeUnitIndex (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | punycode.cpp | 529 int32_t codeUnitIndex; in u_strFromPunycode() local 542 codeUnitIndex=i; in u_strFromPunycode() 544 firstSupplementaryIndex=codeUnitIndex; in u_strFromPunycode() 549 codeUnitIndex=firstSupplementaryIndex; in u_strFromPunycode() 550 U16_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex); in u_strFromPunycode() 554 if(codeUnitIndex<destLength) { in u_strFromPunycode() 555 uprv_memmove(dest+codeUnitIndex+cpLength, in u_strFromPunycode() 556 dest+codeUnitIndex, in u_strFromPunycode() 557 (destLength-codeUnitIndex)*U_SIZEOF_UCHAR); in u_strFromPunycode() 559 uprv_memmove(caseFlags+codeUnitIndex+cpLength, in u_strFromPunycode() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Punycode.java | 396 int codeUnitIndex; in decode() local 409 codeUnitIndex=i; in decode() 411 firstSupplementaryIndex=codeUnitIndex; in decode() 416 … codeUnitIndex=dest.offsetByCodePoints(firstSupplementaryIndex, i-firstSupplementaryIndex); in decode() 421 if(codeUnitIndex<dest.length()) { in decode() 422 System.arraycopy(caseFlags, codeUnitIndex, in decode() 423 caseFlags, codeUnitIndex+cpLength, in decode() 424 dest.length()-codeUnitIndex); in decode() 427 caseFlags[codeUnitIndex]=isBasicUpperCase(src.charAt(in-1)); in decode() 429 caseFlags[codeUnitIndex+1]=false; in decode() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Punycode.java | 394 int codeUnitIndex; in decode() local 407 codeUnitIndex=i; in decode() 409 firstSupplementaryIndex=codeUnitIndex; in decode() 414 … codeUnitIndex=dest.offsetByCodePoints(firstSupplementaryIndex, i-firstSupplementaryIndex); in decode() 419 if(codeUnitIndex<dest.length()) { in decode() 420 System.arraycopy(caseFlags, codeUnitIndex, in decode() 421 caseFlags, codeUnitIndex+cpLength, in decode() 422 dest.length()-codeUnitIndex); in decode() 425 caseFlags[codeUnitIndex]=isBasicUpperCase(src.charAt(in-1)); in decode() 427 caseFlags[codeUnitIndex+1]=false; in decode() [all …]
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |