Home
last modified time | relevance | path

Searched refs:ucol_openFromShortString (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcfrtst.c314 pCollator = ucol_openFromShortString("LFR_AN_CX_EX_FO_HX_NX_S3", 0, NULL, &status); in TestGetSortKey()
Dusrchtst.c1759 coll = ucol_openFromShortString(search.collator, FALSE, NULL, &status); in TestDiacriticMatch()
2828 coll = ucol_openFromShortString( "LSK_AS_CX_EX_FX_HX_NX_S4", in TestPCEBuffer_with()
2935 coll = ucol_openFromShortString("LHR_AN_CX_EX_FX_HX_NX_S3", in TestMatchFollowedByIgnorables()
Dcapitst.c2072 coll = ucol_openFromShortString(testCases[i].input, FALSE, &parseError, &status); in TestShortString()
2088 … fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status); in TestShortString()
Dcmsccoll.c4037 ucol = ucol_openFromShortString("LEN_S4", FALSE, NULL, &icuRC); in TestSortKeyConsistency()
4103 ucol = ucol_openFromShortString(collString, FALSE, NULL, &status); in TestCroatianSortKey()
4147 ucol = ucol_openFromShortString("LJA_AN_CX_EX_FX_HO_NX_S4", FALSE, NULL, in TestHiragana()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h459 ucol_openFromShortString( const char *definition,
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp733 coll = ucol_openFromShortString("LEN_S1", FALSE, NULL, &status); in sharpSTest()
1360 UCollator *coll = ucol_openFromShortString("S1", FALSE, NULL, &status); in monkeyTest()
Dregcoll.cpp1224 coll = ucol_openFromShortString("EO_S1", FALSE, NULL, &status); in TestT7189()
/external/icu/icu4c/source/i18n/
Ducol_sit.cpp488 ucol_openFromShortString( const char *definition, in ucol_openFromShortString() function
/external/icu/icu4c/source/common/unicode/
Durename.h743 #define ucol_openFromShortString U_ICU_ENTRY_POINT_RENAME(ucol_openFromShortString) macro