Searched refs:UTrieEnumRange (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutrie.h447 * trie value. This value will be passed on to the UTrieEnumRange function.
451 * @return the value that is to be passed on to the UTrieEnumRange function
470 UTrieEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value); typedef
479 * the UTrieEnumRange function is called.
490 UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context);
H A Dutrie.cpp1058 UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context) {
/external/icu/icu4c/source/common/
H A Dutrie.h447 * trie value. This value will be passed on to the UTrieEnumRange function.
451 * @return the value that is to be passed on to the UTrieEnumRange function
470 UTrieEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value); typedef
479 * the UTrieEnumRange function is called.
490 UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context);
H A Dutrie.cpp1058 UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context) {

Completed in 33 milliseconds