Searched refs:cpLength (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dpunycode.c377 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 Dunisetspan.cpp1352 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 Duts46.cpp801 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 Dnormalizer2impl.cpp127 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 Dpunycode.cpp380 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 Dunisetspan.cpp1354 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 Duts46.cpp807 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 Dnormalizer2impl.cpp128 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 Dcsdetest.cpp151 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 Dcsdetest.cpp163 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 Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 531 milliseconds