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

  /external/icu/icu4c/source/common/unicode/
ucptrie.h 471 #define UCPTRIE_FAST_U8_NEXT(trie, dataAccess, src, limit, result) { \
  /external/icu/icu4c/source/test/cintltst/
ucptrietest.c 604 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_16, p, limit, value);
606 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_32, p, limit, value);
608 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_8, p, limit, value);
627 log_err("error: wrong value from UCPTRIE_FAST_U8_NEXT(%s)(from %d %lx->U+%04lx) (read %d bytes): "
633 log_err("error: wrong end index from UCPTRIE_FAST_U8_NEXT(%s)(from %d %lx->U+%04lx): "
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.cpp 745 UCPTRIE_FAST_U8_NEXT(normTrie, UCPTRIE_16, src, limit, norm16);
    [all...]

Completed in 238 milliseconds