Searched refs:uset_open (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dusettest.c57 USet *s = uset_open(1, 0);
92 set = uset_open(1, 0);
96 set = uset_open(1, 1);
102 set = uset_open(0x0041, 0x0043);
180 set2 = uset_open(1, 1);
H A Dspooftest.c267 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */
408 tmpSet = uset_open(0, 0x10ffff);
H A Ducnvseltst.c393 excluded_sets[i] = uset_open(i*30, i*30+500);
H A Dcapitst.c956 stdSet = uset_open(0x61, 0x7A);
2215 USet *conts = uset_open(0,0);
2216 USet *exp = uset_open(0, 0);
2217 USet *set = uset_open(0,0);
H A Dcucdtst.c357 aa=uset_open(1, 0);
1835 USet* set = uset_open(1, 0); /* empty set */
1836 USet* dumb = uset_open(1, 0); /* empty set */
3525 data.notSeen=uset_open(0, 0x1ffff);
H A Dcldrtest.c39 newSet = uset_open(1, 0);
H A Dncnvtst.c1960 set=uset_open(1, 0);
H A Dccapitst.c2464 set=uset_open(1, 0);
/external/icu/icu4c/source/common/unicode/
H A Duset.h40 * uset_open*, and destroy with uset_close.
254 * Equivalent to uset_open(1, 0).
273 uset_open(UChar32 start, UChar32 end);
306 * be called exactly once for objects returned by uset_open().
H A Durename.h1588 #define uset_open U_ICU_ENTRY_POINT_RENAME(uset_open) macro
/external/icu/icu4c/source/common/
H A Duset.cpp39 uset_open(UChar32 start, UChar32 end) { function
H A Ducnvsel.cpp88 unicode_point_set = uset_open(1, 0); // empty set
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp497 USet *set = uset_open(1, 0);
/external/icu/icu4c/source/io/
H A Duscanf_p.c1191 scanset = uset_open(0, -1);
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp1691 USet *contractions = uset_open(0,0);

Completed in 635 milliseconds