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

1 2

  /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/icu/icu4c/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 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 354 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...]
  /external/icu/icu4c/source/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 1535 #define uset_open macro
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uset.cpp 37 uset_open(UChar32 start, UChar32 end) { function
ucnvsel.cpp 84 unicode_point_set = uset_open(1, 0); // empty set
ucnvisci.c 156 PNJ_CONSONANT_SET = uset_open(0,0);
    [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/chromium_org/third_party/icu/source/i18n/
ucol_sit.cpp 886 USet *contractions = uset_open(0,0);
  /external/chromium_org/third_party/icu/source/io/
uscanf_p.c     [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 497 USet *set = uset_open(1, 0);
    [all...]
  /external/icu/icu4c/source/io/
uscanf_p.c     [all...]
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp     [all...]

Completed in 381 milliseconds

1 2