/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 3958 int32_t srcLength) const in doCompare() 4011 int32_t srcLength) const in compare() 4019 int32_t srcLength) const in compare() 4033 int32_t srcLength) const in compare() 4050 int32_t srcLength) const in doCompareCodePointOrder() 4072 int32_t srcLength) const in compareCodePointOrder() 4080 int32_t srcLength) const in compareCodePointOrder() 4094 int32_t srcLength) const in compareCodePointOrder() 4111 int32_t srcLength, in doCaseCompare() 4137 int32_t srcLength, in caseCompare() [all …]
|
/external/icu/icu4c/source/common/ |
D | ustrcase_locale.cpp | 46 const UChar *src, int32_t srcLength, in u_strToLower() 58 const UChar *src, int32_t srcLength, in u_strToUpper() 72 const UChar *src, int32_t srcLength, in toLower() 84 const UChar *src, int32_t srcLength, in toUpper()
|
D | ustrtrns.cpp | 44 int32_t srcLength, in u_strFromUTF32WithSub() 144 int32_t srcLength, in u_strFromUTF32() 158 int32_t srcLength, in u_strToUTF32WithSub() 250 int32_t srcLength, in u_strToUTF32() 264 int32_t srcLength, in u_strFromUTF8WithSub() 544 int32_t srcLength, in u_strFromUTF8() 558 int32_t srcLength, in u_strFromUTF8Lenient() 797 int32_t srcLength, in u_strToUTF8WithSub() 1061 int32_t srcLength, in u_strToUTF8() 1076 int32_t srcLength, in u_strFromJavaModifiedUTF8WithSub() [all …]
|
D | ucasemap.cpp | 316 const uint8_t *src, UCaseContext *csc, int32_t srcLength, in toUpper() 426 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8ToTitle() 571 const uint8_t *src, int32_t srcLength, in toUpper() 723 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8ToLower() 737 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8ToUpper() 755 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8Fold() 766 const char *src, int32_t srcLength, in ucasemap_mapUTF8() 800 const char *src, int32_t srcLength, in ucasemap_mapUTF8() 852 const char *src, int32_t srcLength, in ucasemap_utf8ToLower() 864 const char *src, int32_t srcLength, in ucasemap_utf8ToUpper() [all …]
|
D | uidna.cpp | 59 startsWithPrefix(const UChar* src , int32_t srcLength){ in startsWithPrefix() 147 getNextSeparator(UChar *src, int32_t srcLength, in getNextSeparator() 196 _internal_toASCII(const UChar* src, int32_t srcLength, in _internal_toASCII() 396 _internal_toUnicode(const UChar* src, int32_t srcLength, in _internal_toUnicode() 612 uidna_toASCII(const UChar* src, int32_t srcLength, in uidna_toASCII() 641 uidna_toUnicode(const UChar* src, int32_t srcLength, in uidna_toUnicode() 670 uidna_IDNToASCII( const UChar *src, int32_t srcLength, in uidna_IDNToASCII() 763 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, in uidna_IDNToUnicode()
|
D | ustr_wcs.cpp | 69 int32_t srcLength, in _strToWCS() 236 int32_t srcLength, in u_strToWCS() 287 int32_t srcLength, in _strFromWCS() 490 int32_t srcLength, in u_strFromWCS()
|
D | unorm.cpp | 48 int32_t srcLength, in unorm_quickCheck() 56 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, in unorm_quickCheckWithOptions() 71 unorm_isNormalized(const UChar *src, int32_t srcLength, in unorm_isNormalized() 79 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, in unorm_isNormalizedWithOptions() 97 unorm_normalize(const UChar *src, int32_t srcLength, in unorm_normalize()
|
D | ubidiwrt.cpp | 59 doWriteForward(const UChar *src, int32_t srcLength, in doWriteForward() 152 doWriteReverse(const UChar *src, int32_t srcLength, in doWriteReverse() 309 ubidi_writeReverse(const UChar *src, int32_t srcLength, in ubidi_writeReverse()
|
D | ustrcase.cpp | 302 const UChar *src, UCaseContext *csc, int32_t srcLength, in toUpper() 402 const UChar *src, int32_t srcLength, in ustrcase_internalToTitle() 1024 const UChar *src, int32_t srcLength, in toUpper() 1173 const UChar *src, int32_t srcLength, in ustrcase_internalToLower() 1190 const UChar *src, int32_t srcLength, in ustrcase_internalToUpper() 1213 const UChar *src, int32_t srcLength, in ustrcase_internalFold() 1227 const UChar *src, int32_t srcLength, in ustrcase_map() 1271 const UChar *src, int32_t srcLength, in ustrcase_mapWithOverlap() 1337 const UChar *src, int32_t srcLength, in u_strFoldCase() 1351 const UChar *src, int32_t srcLength, in fold()
|
D | ucasemap_titlecase_brkiter.cpp | 59 const char *src, int32_t srcLength, in utf8ToTitle() 104 const char *src, int32_t srcLength, in ucasemap_utf8ToTitle()
|
D | ustr_titlecase_brkiter.cpp | 176 const UChar *src, int32_t srcLength, in toTitle() 199 const UChar *src, int32_t srcLength, in u_strToTitle() 222 const UChar *src, int32_t srcLength, in ucasemap_toTitle()
|
D | punycode.cpp | 184 u_strToPunycode(const UChar *src, int32_t srcLength, in u_strToPunycode() 377 u_strFromPunycode(const UChar *src, int32_t srcLength, in u_strFromPunycode()
|
D | unistr.cpp | 324 int32_t srcLength) { in UnicodeString() 554 int32_t srcLength = src.length(); in copyFrom() local 1028 int32_t srcLength, in indexOf() 1092 int32_t srcLength, in lastIndexOf() 1402 int32_t srcLength) in doReplace() 1417 int32_t srcLength) in doReplace() 1539 UnicodeString::doAppend(const UnicodeString& src, int32_t srcStart, int32_t srcLength) { in doAppend() 1550 UnicodeString::doAppend(const UChar *srcChars, int32_t srcStart, int32_t srcLength) { in doAppend()
|
D | unistr_case.cpp | 46 int32_t srcLength, in doCaseCompare()
|
D | ubiditransform.cpp | 83 …uint32_t srcLength; /* input text length - not really needed as we are zer… member 439 const UChar *src, int32_t srcLength, in ubiditransform_transform()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nfsprep.c | 42 nfs4_prepare( const char* src, int32_t srcLength, in nfs4_prepare() 176 getPrefixSuffix(const char *src, int32_t srcLength, in getPrefixSuffix() 208 nfs4_mixed_prepare( const char* src, int32_t srcLength, in nfs4_mixed_prepare() 282 nfs4_cis_prepare( const char* src, int32_t srcLength, in nfs4_cis_prepare() 291 nfs4_cs_prepare( const char* src, int32_t srcLength, in nfs4_cs_prepare()
|
/external/icu/icu4c/source/test/intltest/ |
D | idnaref.cpp | 49 startsWithPrefix(const UChar* src , int32_t srcLength){ in startsWithPrefix() 131 static int32_t convertToPuny(const UChar* src, int32_t srcLength, in convertToPuny() 201 static int32_t convertFromPuny( const UChar* src, int32_t srcLength, in convertFromPuny() 246 idnaref_toASCII(const UChar* src, int32_t srcLength, in idnaref_toASCII() 415 idnaref_toUnicode(const UChar* src, int32_t srcLength, in idnaref_toUnicode() 644 getNextSeparator(UChar *src,int32_t srcLength,NamePrepTransform* prep, in getNextSeparator() 680 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, in idnaref_IDNToASCII() 835 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength, in idnaref_IDNToUnicode()
|
D | testutil.cpp | 89 int32_t srcLength, int32_t destLength, int32_t index) { in srcIndexFromDest() 116 int32_t srcLength, int32_t destLength, int32_t index) { in destIndexFromSrc() 244 int32_t srcLength = expSrcIndex; in checkEditsIter() local
|
D | nptrans.cpp | 141 int32_t NamePrepTransform::map(const UChar* src, int32_t srcLength, in map() 186 int32_t NamePrepTransform::process( const UChar* src, int32_t srcLength, in process()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Punycode.java | 135 int srcLength = src.length(); in encode() local 274 int srcLength = src.length(); in decode() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Punycode.java | 137 int srcLength = src.length(); in encode() local 276 int srcLength = src.length(); in decode() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BidiWriter.java | 139 int srcLength = src.length(); in writeReverse() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiWriter.java | 138 int srcLength = src.length(); in writeReverse() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterCaseTest.java | 819 EditChange expected[], int srcLength, int destLength, int index) { in srcIndexFromDest() 846 EditChange expected[], int srcLength, int destLength, int index) { in destIndexFromSrc() 961 int srcLength = expSrcIndex; in checkEditsIter() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterCaseTest.java | 822 EditChange expected[], int srcLength, int destLength, int index) { in srcIndexFromDest() 849 EditChange expected[], int srcLength, int destLength, int index) { in destIndexFromSrc() 964 int srcLength = expSrcIndex; in checkEditsIter() local
|