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

  /external/icu/icu4c/source/common/
utrie.h 447 * 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);
479 * the UTrieEnumRange function is called.
490 UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context);
utrie.cpp 1058 UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context) {
    [all...]

Completed in 287 milliseconds