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

/external/chromium_org/third_party/icu/source/common/
H A Dpunycode.c522 int32_t codeUnitIndex; local
535 codeUnitIndex=i;
537 firstSupplementaryIndex=codeUnitIndex;
542 codeUnitIndex=firstSupplementaryIndex;
543 UTF_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex);
546 /* use the UChar index codeUnitIndex instead of the code point index i */
547 if(codeUnitIndex<destLength) {
548 uprv_memmove(dest+codeUnitIndex+cpLength,
549 dest+codeUnitIndex,
[all...]
/external/icu/icu4c/source/common/
H A Dpunycode.cpp526 int32_t codeUnitIndex; local
539 codeUnitIndex=i;
541 firstSupplementaryIndex=codeUnitIndex;
546 codeUnitIndex=firstSupplementaryIndex;
547 U16_FWD_N(dest, codeUnitIndex, destLength, i-codeUnitIndex);
550 /* use the UChar index codeUnitIndex instead of the code point index i */
551 if(codeUnitIndex<destLength) {
552 uprv_memmove(dest+codeUnitIndex+cpLength,
553 dest+codeUnitIndex,
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 54 milliseconds