/external/icu4c/test/cintltst/ |
D | usettest.c | 56 USet *s = uset_open(1, 0); in Testj2269() 91 set = uset_open(1, 0); in TestAPI() 95 set = uset_open(1, 1); in TestAPI() 101 set = uset_open(0x0041, 0x0043); in TestAPI() 179 set2 = uset_open(1, 1); in TestAPI()
|
D | spooftest.c | 257 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */ in TestUSpoofCAPI() 398 tmpSet = uset_open(0, 0x10ffff); in TestUSpoofCAPI()
|
D | ucnvseltst.c | 393 excluded_sets[i] = uset_open(i*30, i*30+500); in TestSelector()
|
D | capitst.c | 965 stdSet = uset_open(0x61, 0x7A); in TestOpenVsOpenRules() 2186 USet *conts = uset_open(0,0); in TestGetContractionsAndUnsafes() 2187 USet *exp = uset_open(0, 0); in TestGetContractionsAndUnsafes() 2188 USet *set = uset_open(0,0); in TestGetContractionsAndUnsafes()
|
D | cucdtst.c | 350 aa=uset_open(1, 0); in showADiffB() 1826 USet* set = uset_open(1, 0); /* empty set */ in TestCharNames() 1827 USet* dumb = uset_open(1, 0); /* empty set */ in TestCharNames() 3452 data.notSeen=uset_open(0, 0x1ffff); in TestCaseFolding()
|
D | cldrtest.c | 36 newSet = uset_open(1, 0); in createFlattenSet()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | usettest.c | 56 USet *s = uset_open(1, 0); in Testj2269() 91 set = uset_open(1, 0); in TestAPI() 95 set = uset_open(1, 1); in TestAPI() 101 set = uset_open(0x0041, 0x0043); in TestAPI() 179 set2 = uset_open(1, 1); in TestAPI()
|
D | spooftest.c | 252 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */ in TestUSpoofCAPI() 374 tmpSet = uset_open(0, 0x10ffff); in TestUSpoofCAPI()
|
D | ucnvseltst.c | 393 excluded_sets[i] = uset_open(i*30, i*30+500); in TestSelector()
|
D | capitst.c | 899 stdSet = uset_open(0x61, 0x7A); in TestOpenVsOpenRules() 2112 USet *conts = uset_open(0,0); in TestGetContractionsAndUnsafes() 2113 USet *exp = uset_open(0, 0); in TestGetContractionsAndUnsafes() 2114 USet *set = uset_open(0,0); in TestGetContractionsAndUnsafes()
|
D | cucdtst.c | 349 aa=uset_open(1, 0); in showADiffB() 1704 USet* set = uset_open(1, 0); /* empty set */ in TestCharNames() 1705 USet* dumb = uset_open(1, 0); /* empty set */ in TestCharNames() 3308 data.notSeen=uset_open(0, 0x1ffff); in TestCaseFolding()
|
D | cldrtest.c | 36 newSet = uset_open(1, 0); in createFlattenSet()
|
/external/icu4c/common/unicode/ |
D | uset.h | 267 uset_open(UChar32 start, UChar32 end);
|
D | urename.h | 1566 #define uset_open U_ICU_ENTRY_POINT_RENAME(uset_open) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uset.h | 263 uset_open(UChar32 start, UChar32 end);
|
/external/chromium_org/third_party/icu/source/common/ |
D | uset.cpp | 37 uset_open(UChar32 start, UChar32 end) { in uset_open() function
|
D | ucnvsel.cpp | 84 unicode_point_set = uset_open(1, 0); // empty set in generateSelectorData()
|
D | ucnvisci.c | 156 PNJ_CONSONANT_SET = uset_open(0,0); in initializeSets()
|
/external/icu4c/common/ |
D | uset.cpp | 37 uset_open(UChar32 start, UChar32 end) { in uset_open() function
|
D | ucnvsel.cpp | 86 unicode_point_set = uset_open(1, 0); // empty set in generateSelectorData()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_sit.cpp | 886 USet *contractions = uset_open(0,0); in ucol_getUnsafeSet()
|
/external/icu4c/extra/uconv/ |
D | uconv.cpp | 497 USet *set = uset_open(1, 0); in cnvSigType()
|
/external/icu4c/i18n/ |
D | ucol_sit.cpp | 930 USet *contractions = uset_open(0,0); in ucol_getUnsafeSet()
|
/external/chromium_org/third_party/icu/source/io/ |
D | uscanf_p.c | 1190 scanset = uset_open(0, -1); in u_scanf_scanset_handler()
|
/external/icu4c/io/ |
D | uscanf_p.c | 1189 scanset = uset_open(0, -1); in u_scanf_scanset_handler()
|