HomeSort by relevance Sort by last modified time
    Searched refs:uset_open (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/source/test/cintltst/
usettest.c 57 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);
spooftest.c 267 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */
408 tmpSet = uset_open(0, 0x10ffff);
ucnvseltst.c 394 excluded_sets[i] = uset_open(i*30, i*30+500);
capitst.c     [all...]
cucdtst.c 356 aa=uset_open(1, 0);
    [all...]
cldrtest.c 40 newSet = uset_open(1, 0);
    [all...]
ncnvtst.c     [all...]
ccapitst.c     [all...]
  /external/icu/icu4c/source/common/unicode/
uset.h 40 * 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().
    [all...]
urename.h 1589 #define uset_open macro
    [all...]
  /external/icu/icu4c/source/common/
uset.cpp 39 uset_open(UChar32 start, UChar32 end) { function
ucnvsel.cpp 88 unicode_point_set = uset_open(1, 0); // empty set
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 497 USet *set = uset_open(1, 0);
    [all...]
  /external/icu/icu4c/source/io/
uscanf_p.cpp     [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp     [all...]

Completed in 754 milliseconds