Home
last modified time | relevance | path

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

1234

/third_party/icu/icu4c/source/common/unicode/
Dunistr.h3939 int32_t srcLength) const in doCompare()
3992 int32_t srcLength) const in compare()
4000 int32_t srcLength) const in compare()
4014 int32_t srcLength) const in compare()
4031 int32_t srcLength) const in doCompareCodePointOrder()
4053 int32_t srcLength) const in compareCodePointOrder()
4061 int32_t srcLength) const in compareCodePointOrder()
4075 int32_t srcLength) const in compareCodePointOrder()
4092 int32_t srcLength, in doCaseCompare()
4118 int32_t srcLength, in caseCompare()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h3958 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 …]
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h3939 int32_t srcLength) const in doCompare()
3992 int32_t srcLength) const in compare()
4000 int32_t srcLength) const in compare()
4014 int32_t srcLength) const in compare()
4031 int32_t srcLength) const in doCompareCodePointOrder()
4053 int32_t srcLength) const in compareCodePointOrder()
4061 int32_t srcLength) const in compareCodePointOrder()
4075 int32_t srcLength) const in compareCodePointOrder()
4092 int32_t srcLength, in doCaseCompare()
4118 int32_t srcLength, in caseCompare()
[all …]
/third_party/icu/icu4c/source/common/
Dustrcase_locale.cpp46 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()
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()
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 …]
Ducasemap.cpp316 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 …]
Duidna.cpp59 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()
611 uidna_toASCII(const UChar* src, int32_t srcLength, in uidna_toASCII()
640 uidna_toUnicode(const UChar* src, int32_t srcLength, in uidna_toUnicode()
669 uidna_IDNToASCII( const UChar *src, int32_t srcLength, in uidna_IDNToASCII()
762 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, in uidna_IDNToUnicode()
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.cpp59 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()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustrcase_locale.cpp46 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()
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()
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 …]
Ducasemap.cpp316 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 …]
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()
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.cpp59 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()
/third_party/node/deps/icu-small/source/common/
Dustrcase_locale.cpp46 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()
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()
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 …]
Ducasemap.cpp316 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 …]
Duidna.cpp59 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()
611 uidna_toASCII(const UChar* src, int32_t srcLength, in uidna_toASCII()
640 uidna_toUnicode(const UChar* src, int32_t srcLength, in uidna_toUnicode()
669 uidna_IDNToASCII( const UChar *src, int32_t srcLength, in uidna_IDNToASCII()
762 uidna_IDNToUnicode( const UChar* src, int32_t srcLength, in uidna_IDNToUnicode()
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()
/third_party/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()
/third_party/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()
212 static int32_t convertFromPuny( const UChar* src, int32_t srcLength, in convertFromPuny()
257 idnaref_toASCII(const UChar* src, int32_t srcLength, in idnaref_toASCII()
426 idnaref_toUnicode(const UChar* src, int32_t srcLength, in idnaref_toUnicode()
655 getNextSeparator(UChar *src,int32_t srcLength,NamePrepTransform* prep, in getNextSeparator()
691 idnaref_IDNToASCII( const UChar* src, int32_t srcLength, in idnaref_IDNToASCII()
846 idnaref_IDNToUnicode( const UChar* src, int32_t srcLength, in idnaref_IDNToUnicode()

1234