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

  /external/icu4c/common/
utrie.h 446 * trie value. This value will be passed on to the UTrieEnumRange function.
450 * @return the value that is to be passed on to the UTrieEnumRange function
469 UTrieEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value);
478 * the UTrieEnumRange function is called.
489 UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context);
utrie.c 1058 UTrieEnumValue *enumValue, UTrieEnumRange *enumRange, const void *context) {
    [all...]

Completed in 26 milliseconds