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

/external/icu4c/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/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/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 126 milliseconds