Searched defs:reorderCodes (Results 1 – 15 of 15) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | alphaindextst.cpp | 317 int32_t reorderCodes[20]; in APITest() local 563 int32_t reorderCodes[] = { USCRIPT_HAN }; in TestHaniFirst() local 592 int32_t reorderCodes[] = { USCRIPT_HAN }; in TestPinyinFirst() local
|
D | collationtest.cpp | 1166 UVector32 reorderCodes(errorCode); in parseAndSetReorderCodes() local
|
/external/icu/icu4c/source/i18n/ |
D | collationdatareader.cpp | 105 const int32_t *reorderCodes = NULL; in read() local
|
D | collationsettings.h | 200 const int32_t *reorderCodes; member
|
D | collationruleparser.cpp | 691 UVector32 reorderCodes(errorCode); in parseReordering() local
|
D | ucol.cpp | 383 const int32_t* reorderCodes, in ucol_setReorderCodes()
|
D | rulebasedcollator.cpp | 642 RuleBasedCollator::setReorderCodes(const int32_t *reorderCodes, int32_t length, in setReorderCodes()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 4536 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestBeforeRuleWithScriptReordering() local 4611 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestNonLeadBytesDuringCollationReordering() local 4691 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPI() local 4798 …static const int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local 5012 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAcrossCloning() local 5257 …int32_t reorderCodes[] = {UCOL_REORDER_CODE_SPACE, UCOL_REORDER_CODE_PUNCTUATION, UCOL_REORDER_COD… in TestReorderWithNumericCollation() local
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_tok.h | 140 int32_t* reorderCodes; member
|
D | tblcoll.cpp | 597 void RuleBasedCollator::setReorderCodes(const int32_t *reorderCodes, in setReorderCodes()
|
D | coll.cpp | 846 void Collator::setReorderCodes(const int32_t *reorderCodes, in setReorderCodes()
|
D | ucol_res.cpp | 276 … const int32_t* reorderCodes = ures_getIntVector(reorderRes, &reorderCodesLen, status); in ucol_open_internal() local
|
D | ucol_imp.h | 1028 int32_t* reorderCodes; member
|
D | ucol.cpp | 7169 const int32_t *reorderCodes, in ucol_setReorderCodes()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cmsccoll.c | 5841 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestBeforeRuleWithScriptReordering() local 5914 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestNonLeadBytesDuringCollationReordering() local 5995 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPI() local
|