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

  /external/chromium/third_party/icu/source/common/
punycode.c 375 destCPCount, firstSupplementaryIndex, cpLength;
518 cpLength=UTF_CHAR_LENGTH(n);
519 if((destLength+cpLength)<destCapacity) {
534 if(cpLength>1) {
546 uprv_memmove(dest+codeUnitIndex+cpLength,
550 uprv_memmove(caseFlags+codeUnitIndex+cpLength,
555 if(cpLength==1) {
566 if(cpLength==2) {
571 destLength+=cpLength;
unisetspan.cpp     [all...]
  /external/icu4c/common/
punycode.c 375 destCPCount, firstSupplementaryIndex, cpLength;
518 cpLength=UTF_CHAR_LENGTH(n);
519 if((destLength+cpLength)<destCapacity) {
534 if(cpLength>1) {
546 uprv_memmove(dest+codeUnitIndex+cpLength,
550 uprv_memmove(caseFlags+codeUnitIndex+cpLength,
555 if(cpLength==1) {
566 if(cpLength==2) {
571 destLength+=cpLength;
unisetspan.cpp     [all...]
normalizer2impl.cpp 125 int32_t cpLength=U16_LENGTH(c);
126 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
129 remainingCapacity-=cpLength;
130 if(cpLength==1) {
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
csdetest.cpp 148 int32_t cpLength = eSplit[0].length();
151 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
152 codepage[cpLength] = '\0';
  /external/icu4c/test/intltest/
csdetest.cpp 151 int32_t cpLength = eSplit[0].length();
154 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
155 codepage[cpLength] = '\0';

Completed in 252 milliseconds