HomeSort by relevance Sort by last modified time
    Searched refs:codeUnitIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
punycode.c 520 int32_t codeUnitIndex;
533 codeUnitIndex=i;
535 firstSupplementaryIndex=codeUnitIndex;
540 codeUnitIndex=firstSupplementaryIndex;
541 UTF_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex);
544 /* use the UChar index codeUnitIndex instead of the code point index i */
545 if(codeUnitIndex<destLength) {
546 uprv_memmove(dest+codeUnitIndex+cpLength,
547 dest+codeUnitIndex,
    [all...]
  /external/icu4c/common/
punycode.c 520 int32_t codeUnitIndex;
533 codeUnitIndex=i;
535 firstSupplementaryIndex=codeUnitIndex;
540 codeUnitIndex=firstSupplementaryIndex;
541 UTF_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex);
544 /* use the UChar index codeUnitIndex instead of the code point index i */
545 if(codeUnitIndex<destLength) {
546 uprv_memmove(dest+codeUnitIndex+cpLength,
547 dest+codeUnitIndex,
    [all...]

Completed in 58 milliseconds