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

  /external/icu/icu4c/source/common/
ubidi_props.c 146 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
152 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
190 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
196 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
202 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
208 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
231 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
237 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
ucase.cpp 137 uint16_t props=UTRIE2_GET16(&csp->trie, c);
154 uint16_t props=UTRIE2_GET16(&csp->trie, c);
171 uint16_t props=UTRIE2_GET16(&csp->trie, c);
232 props=UTRIE2_GET16(&csp->trie, c);
434 uint16_t props=UTRIE2_GET16(&csp->trie, c);
441 uint16_t props=UTRIE2_GET16(&csp->trie, c);
448 uint16_t props=UTRIE2_GET16(&csp->trie, c);
464 uint16_t props=UTRIE2_GET16(&csp->trie, c);
822 uint16_t props=UTRIE2_GET16(&csp->trie, c);
    [all...]
uchar.c 43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c));
531 uint16_t vecIndex=UTRIE2_GET16(&propsVectorsTrie, c);
utrie2.h 133 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
392 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
582 * Same as UTRIE2_GET16() if c is a BMP code point except for lead surrogates,
    [all...]
normalizer2impl.h 241 uint16_t getNorm16(UChar32 c) const { return UTRIE2_GET16(normTrie, c); }
utrie2.cpp 64 return UTRIE2_GET16(trie, c);
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 154 value2=UTRIE2_GET16(trie, start);
249 value=UTRIE2_GET16(trie, -1);
250 value2=UTRIE2_GET16(trie, 0x110000);
    [all...]

Completed in 359 milliseconds