Searched refs:ucol_openFromShortString (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cfrtst.c | 314 pCollator = ucol_openFromShortString("LFR_AN_CX_EX_FO_HX_NX_S3", 0, NULL, &status); in TestGetSortKey()
|
D | usrchtst.c | 1759 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()
|
D | capitst.c | 2072 coll = ucol_openFromShortString(testCases[i].input, FALSE, &parseError, &status); in TestShortString() 2088 … fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status); in TestShortString()
|
D | cmsccoll.c | 4037 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/ |
D | ucol.h | 459 ucol_openFromShortString( const char *definition,
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 733 coll = ucol_openFromShortString("LEN_S1", FALSE, NULL, &status); in sharpSTest() 1360 UCollator *coll = ucol_openFromShortString("S1", FALSE, NULL, &status); in monkeyTest()
|
D | regcoll.cpp | 1224 coll = ucol_openFromShortString("EO_S1", FALSE, NULL, &status); in TestT7189()
|
/external/icu/icu4c/source/i18n/ |
D | ucol_sit.cpp | 488 ucol_openFromShortString( const char *definition, in ucol_openFromShortString() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 743 #define ucol_openFromShortString U_ICU_ENTRY_POINT_RENAME(ucol_openFromShortString) macro
|