/external/icu/icu4c/source/common/ |
D | punycode.cpp | 380 destCPCount, firstSupplementaryIndex, cpLength; in u_strFromPunycode() local 524 cpLength=U16_LENGTH(n); in u_strFromPunycode() 525 if(dest!=NULL && ((destLength+cpLength)<=destCapacity)) { in u_strFromPunycode() 540 if(cpLength>1) { in u_strFromPunycode() 552 uprv_memmove(dest+codeUnitIndex+cpLength, in u_strFromPunycode() 556 uprv_memmove(caseFlags+codeUnitIndex+cpLength, in u_strFromPunycode() 561 if(cpLength==1) { in u_strFromPunycode() 572 if(cpLength==2) { in u_strFromPunycode() 577 destLength+=cpLength; in u_strFromPunycode()
|
D | unisetspan.cpp | 1354 int32_t cpLength=spanOne(spanSet, s+pos, rest); in spanNot() local 1355 if(cpLength>0) { in spanNot() 1375 pos-=cpLength; in spanNot() 1376 rest+=cpLength; in spanNot() 1394 int32_t cpLength=spanOneBack(spanSet, s, pos); in spanNotBack() local 1395 if(cpLength>0) { in spanNotBack() 1418 pos+=cpLength; in spanNotBack() 1442 int32_t cpLength=spanOneUTF8(spanSet, s+pos, rest); in spanNotUTF8() local 1443 if(cpLength>0) { in spanNotUTF8() 1462 pos-=cpLength; in spanNotUTF8() [all …]
|
D | uts46.cpp | 795 int32_t cpLength=0; in processLabel() local 797 U16_NEXT_UNSAFE(label, cpLength, c); in processLabel() 800 labelString->replace(labelStart, cpLength, (UChar)0xfffd); in processLabel() 802 labelLength+=1-cpLength; in processLabel()
|
D | normalizer2impl.cpp | 128 int32_t cpLength=U16_LENGTH(c); in appendZeroCC() local 129 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) { in appendZeroCC() 132 remainingCapacity-=cpLength; in appendZeroCC() 133 if(cpLength==1) { in appendZeroCC()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Punycode.java | 275 destCPCount, firstSupplementaryIndex, cpLength; in decode() local 386 cpLength=Character.charCount(n); in decode() 401 if(cpLength>1) { in decode() 411 if(caseFlags!=null && (dest.length()+cpLength)<=caseFlags.length) { in decode() 414 caseFlags, codeUnitIndex+cpLength, in decode() 419 if(cpLength==2) { in decode() 423 if(cpLength==1) { in decode()
|
D | UnicodeSetStringSpan.java | 569 int cpLength = spanOne(spanSet, s, pos, rest); in spanAndCount() local 570 int maxInc = (cpLength > 0) ? cpLength : 0; in spanAndCount() 604 int cpLength = spanOne(spanSet, s, pos, rest); in spanContainedAndCount() local 605 if (cpLength > 0) { in spanContainedAndCount() 606 offsets.addOffsetAndCount(cpLength, count + 1); in spanContainedAndCount() 857 int cpLength = spanOne(spanSet, s, pos, rest); in spanNot() local 858 if (cpLength > 0) { in spanNot() 878 pos -= cpLength; in spanNot() 879 rest += cpLength; in spanNot() 901 int cpLength = spanOneBack(spanSet, s, pos); in spanNotBack() local [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 163 int32_t cpLength = eSplit[0].length(); in checkEncoding() local 166 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength); in checkEncoding() 167 codepage[cpLength] = '\0'; in checkEncoding()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | com.ibm.icu_4.2.1.v20100412.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |