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

  /external/icu/icu4c/source/common/
uchar.c 92 utrie2_enum(&propsTrie, _enumTypeValue, _enumTypeRange, &callback);
669 utrie2_enum(&propsTrie, NULL, _enumPropertyStartsRange, sa);
731 utrie2_enum(&propsVectorsTrie, NULL, _enumPropertyStartsRange, sa);
ubidi_props.c 77 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
normalizer2impl.cpp 396 utrie2_enum(normTrie, NULL, enumLcccRange, &context);
403 utrie2_enum(normTrie, NULL, enumNorm16PropertyStartsRange, &context);
418 utrie2_enum(fCanonIterData->trie, segmentStarterMapper, enumPropertyStartsRange, sa);
    [all...]
utrie2.h 147 * Callback from utrie2_enum(), extracts a uint32_t value from a
150 * @param context an opaque pointer, as passed into utrie2_enum()
158 * Callback from utrie2_enum(), is called for each contiguous range
164 * @param context an opaque pointer, as passed into utrie2_enum()
192 utrie2_enum(const UTrie2 *trie,
546 * Except for the limited code point range, this functions just like utrie2_enum():
    [all...]
utrie2.cpp 725 utrie2_enum(const UTrie2 *trie, function
ucase.cpp 73 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 52 utrie2_enum(data->trie, NULL, enumTailoredRange, this);
400 utrie2_enum(data->trie, NULL, enumCnERange, this);
409 utrie2_enum(data->trie, NULL, enumCnERange, this);
collationdatabuilder.cpp     [all...]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp     [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/icu/icu4c/source/common/unicode/
urename.h 1737 #define utrie2_enum macro
    [all...]

Completed in 153 milliseconds