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

  /external/icu4c/common/
punycode.cpp 380 destCPCount, firstSupplementaryIndex, cpLength;
524 cpLength=U16_LENGTH(n);
525 if(dest!=NULL && ((destLength+cpLength)<=destCapacity)) {
540 if(cpLength>1) {
552 uprv_memmove(dest+codeUnitIndex+cpLength,
556 uprv_memmove(caseFlags+codeUnitIndex+cpLength,
561 if(cpLength==1) {
572 if(cpLength==2) {
577 destLength+=cpLength;
unisetspan.cpp     [all...]
normalizer2impl.cpp 128 int32_t cpLength=U16_LENGTH(c);
129 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
132 remainingCapacity-=cpLength;
133 if(cpLength==1) {
    [all...]
uts46.cpp 809 int32_t cpLength=0;
811 U16_NEXT_UNSAFE(label, cpLength, c);
814 labelString->replace(labelStart, cpLength, (UChar)0xfffd);
816 labelLength+=1-cpLength;
    [all...]
  /external/icu4c/test/intltest/
csdetest.cpp 163 int32_t cpLength = eSplit[0].length();
166 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
167 codepage[cpLength] = '\0';
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 670 milliseconds