Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/common/unicode/
Dunistr.h3702 int32_t srcLength) const in doCompare()
3755 int32_t srcLength) const in compare()
3763 int32_t srcLength) const in compare()
3777 int32_t srcLength) const in compare()
3794 int32_t srcLength) const in doCompareCodePointOrder()
3816 int32_t srcLength) const in compareCodePointOrder()
3824 int32_t srcLength) const in compareCodePointOrder()
3838 int32_t srcLength) const in compareCodePointOrder()
3855 int32_t srcLength, in doCaseCompare()
3881 int32_t srcLength, in caseCompare()
[all …]
/external/icu/icu4c/source/common/
Dustrtrns.cpp42 int32_t srcLength, in u_strFromUTF32WithSub()
142 int32_t srcLength, in u_strFromUTF32()
156 int32_t srcLength, in u_strToUTF32WithSub()
248 int32_t srcLength, in u_strToUTF32()
404 int32_t srcLength, in u_strFromUTF8WithSub()
728 int32_t srcLength, in u_strFromUTF8()
742 int32_t srcLength, in u_strFromUTF8Lenient()
981 int32_t srcLength, in u_strToUTF8WithSub()
1245 int32_t srcLength, in u_strToUTF8()
1260 int32_t srcLength, in u_strFromJavaModifiedUTF8WithSub()
[all …]
Ducasemap.cpp260 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8ToTitle()
392 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8ToLower()
407 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8ToUpper()
422 const uint8_t *src, int32_t srcLength, in utf8_foldCase()
460 const uint8_t *src, int32_t srcLength, in ucasemap_internalUTF8Fold()
468 const uint8_t *src, int32_t srcLength, in ucasemap_mapUTF8()
509 const char *src, int32_t srcLength, in ucasemap_utf8ToLower()
520 const char *src, int32_t srcLength, in ucasemap_utf8ToUpper()
531 const char *src, int32_t srcLength, in ucasemap_utf8FoldCase()
Duidna.cpp57 startsWithPrefix(const UChar* src , int32_t srcLength){ in startsWithPrefix()
145 getNextSeparator(UChar *src, int32_t srcLength, in getNextSeparator()
194 _internal_toASCII(const UChar* src, int32_t srcLength, in _internal_toASCII()
394 _internal_toUnicode(const UChar* src, int32_t srcLength, in _internal_toUnicode()
610 uidna_toASCII(const UChar* src, int32_t srcLength, in uidna_toASCII()
639 uidna_toUnicode(const UChar* src, int32_t srcLength, in uidna_toUnicode()
668 uidna_IDNToASCII( const UChar *src, int32_t srcLength, in uidna_IDNToASCII()
761 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, in uidna_IDNToUnicode()
Dustr_titlecase_brkiter.cpp52 const UChar *src, int32_t srcLength, in u_strToTitle()
77 const UChar *src, int32_t srcLength, in ucasemap_toTitle()
Dustr_wcs.cpp67 int32_t srcLength, in _strToWCS()
234 int32_t srcLength, in u_strToWCS()
285 int32_t srcLength, in _strFromWCS()
488 int32_t srcLength, in u_strFromWCS()
Dunorm.cpp46 int32_t srcLength, in unorm_quickCheck()
54 unorm_quickCheckWithOptions(const UChar *src, int32_t srcLength, in unorm_quickCheckWithOptions()
69 unorm_isNormalized(const UChar *src, int32_t srcLength, in unorm_isNormalized()
77 unorm_isNormalizedWithOptions(const UChar *src, int32_t srcLength, in unorm_isNormalizedWithOptions()
95 unorm_normalize(const UChar *src, int32_t srcLength, in unorm_normalize()
Dustrcase_locale.cpp86 const UChar *src, int32_t srcLength, in u_strToLower()
100 const UChar *src, int32_t srcLength, in u_strToUpper()
Dubidiwrt.c62 doWriteForward(const UChar *src, int32_t srcLength, in doWriteForward()
155 doWriteReverse(const UChar *src, int32_t srcLength, in doWriteReverse()
312 ubidi_writeReverse(const UChar *src, int32_t srcLength, in ubidi_writeReverse()
Dustrcase.cpp166 const UChar *src, int32_t srcLength, in ustrcase_internalToTitle()
301 const UChar *src, int32_t srcLength, in ustrcase_internalToLower()
316 const UChar *src, int32_t srcLength, in ustrcase_internalToUpper()
331 const UChar *src, int32_t srcLength, in ustr_foldCase()
361 const UChar *src, int32_t srcLength, in ustrcase_internalFold()
369 const UChar *src, int32_t srcLength, in ustrcase_map()
437 const UChar *src, int32_t srcLength, in u_strFoldCase()
Ducasemap_titlecase_brkiter.cpp46 const char *src, int32_t srcLength, in ucasemap_utf8ToTitle()
Dunistr_titlecase_brkiter.cpp32 const UChar *src, int32_t srcLength, in unistr_case_internalToTitle()
Dpunycode.cpp182 u_strToPunycode(const UChar *src, int32_t srcLength, in u_strToPunycode()
375 u_strFromPunycode(const UChar *src, int32_t srcLength, in u_strFromPunycode()
Dunistr_case.cpp40 int32_t srcLength, in doCaseCompare()
Dunistr.cpp317 int32_t srcLength) { in UnicodeString()
487 int32_t srcLength = src.length(); in copyFrom() local
912 int32_t srcLength, in indexOf()
976 int32_t srcLength, in lastIndexOf()
1285 int32_t srcLength) in doReplace()
1305 int32_t srcLength) in doReplace()
Dusprep.cpp509 const UChar* src, int32_t srcLength, in usprep_map()
641 const UChar* src, int32_t srcLength, in usprep_prepare()
Dunistr_cnv.cpp77 UnicodeString::UnicodeString(const char *src, int32_t srcLength, in UnicodeString()
Ducnv_ext.cpp123 const char *src, int32_t srcLength, in ucnv_extMatchToU()
531 const UChar *src, int32_t srcLength, in ucnv_extMatchFromU()
/external/icu/icu4c/source/test/cintltst/
Dnfsprep.c40 nfs4_prepare( const char* src, int32_t srcLength, in nfs4_prepare()
174 getPrefixSuffix(const char *src, int32_t srcLength, in getPrefixSuffix()
206 nfs4_mixed_prepare( const char* src, int32_t srcLength, in nfs4_mixed_prepare()
280 nfs4_cis_prepare( const char* src, int32_t srcLength, in nfs4_cis_prepare()
289 nfs4_cs_prepare( const char* src, int32_t srcLength, in nfs4_cs_prepare()
Dspreptst.c757 int32_t srcLength, resultLength, expectedLength; in TestStringPrepProfiles() local
/external/icu/icu4c/source/test/intltest/
Didnaref.cpp47 startsWithPrefix(const UChar* src , int32_t srcLength){ in startsWithPrefix()
129 static int32_t convertToPuny(const UChar* src, int32_t srcLength, in convertToPuny()
199 static int32_t convertFromPuny( const UChar* src, int32_t srcLength, in convertFromPuny()
244 idnaref_toASCII(const UChar* src, int32_t srcLength, in idnaref_toASCII()
413 idnaref_toUnicode(const UChar* src, int32_t srcLength, in idnaref_toUnicode()
642 getNextSeparator(UChar *src,int32_t srcLength,NamePrepTransform* prep, in getNextSeparator()
678 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, in idnaref_IDNToASCII()
833 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength, in idnaref_IDNToUnicode()
Dnptrans.cpp139 int32_t NamePrepTransform::map(const UChar* src, int32_t srcLength, in map()
184 int32_t NamePrepTransform::process( const UChar* src, int32_t srcLength, in process()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPunycode.java133 int srcLength = src.length(); in encode() local
272 int srcLength = src.length(); in decode() local
DUTS46.java124 int srcLength=src.length(); in process() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiWriter.java136 int srcLength = src.length(); in writeReverse() local

12