Home
last modified time | relevance | path

Searched defs:srcLength (Results 1 – 25 of 46) sorted by relevance

12

/external/icu/icu4c/source/common/unicode/
Dunistr.h3841 int32_t srcLength) const in doCompare()
3894 int32_t srcLength) const in compare()
3902 int32_t srcLength) const in compare()
3916 int32_t srcLength) const in compare()
3933 int32_t srcLength) const in doCompareCodePointOrder()
3955 int32_t srcLength) const in compareCodePointOrder()
3963 int32_t srcLength) const in compareCodePointOrder()
3977 int32_t srcLength) const in compareCodePointOrder()
3994 int32_t srcLength, in doCaseCompare()
4020 int32_t srcLength, in caseCompare()
[all …]
/external/icu/icu4c/source/common/
Dustrtrns.cpp44 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()
410 int32_t srcLength, in u_strFromUTF8WithSub()
734 int32_t srcLength, in u_strFromUTF8()
748 int32_t srcLength, in u_strFromUTF8Lenient()
987 int32_t srcLength, in u_strToUTF8WithSub()
1251 int32_t srcLength, in u_strToUTF8()
1266 int32_t srcLength, in u_strFromJavaModifiedUTF8WithSub()
[all …]
Dustr_titlecase_brkiter.cpp54 const UChar *src, int32_t srcLength, in u_strToTitle()
79 const UChar *src, int32_t srcLength, in ucasemap_toTitle()
Ducasemap.cpp313 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8ToTitle()
476 const uint8_t *src, int32_t srcLength, in toUpper()
607 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8ToLower()
622 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8ToUpper()
641 const uint8_t *src, int32_t srcLength, in utf8_foldCase()
686 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8Fold()
694 const uint8_t *src, int32_t srcLength, in ucasemap_mapUTF8()
735 const char *src, int32_t srcLength, in ucasemap_utf8ToLower()
746 const char *src, int32_t srcLength, in ucasemap_utf8ToUpper()
757 const char *src, int32_t srcLength, in ucasemap_utf8FoldCase()
Duidna.cpp59 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()
Dustrcase_locale.cpp88 const UChar *src, int32_t srcLength, in u_strToLower()
102 const UChar *src, int32_t srcLength, in u_strToUpper()
Dustr_wcs.cpp69 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()
Dunorm.cpp48 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()
Dubidiwrt.c59 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()
Dustrcase.cpp196 const UChar *src, int32_t srcLength, in ustrcase_internalToTitle()
818 const UChar *src, int32_t srcLength, in toUpper()
941 const UChar *src, int32_t srcLength, in ustrcase_internalToLower()
956 const UChar *src, int32_t srcLength, in ustrcase_internalToUpper()
975 const UChar *src, int32_t srcLength, in ustr_foldCase()
1009 const UChar *src, int32_t srcLength, in ustrcase_internalFold()
1017 const UChar *src, int32_t srcLength, in ustrcase_map()
1085 const UChar *src, int32_t srcLength, in u_strFoldCase()
Ducasemap_titlecase_brkiter.cpp48 const char *src, int32_t srcLength, in ucasemap_utf8ToTitle()
Dunistr_titlecase_brkiter.cpp34 const UChar *src, int32_t srcLength, in unistr_case_internalToTitle()
Dpunycode.cpp184 u_strToPunycode(const UChar *src, int32_t srcLength, in u_strToPunycode()
377 u_strFromPunycode(const UChar *src, int32_t srcLength, in u_strFromPunycode()
Dunistr_case.cpp42 int32_t srcLength, in doCaseCompare()
Dunistr.cpp324 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()
1401 int32_t srcLength) in doReplace()
1416 int32_t srcLength) in doReplace()
1522 UnicodeString::doAppend(const UnicodeString& src, int32_t srcStart, int32_t srcLength) { in doAppend()
1533 UnicodeString::doAppend(const UChar *srcChars, int32_t srcStart, int32_t srcLength) { in doAppend()
Dubiditransform.c83 …uint32_t srcLength; /* input text length - not really needed as we are zer… member
437 const UChar *src, int32_t srcLength, in ubiditransform_transform()
Dusprep.cpp511 const UChar* src, int32_t srcLength, in usprep_map()
643 const UChar* src, int32_t srcLength, in usprep_prepare()
Dunistr_cnv.cpp79 UnicodeString::UnicodeString(const char *src, int32_t srcLength, in UnicodeString()
/external/icu/icu4c/source/test/cintltst/
Dnfsprep.c42 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/
Didnaref.cpp49 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()
Dnptrans.cpp141 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/android_icu4j/src/main/java/android/icu/impl/
DPunycode.java137 int srcLength = src.length(); in encode() local
276 int srcLength = src.length(); in decode() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPunycode.java135 int srcLength = src.length(); in encode() local
274 int srcLength = src.length(); in decode() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiWriter.java138 int srcLength = src.length(); in writeReverse() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidiWriter.java139 int srcLength = src.length(); in writeReverse() local

12