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

  /external/icu/icu4c/source/common/
ubidi_props.cpp 148 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
154 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
192 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
198 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
204 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
210 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
233 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
239 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
ucase.cpp 130 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c);
147 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c);
164 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c);
225 props=UTRIE2_GET16(&ucase_props_singleton.trie, c);
427 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c);
434 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c);
441 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c);
457 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c);
880 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c);
    [all...]
rbbi_cache.cpp 152 category = UTRIE2_GET16(fBI->fData->fTrie, c);
158 category = UTRIE2_GET16(fBI->fData->fTrie, c);
176 category = UTRIE2_GET16(fBI->fData->fTrie, c);
uchar.cpp 43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c));
532 uint16_t vecIndex=UTRIE2_GET16(&propsVectorsTrie, c);
utrie2.h 136 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
395 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
585 * Same as UTRIE2_GET16() if c is a BMP code point except for lead surrogates,
    [all...]
rbbi.cpp 841 category = UTRIE2_GET16(fData->fTrie, c);
    [all...]
utrie2.cpp 64 return UTRIE2_GET16(trie, c);
normalizer2impl.h 257 uint16_t getNorm16(UChar32 c) const { return UTRIE2_GET16(normTrie, c); }
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 155 value2=UTRIE2_GET16(trie, start);
250 value=UTRIE2_GET16(trie, -1);
251 value2=UTRIE2_GET16(trie, 0x110000);
    [all...]

Completed in 522 milliseconds