/external/chromium_org/third_party/icu/source/common/ |
H A D | punycode.c | 377 destCPCount, firstSupplementaryIndex, cpLength; local 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;
|
H A D | unisetspan.cpp | 1352 int32_t cpLength=spanOne(spanSet, s+pos, rest); local 1353 if(cpLength>0) { 1372 // cpLength<0 1373 pos-=cpLength; 1374 rest+=cpLength; 1392 int32_t cpLength=spanOneBack(spanSet, s, pos); local 1393 if(cpLength>0) { 1415 // cpLength<0 1416 pos+=cpLength; 1440 int32_t cpLength local 1483 int32_t cpLength=spanOneBackUTF8(spanSet, s, pos); local [all...] |
H A D | uts46.cpp | 801 int32_t cpLength=0; local 803 U16_NEXT_UNSAFE(label, cpLength, c); 806 labelString->replace(labelStart, cpLength, (UChar)0xfffd); 808 labelLength+=1-cpLength;
|
H A D | normalizer2impl.cpp | 127 int32_t cpLength=U16_LENGTH(c); local 128 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) { 131 remainingCapacity-=cpLength; 132 if(cpLength==1) {
|
/external/icu4c/common/ |
H A D | punycode.cpp | 380 destCPCount, firstSupplementaryIndex, cpLength; local 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;
|
H A D | unisetspan.cpp | 1354 int32_t cpLength=spanOne(spanSet, s+pos, rest); local 1355 if(cpLength>0) { 1374 // cpLength<0 1375 pos-=cpLength; 1376 rest+=cpLength; 1394 int32_t cpLength=spanOneBack(spanSet, s, pos); local 1395 if(cpLength>0) { 1417 // cpLength<0 1418 pos+=cpLength; 1442 int32_t cpLength local 1485 int32_t cpLength=spanOneBackUTF8(spanSet, s, pos); local [all...] |
H A D | uts46.cpp | 807 int32_t cpLength=0; local 809 U16_NEXT_UNSAFE(label, cpLength, c); 812 labelString->replace(labelStart, cpLength, (UChar)0xfffd); 814 labelLength+=1-cpLength;
|
H A D | normalizer2impl.cpp | 128 int32_t cpLength=U16_LENGTH(c); local 129 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) { 132 remainingCapacity-=cpLength; 133 if(cpLength==1) {
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | csdetest.cpp | 151 int32_t cpLength = eSplit[0].length(); local 154 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength); 155 codepage[cpLength] = '\0';
|
/external/icu4c/test/intltest/ |
H A D | csdetest.cpp | 163 int32_t cpLength = eSplit[0].length(); local 166 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength); 167 codepage[cpLength] = '\0';
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |