Home
last modified time | relevance | path

Searched refs:toUCollator (Results 1 – 21 of 21) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dstsearch.cpp72 m_text_.length(), coll->toUCollator(), in StringSearch()
129 m_text_.length(), coll->toUCollator(), in StringSearch()
259 usearch_setCollator(m_strsrch_, coll->toUCollator(), &status); in setCollator()
Ducol.cpp59 return coll->toUCollator(); in ucol_openBinary()
102 return newColl->toUCollator(); in ucol_safeClone()
Ducol_res.cpp515 result = coll->toUCollator(); in ucol_open()
Dcollationbuilder.cpp1657 return coll->toUCollator(); in ucol_openRules()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dstsearch.cpp72 m_text_.length(), coll->toUCollator(), in StringSearch()
129 m_text_.length(), coll->toUCollator(), in StringSearch()
259 usearch_setCollator(m_strsrch_, coll->toUCollator(), &status); in setCollator()
Ducol.cpp59 return coll->toUCollator(); in ucol_openBinary()
102 return newColl->toUCollator(); in ucol_safeClone()
Ducol_res.cpp515 result = coll->toUCollator(); in ucol_open()
Dcollationbuilder.cpp1658 return coll->toUCollator(); in ucol_openRules()
/third_party/icu/icu4c/source/i18n/
Dstsearch.cpp72 m_text_.length(), coll->toUCollator(), in StringSearch()
129 m_text_.length(), coll->toUCollator(), in StringSearch()
259 usearch_setCollator(m_strsrch_, coll->toUCollator(), &status); in setCollator()
Ducol.cpp59 return coll->toUCollator(); in ucol_openBinary()
102 return newColl->toUCollator(); in ucol_safeClone()
Ducol_res.cpp515 result = coll->toUCollator(); in ucol_open()
Dcollationbuilder.cpp1657 return coll->toUCollator(); in ucol_openRules()
/third_party/skia/third_party/externals/icu/source/i18n/
Dstsearch.cpp72 m_text_.length(), coll->toUCollator(), in StringSearch()
129 m_text_.length(), coll->toUCollator(), in StringSearch()
259 usearch_setCollator(m_strsrch_, coll->toUCollator(), &status); in setCollator()
Ducol.cpp59 return coll->toUCollator(); in ucol_openBinary()
102 return newColl->toUCollator(); in ucol_safeClone()
Ducol_res.cpp515 result = coll->toUCollator(); in ucol_open()
Dcollationbuilder.cpp1657 return coll->toUCollator(); in ucol_openRules()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcoll.h1192 inline UCollator *toUCollator() { in toUCollator() function
1196 inline const UCollator *toUCollator() const { in toUCollator() function
/third_party/node/deps/icu-small/source/i18n/unicode/
Dcoll.h1192 inline UCollator *toUCollator() { in toUCollator() function
1196 inline const UCollator *toUCollator() const { in toUCollator() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dcoll.h1174 inline UCollator *toUCollator() { in toUCollator() function
1178 inline const UCollator *toUCollator() const { in toUCollator() function
/third_party/icu/icu4c/source/i18n/unicode/
Dcoll.h1192 inline UCollator *toUCollator() { in toUCollator() function
1196 inline const UCollator *toUCollator() const { in toUCollator() function
/third_party/icu/icu4c/source/test/intltest/
Dtscoll.cpp132 UCollator *myCollation = col->toUCollator(); in doTestVariant()