Searched refs:codeUnitIndex (Results 1 – 4 of 4) sorted by relevance
526 int32_t codeUnitIndex; in u_strFromPunycode() local539 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 …]
387 int codeUnitIndex; in decode() local400 codeUnitIndex=i; in decode()402 firstSupplementaryIndex=codeUnitIndex; in decode()407 … codeUnitIndex=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 …]
389 int codeUnitIndex; in decode() local402 codeUnitIndex=i; in decode()404 firstSupplementaryIndex=codeUnitIndex; in decode()409 … codeUnitIndex=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 …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...