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

  /external/chromium_org/third_party/icu/source/common/
uchar.c 92 utrie2_enum(&propsTrie, _enumTypeValue, _enumTypeRange, &callback);
663 utrie2_enum(&propsTrie, NULL, _enumPropertyStartsRange, sa);
725 utrie2_enum(&propsVectorsTrie, NULL, _enumPropertyStartsRange, sa);
ubidi_props.c 74 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
utrie2.h 145 * Callback from utrie2_enum(), extracts a uint32_t value from a
148 * @param context an opaque pointer, as passed into utrie2_enum()
156 * Callback from utrie2_enum(), is called for each contiguous range
162 * @param context an opaque pointer, as passed into utrie2_enum()
190 utrie2_enum(const UTrie2 *trie,
544 * Except for the limited code point range, this functions just like utrie2_enum():
    [all...]
normalizer2impl.cpp 380 utrie2_enum(normTrie, NULL, enumPropertyStartsRange, sa);
395 utrie2_enum(fCanonIterData->trie, segmentStarterMapper, enumPropertyStartsRange, sa);
    [all...]
utrie2.cpp 694 utrie2_enum(const UTrie2 *trie, function
ucase.cpp 72 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
    [all...]
utrie2_builder.cpp 49 * (Especially the utrie2_enum() code that jumps to the special LSCP index-2
388 utrie2_enum(other, NULL, copyEnumRange, &context);
    [all...]
  /external/icu/icu4c/source/common/
uchar.c 92 utrie2_enum(&propsTrie, _enumTypeValue, _enumTypeRange, &callback);
663 utrie2_enum(&propsTrie, NULL, _enumPropertyStartsRange, sa);
725 utrie2_enum(&propsVectorsTrie, NULL, _enumPropertyStartsRange, sa);
ubidi_props.c 74 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
normalizer2impl.cpp 443 utrie2_enum(normTrie, NULL, enumLcccRange, &context);
450 utrie2_enum(normTrie, NULL, enumNorm16PropertyStartsRange, &context);
465 utrie2_enum(fCanonIterData->trie, segmentStarterMapper, enumPropertyStartsRange, sa);
    [all...]
utrie2.h 145 * Callback from utrie2_enum(), extracts a uint32_t value from a
148 * @param context an opaque pointer, as passed into utrie2_enum()
156 * Callback from utrie2_enum(), is called for each contiguous range
162 * @param context an opaque pointer, as passed into utrie2_enum()
190 utrie2_enum(const UTrie2 *trie,
544 * Except for the limited code point range, this functions just like utrie2_enum():
    [all...]
utrie2.cpp 723 utrie2_enum(const UTrie2 *trie, function
ucase.cpp 72 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
    [all...]
utrie2_builder.cpp 49 * (Especially the utrie2_enum() code that jumps to the special LSCP index-2
388 utrie2_enum(other, NULL, copyEnumRange, &context);
    [all...]
  /external/icu/icu4c/source/i18n/
collationsets.cpp 50 utrie2_enum(data->trie, NULL, enumTailoredRange, this);
398 utrie2_enum(data->trie, NULL, enumCnERange, this);
407 utrie2_enum(data->trie, NULL, enumCnERange, this);
collationdatabuilder.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.cpp     [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1675 #define utrie2_enum macro
    [all...]
  /external/chromium_org/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/icu/icu4c/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/chromium_org/third_party/icu/source/common/unicode/
urename.h 1752 #define utrie2_enum macro
    [all...]

Completed in 738 milliseconds