Home
last modified time | relevance | path

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

/external/icu4c/common/
Dpunycode.c522 int32_t codeUnitIndex; in u_strFromPunycode() local
535 codeUnitIndex=i; in u_strFromPunycode()
537 firstSupplementaryIndex=codeUnitIndex; in u_strFromPunycode()
542 codeUnitIndex=firstSupplementaryIndex; in u_strFromPunycode()
543 UTF_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex); in u_strFromPunycode()
547 if(codeUnitIndex<destLength) { in u_strFromPunycode()
548 uprv_memmove(dest+codeUnitIndex+cpLength, in u_strFromPunycode()
549 dest+codeUnitIndex, in u_strFromPunycode()
550 (destLength-codeUnitIndex)*U_SIZEOF_UCHAR); in u_strFromPunycode()
552 uprv_memmove(caseFlags+codeUnitIndex+cpLength, in u_strFromPunycode()
[all …]