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

  /external/icu/icu4c/source/test/cintltst/
ucptrietest.c 209 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_8, start);
224 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_8, start);
237 value2 = UCPTRIE_FAST_SUPP_GET(trie, UCPTRIE_8, start);
250 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, start);
258 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, start);
314 value = UCPTRIE_FAST_GET(trie, UCPTRIE_8, -1);
315 value2 = UCPTRIE_FAST_GET(trie, UCPTRIE_8, 0x110000);
325 value = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, -1);
326 value2 = UCPTRIE_SMALL_GET(trie, UCPTRIE_8, 0x110000);
444 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_8, p, limit, c, value)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucptrie.h 366 #define UCPTRIE_8(trie, i) ((trie)->data.ptr8[i])
373 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie?s value width
385 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie?s value width
399 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie?s value width
430 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie?s value width
465 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie?s value width
511 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie?s value width
532 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie?s value width
545 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie?s value width
557 * @param dataAccess UCPTRIE_16, UCPTRIE_32, or UCPTRIE_8 according to the trie?s value widt
    [all...]

Completed in 56 milliseconds