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

  /external/icu/icu4c/source/common/unicode/
ucptrie.h 437 #define UCPTRIE_FAST_U16_PREV(trie, dataAccess, start, src, c, result) { \
505 * Unlike UCPTRIE_FAST_U16_PREV() this UTF-8 macro does not provide the code point
  /external/icu/icu4c/source/common/
normalizer2impl.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
ucptrietest.c 468 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_16, s, p, c, value);
470 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_32, s, p, c, value);
472 UCPTRIE_FAST_U16_PREV(trie, UCPTRIE_8, s, p, c, value);
    [all...]

Completed in 1717 milliseconds