/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 56 USet *s = uset_open(1, 0); 91 set = uset_open(1, 0); 95 set = uset_open(1, 1); 101 set = uset_open(0x0041, 0x0043); 179 set2 = uset_open(1, 1);
|
spooftest.c | 252 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */ 374 tmpSet = uset_open(0, 0x10ffff);
|
ucnvseltst.c | 393 excluded_sets[i] = uset_open(i*30, i*30+500);
|
capitst.c | [all...] |
cucdtst.c | 349 aa=uset_open(1, 0); [all...] |
cldrtest.c | 36 newSet = uset_open(1, 0); [all...] |
/external/icu4c/test/cintltst/ |
usettest.c | 56 USet *s = uset_open(1, 0); 91 set = uset_open(1, 0); 95 set = uset_open(1, 1); 101 set = uset_open(0x0041, 0x0043); 179 set2 = uset_open(1, 1);
|
spooftest.c | 257 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */ 398 tmpSet = uset_open(0, 0x10ffff);
|
ucnvseltst.c | 393 excluded_sets[i] = uset_open(i*30, i*30+500);
|
capitst.c | [all...] |
cucdtst.c | 350 aa=uset_open(1, 0); [all...] |
cldrtest.c | 36 newSet = uset_open(1, 0); [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | 38 * uset_open*, and destroy with uset_close. 244 * Equivalent to uset_open(1, 0). 263 uset_open(UChar32 start, UChar32 end); 296 * be called exactly once for objects returned by uset_open(). [all...] |
urename.h | 1536 #define uset_open macro [all...] |
/external/icu4c/common/unicode/ |
uset.h | 38 * uset_open*, and destroy with uset_close. 248 * Equivalent to uset_open(1, 0). 267 uset_open(UChar32 start, UChar32 end); 300 * be called exactly once for objects returned by uset_open(). [all...] |
urename.h | 1566 #define uset_open macro [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnvsel.cpp | 84 unicode_point_set = uset_open(1, 0); // empty set
|
uset.cpp | 37 uset_open(UChar32 start, UChar32 end) { function
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_sit.cpp | 886 USet *contractions = uset_open(0,0);
|
/external/icu4c/common/ |
ucnvsel.cpp | 86 unicode_point_set = uset_open(1, 0); // empty set
|
uset.cpp | 37 uset_open(UChar32 start, UChar32 end) { function
|
/external/icu4c/i18n/ |
ucol_sit.cpp | [all...] |
/external/chromium_org/third_party/icu/source/io/ |
uscanf_p.c | [all...] |
/external/icu4c/extra/uconv/ |
uconv.cpp | 497 USet *set = uset_open(1, 0); [all...] |
/external/icu4c/io/ |
uscanf_p.c | [all...] |