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

  /external/chromium_org/third_party/icu/source/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);
  /external/icu4c/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);

Completed in 26 milliseconds