Searched refs:utrie2_enum (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duchar.c92 utrie2_enum(&propsTrie, _enumTypeValue, _enumTypeRange, &callback);
663 utrie2_enum(&propsTrie, NULL, _enumPropertyStartsRange, sa);
725 utrie2_enum(&propsVectorsTrie, NULL, _enumPropertyStartsRange, sa);
H A Dubidi_props.c74 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
H A Dutrie2.h145 * 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():
H A Dnormalizer2impl.cpp380 utrie2_enum(normTrie, NULL, enumPropertyStartsRange, sa);
395 utrie2_enum(fCanonIterData->trie, segmentStarterMapper, enumPropertyStartsRange, sa);
1820 utrie2_enum(impl->getNormTrie(), NULL, enumCIDRangeHandler, impl);
H A Dutrie2.cpp694 utrie2_enum(const UTrie2 *trie, function
H A Ducase.cpp72 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
H A Dutrie2_builder.cpp49 * (Especially the utrie2_enum() code that jumps to the special LSCP index-2
388 utrie2_enum(other, NULL, copyEnumRange, &context);
/external/icu/icu4c/source/common/
H A Duchar.c92 utrie2_enum(&propsTrie, _enumTypeValue, _enumTypeRange, &callback);
663 utrie2_enum(&propsTrie, NULL, _enumPropertyStartsRange, sa);
725 utrie2_enum(&propsVectorsTrie, NULL, _enumPropertyStartsRange, sa);
H A Dubidi_props.c74 utrie2_enum(&bdp->trie, NULL, _enumPropertyStartsRange, sa);
H A Dnormalizer2impl.cpp443 utrie2_enum(normTrie, NULL, enumLcccRange, &context);
450 utrie2_enum(normTrie, NULL, enumNorm16PropertyStartsRange, &context);
465 utrie2_enum(fCanonIterData->trie, segmentStarterMapper, enumPropertyStartsRange, sa);
1922 utrie2_enum(impl->getNormTrie(), NULL, enumCIDRangeHandler, impl);
H A Dutrie2.h145 * 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():
H A Dutrie2.cpp723 utrie2_enum(const UTrie2 *trie, function
H A Ducase.cpp72 utrie2_enum(&csp->trie, NULL, _enumPropertyStartsRange, sa);
H A Dutrie2_builder.cpp49 * (Especially the utrie2_enum() code that jumps to the special LSCP index-2
388 utrie2_enum(other, NULL, copyEnumRange, &context);
/external/icu/icu4c/source/i18n/
H A Dcollationsets.cpp50 utrie2_enum(data->trie, NULL, enumTailoredRange, this);
398 utrie2_enum(data->trie, NULL, enumCnERange, this);
407 utrie2_enum(data->trie, NULL, enumCnERange, this);
H A Dcollationdatabuilder.cpp1032 utrie2_enum(src.trie, NULL, enumRangeForCopy, &helper);
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp1043 utrie2_enum(normTrie, NULL, enumRangeHandler, CompositionBuilder(*this).ptr());
1048 utrie2_enum(normTrie, NULL, enumRangeHandler, &decomposer);
1073 utrie2_enum(normTrie, NULL, enumRangeHandler, &extraDataWriter);
1108 utrie2_enum(normTrie, NULL, enumRangeHandler, Norm16Writer(*this).ptr());
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp1043 utrie2_enum(normTrie, NULL, enumRangeHandler, CompositionBuilder(*this).ptr());
1048 utrie2_enum(normTrie, NULL, enumRangeHandler, &decomposer);
1073 utrie2_enum(normTrie, NULL, enumRangeHandler, &extraDataWriter);
1108 utrie2_enum(normTrie, NULL, enumRangeHandler, Norm16Writer(*this).ptr());
/external/icu/icu4c/source/common/unicode/
H A Durename.h1675 #define utrie2_enum U_ICU_ENTRY_POINT_RENAME(utrie2_enum) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c74 /* 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);
919 { 0x241, 0x280, 6, TRUE }, /* discontiguous value ranges, testing utrie2_enum() */
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c74 /* 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);
919 { 0x241, 0x280, 6, TRUE }, /* discontiguous value ranges, testing utrie2_enum() */
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1752 #define utrie2_enum U_ICU_ENTRY_POINT_RENAME(utrie2_enum) macro

Completed in 6669 milliseconds