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

  /external/icu/icu4c/source/test/cintltst/
usettest.c 55 USet *s = uset_open(1, 0);
90 set = uset_open(1, 0);
94 set = uset_open(1, 1);
100 set = uset_open(0x0041, 0x0043);
178 set2 = uset_open(1, 1);
spooftest.c 264 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */
405 tmpSet = uset_open(0, 0x10ffff);
ucnvseltst.c 391 excluded_sets[i] = uset_open(i*30, i*30+500);
capitst.c     [all...]
cucdtst.c 355 aa=uset_open(1, 0);
    [all...]
cldrtest.c 36 newSet = uset_open(1, 0);
    [all...]
ncnvtst.c     [all...]
ccapitst.c     [all...]
  /external/icu/icu4c/source/common/unicode/
uset.h 38 * uset_open*, and destroy with uset_close.
250 * Equivalent to uset_open(1, 0).
269 uset_open(UChar32 start, UChar32 end);
302 * be called exactly once for objects returned by uset_open().
    [all...]
urename.h 1574 #define uset_open macro
    [all...]
  /external/icu/icu4c/source/common/
uset.cpp 37 uset_open(UChar32 start, UChar32 end) { function
ucnvsel.cpp 86 unicode_point_set = uset_open(1, 0); // empty set
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 495 USet *set = uset_open(1, 0);
    [all...]
  /external/icu/icu4c/source/io/
uscanf_p.c     [all...]
  /external/v8/src/regexp/
regexp-parser.cc     [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp     [all...]

Completed in 221 milliseconds