/external/icu4c/common/ |
uchar.c | 91 utrie2_enum(&propsTrie, _enumTypeValue, _enumTypeRange, &callback); 638 utrie2_enum(&propsTrie, NULL, _enumPropertyStartsRange, sa); 700 utrie2_enum(&propsVectorsTrie, NULL, _enumPropertyStartsRange, sa);
|
ubidi_props.c | 74 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
|
normalizer2impl.cpp | 357 utrie2_enum(normTrie, NULL, enumPropertyStartsRange, sa); 372 utrie2_enum(((CanonIterData *)canonIterDataSingleton.fInstance)->trie, [all...] |
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, 543 * Except for the limited code point range, this functions just like utrie2_enum(): [all...] |
utrie2.cpp | 688 utrie2_enum(const UTrie2 *trie, function
|
ucase.c | 69 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa); [all...] |
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...] |
/external/icu4c/tools/gennorm2/ |
n2builder.cpp | [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 | 1667 #define utrie2_enum macro [all...] |