/external/chromium_org/third_party/icu/source/common/ |
punycode.c | 377 destCPCount, firstSupplementaryIndex, cpLength; 520 cpLength=UTF_CHAR_LENGTH(n); 521 if((destLength+cpLength)<=destCapacity) { 536 if(cpLength>1) { 548 uprv_memmove(dest+codeUnitIndex+cpLength, 552 uprv_memmove(caseFlags+codeUnitIndex+cpLength, 557 if(cpLength==1) { 568 if(cpLength==2) { 573 destLength+=cpLength;
|
unisetspan.cpp | [all...] |
uts46.cpp | 801 int32_t cpLength=0; 803 U16_NEXT_UNSAFE(label, cpLength, c); 806 labelString->replace(labelStart, cpLength, (UChar)0xfffd); 808 labelLength+=1-cpLength; [all...] |
normalizer2impl.cpp | 127 int32_t cpLength=U16_LENGTH(c); 128 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) { 131 remainingCapacity-=cpLength; 132 if(cpLength==1) { [all...] |
/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 | 807 int32_t cpLength=0; 809 U16_NEXT_UNSAFE(label, cpLength, c); 812 labelString->replace(labelStart, cpLength, (UChar)0xfffd); 814 labelLength+=1-cpLength; [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
csdetest.cpp | 151 int32_t cpLength = eSplit[0].length(); 154 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength); 155 codepage[cpLength] = '\0';
|
/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';
|
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |