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

/external/icu/icu4c/source/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.cpp795 int32_t cpLength=0; local
797 U16_NEXT_UNSAFE(label, cpLength, c);
800 labelString->replace(labelStart, cpLength, (UChar)0xfffd);
802 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPunycode.java275 destCPCount, firstSupplementaryIndex, cpLength;
386 cpLength=Character.charCount(n);
401 if(cpLength>1) {
411 if(caseFlags!=null && (dest.length()+cpLength)<=caseFlags.length) {
414 caseFlags, codeUnitIndex+cpLength,
419 if(cpLength==2) {
423 if(cpLength==1) {
H A DUnicodeSetStringSpan.java569 int cpLength = spanOne(spanSet, s, pos, rest);
570 int maxInc = (cpLength > 0) ? cpLength : 0;
604 int cpLength = spanOne(spanSet, s, pos, rest);
605 if (cpLength > 0) {
606 offsets.addOffsetAndCount(cpLength, count + 1);
857 int cpLength = spanOne(spanSet, s, pos, rest);
858 if (cpLength > 0) {
877 // cpLength<0
878 pos -= cpLength;
[all...]
/external/icu/icu4c/source/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 253 milliseconds