/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UnicodeSetStringSpan.java | 577 int cpLength = spanOne(spanSet, s, pos, rest); in spanAndCount() local 612 int cpLength = spanOne(spanSet, s, pos, rest); in spanContainedAndCount() local 865 int cpLength = spanOne(spanSet, s, pos, rest); in spanNot() local 909 int cpLength = spanOneBack(spanSet, s, pos); in spanNotBack() local
|
D | Punycode.java | 284 destCPCount, firstSupplementaryIndex, cpLength; in decode() local
|
D | CaseMapImpl.java | 373 int cpLength, int options, Edits edits) throws IOException { in appendResult()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UnicodeSetStringSpan.java | 573 int cpLength = spanOne(spanSet, s, pos, rest); in spanAndCount() local 608 int cpLength = spanOne(spanSet, s, pos, rest); in spanContainedAndCount() local 861 int cpLength = spanOne(spanSet, s, pos, rest); in spanNot() local 905 int cpLength = spanOneBack(spanSet, s, pos); in spanNotBack() local
|
D | Punycode.java | 282 destCPCount, firstSupplementaryIndex, cpLength; in decode() local
|
D | CaseMapImpl.java | 368 int cpLength, int options, Edits edits) throws IOException { in appendResult()
|
/external/icu/icu4c/source/common/ |
D | unisetspan.cpp | 1353 int32_t cpLength=spanOne(spanSet, s+pos, rest); in spanNot() local 1393 int32_t cpLength=spanOneBack(spanSet, s, pos); in spanNotBack() local 1441 int32_t cpLength=spanOneUTF8(spanSet, s+pos, rest); in spanNotUTF8() local 1484 int32_t cpLength=spanOneBackUTF8(spanSet, s, pos); in spanNotBackUTF8() local
|
D | punycode.cpp | 379 destCPCount, firstSupplementaryIndex, cpLength; in u_strFromPunycode() local
|
D | simpleformatter.cpp | 211 int32_t cpLength = compiledPattern.length(); in formatAndReplace() local
|
D | normalizer2impl.cpp | 141 int32_t cpLength = (int32_t)(cpLimit - cpStart); in appendCodePointDelta() local 301 int32_t cpLength=U16_LENGTH(c); in appendZeroCC() local
|
D | ucasemap.cpp | 140 appendResult(int32_t cpLength, int32_t result, const UChar *s, in appendResult()
|
D | ustrcase.cpp | 59 int32_t cpLength, uint32_t options, icu::Edits *edits) { in appendResult()
|
D | uts46.cpp | 835 int32_t cpLength=0; in processLabel() local
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 163 int32_t cpLength = eSplit[0].length(); in checkEncoding() local
|