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

  /external/icu/icu4c/source/common/
uchar.cpp 85 utrie2_enum(&propsTrie, _enumTypeValue, _enumTypeRange, &callback);
664 utrie2_enum(&propsTrie, NULL, _enumPropertyStartsRange, sa);
724 utrie2_enum(&propsVectorsTrie, NULL, _enumPropertyStartsRange, sa);
ubidi_props.cpp 72 utrie2_enum(&ubidi_props_singleton.trie, NULL, _enumPropertyStartsRange, sa);
utrie2.h 149 * Callback from utrie2_enum(), extracts a uint32_t value from a
152 * @param context an opaque pointer, as passed into utrie2_enum()
160 * Callback from utrie2_enum(), is called for each contiguous range
166 * @param context an opaque pointer, as passed into utrie2_enum()
194 utrie2_enum(const UTrie2 *trie,
514 * Except for the limited code point range, this functions just like utrie2_enum():
    [all...]
utrie2.cpp 621 utrie2_enum(const UTrie2 *trie, function
ucase.cpp 66 utrie2_enum(&ucase_props_singleton.trie, NULL, _enumPropertyStartsRange, sa);
    [all...]
utrie2_builder.cpp 56 * (Especially the utrie2_enum() code that jumps to the special LSCP index-2
425 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/test/cintltst/
trie2test.c 75 /* utrie2_enum() callback, modifies a value */
81 /* utrie2_enum() callback, verifies a range */
90 log_err("error: utrie2_enum() delivers wrong range [U+%04lx..U+%04lx].0x%lx instead of [U+%04lx..U+%04lx].0x%lx\n",
106 utrie2_enum(trie, testEnumValue, testEnumRange, &checkRanges);
    [all...]
  /external/icu/icu4c/source/common/unicode/
urename.h 1782 #define utrie2_enum macro
    [all...]
  /external/icu/libandroidicu/include/unicode/
urename.h 1782 #define utrie2_enum macro
    [all...]

Completed in 2995 milliseconds