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 144 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
150 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
188 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
194 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
200 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
206 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
229 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
235 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
ucase.cpp 135 uint16_t props=UTRIE2_GET16(&csp->trie, c);
152 uint16_t props=UTRIE2_GET16(&csp->trie, c);
169 uint16_t props=UTRIE2_GET16(&csp->trie, c);
230 props=UTRIE2_GET16(&csp->trie, c);
432 uint16_t props=UTRIE2_GET16(&csp->trie, c);
439 uint16_t props=UTRIE2_GET16(&csp->trie, c);
446 uint16_t props=UTRIE2_GET16(&csp->trie, c);
462 uint16_t props=UTRIE2_GET16(&csp->trie, c);
807 uint16_t props=UTRIE2_GET16(&csp->trie, c);
951 uint16_t props=UTRIE2_GET16(&csp->trie, c)
    [all...]
uchar.c 41 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c));
523 uint16_t vecIndex=UTRIE2_GET16(&propsVectorsTrie, c);
utrie2.h 131 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
390 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
580 * Same as UTRIE2_GET16() if c is a BMP code point except for lead surrogates,
    [all...]
normalizer2impl.h 239 uint16_t getNorm16(UChar32 c) const { return UTRIE2_GET16(normTrie, c); }
utrie2.cpp 62 return UTRIE2_GET16(trie, c);
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 152 value2=UTRIE2_GET16(trie, start);
247 value=UTRIE2_GET16(trie, -1);
248 value2=UTRIE2_GET16(trie, 0x110000);
    [all...]

Completed in 238 milliseconds