HomeSort by relevance Sort by last modified time
    Searched full:utrie2_enum (Results 1 - 22 of 22) sorted by null

  /external/chromium/third_party/icu/source/common/
utrie2_impl.h 90 * utrie2_get32() and utrie2_enum().
utrie2.h 144 * Callback from utrie2_enum(), extracts a uint32_t value from a
147 * @param context an opaque pointer, as passed into utrie2_enum()
155 * Callback from utrie2_enum(), is called for each contiguous range
161 * @param context an opaque pointer, as passed into utrie2_enum()
189 utrie2_enum(const UTrie2 *trie,
534 * Except for the limited code point range, this functions just like utrie2_enum():
    [all...]
uchar.c 304 utrie2_enum(&propsTrie, _enumTypeValue, _enumTypeRange, &callback);
908 utrie2_enum(&propsTrie, NULL, _enumPropertyStartsRange, sa);
977 utrie2_enum(&propsVectorsTrie, NULL, _enumPropertyStartsRange, sa);
ubidi_props.c 344 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
utrie2_builder.c 49 * (Especially the utrie2_enum() code that jumps to the special LSCP index-2
388 utrie2_enum(other, NULL, copyEnumRange, &context);
    [all...]
utrie2.c 684 utrie2_enum(const UTrie2 *trie, function
unorm.cpp     [all...]
ucase.c 344 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
    [all...]
  /external/icu4c/common/
utrie2_impl.h 90 * utrie2_get32() and utrie2_enum().
utrie2.h 144 * Callback from utrie2_enum(), extracts a uint32_t value from a
147 * @param context an opaque pointer, as passed into utrie2_enum()
155 * Callback from utrie2_enum(), is called for each contiguous range
161 * @param context an opaque pointer, as passed into utrie2_enum()
189 utrie2_enum(const UTrie2 *trie,
534 * Except for the limited code point range, this functions just like utrie2_enum():
    [all...]
uchar.c 303 utrie2_enum(&propsTrie, _enumTypeValue, _enumTypeRange, &callback);
794 utrie2_enum(&propsTrie, NULL, _enumPropertyStartsRange, sa);
863 utrie2_enum(&propsVectorsTrie, NULL, _enumPropertyStartsRange, sa);
ubidi_props.c 344 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
utrie2_builder.c 49 * (Especially the utrie2_enum() code that jumps to the special LSCP index-2
388 utrie2_enum(other, NULL, copyEnumRange, &context);
    [all...]
unorm.cpp 398 utrie2_enum(&auxTrie, NULL, _enumPropertyStartsRange, sa);
utrie2.cpp 684 utrie2_enum(const UTrie2 *trie, function
normalizer2impl.cpp 341 utrie2_enum(normTrie, NULL, enumPropertyStartsRange, sa);
    [all...]
ucase.c 344 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp     [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
trie2test.c 74 /* utrie2_enum() callback, modifies a value */
80 /* utrie2_enum() callback, verifies a range */
89 log_err("error: utrie2_enum() delivers wrong range [U+%04lx..U+%04lx].0x%lx instead of [U+%04lx..U+%04lx].0x%lx\n",
105 utrie2_enum(trie, testEnumValue, testEnumRange, &checkRanges);
    [all...]
  /external/icu4c/test/cintltst/
trie2test.c 74 /* utrie2_enum() callback, modifies a value */
80 /* utrie2_enum() callback, verifies a range */
89 log_err("error: utrie2_enum() delivers wrong range [U+%04lx..U+%04lx].0x%lx instead of [U+%04lx..U+%04lx].0x%lx\n",
105 utrie2_enum(trie, testEnumValue, testEnumRange, &checkRanges);
    [all...]
  /external/icu4c/common/unicode/
urename.h 1628 #define utrie2_enum macro
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 1443 #define utrie2_enum macro
    [all...]

Completed in 2053 milliseconds