Searched refs:ucol_getLatinOneContraction (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/i18n/ |
D | ucol.cpp | 7662 ucol_getLatinOneContraction(const UCollator *coll, int32_t strength, in ucol_getLatinOneContraction() function 7768 sOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, sOrder, source, &sIndex, sLen); in ucol_strcollUseLatin1() 7815 tOrder = ucol_getLatinOneContraction(coll, UCOL_PRIMARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1() 7875 … sOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, sOrder, source, &sIndex, sLen); in ucol_strcollUseLatin1() 7890 … tOrder = ucol_getLatinOneContraction(coll, UCOL_SECONDARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1() 7982 … sOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, sOrder, source, &sIndex, sLen); in ucol_strcollUseLatin1() 7996 … tOrder = ucol_getLatinOneContraction(coll, UCOL_TERTIARY, tOrder, target, &tIndex, tLen); in ucol_strcollUseLatin1()
|