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

  /external/chromium_org/third_party/icu/source/common/
ubidi_props.c 131 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
137 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
143 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
176 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
182 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
188 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
ucase.c 133 uint16_t props=UTRIE2_GET16(&csp->trie, c);
150 uint16_t props=UTRIE2_GET16(&csp->trie, c);
167 uint16_t props=UTRIE2_GET16(&csp->trie, c);
228 props=UTRIE2_GET16(&csp->trie, c);
397 uint16_t props=UTRIE2_GET16(&csp->trie, c);
404 uint16_t props=UTRIE2_GET16(&csp->trie, c);
420 uint16_t props=UTRIE2_GET16(&csp->trie, c);
436 uint16_t props=UTRIE2_GET16(&csp->trie, c);
781 uint16_t props=UTRIE2_GET16(&csp->trie, c);
925 uint16_t props=UTRIE2_GET16(&csp->trie, c)
    [all...]
normalizer2impl.h 214 uint16_t getNorm16(UChar32 c) const { return UTRIE2_GET16(normTrie, c); }
241 uint16_t getFCD16(UChar32 c) const { return UTRIE2_GET16(fcdTrie(), c); }
uchar.c 42 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c));
500 vecIndex=UTRIE2_GET16(&propsVectorsTrie, c);
utrie2.h 130 * Easier to use than UTRIE2_GET16() and UTRIE2_GET32() but slower.
389 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c))
579 * Same as UTRIE2_GET16() if c is a BMP code point except for lead surrogates,
    [all...]
uprops.cpp 309 return UTRIE2_GET16(trie, c);
utrie2.cpp 58 return UTRIE2_GET16(trie, c);
  /external/icu4c/common/
ubidi_props.c 131 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
137 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
143 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
176 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
182 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
188 uint16_t props=UTRIE2_GET16(&bdp->trie, c);
ucase.cpp 136 uint16_t props=UTRIE2_GET16(&csp->trie, c);
153 uint16_t props=UTRIE2_GET16(&csp->trie, c);
170 uint16_t props=UTRIE2_GET16(&csp->trie, c);
231 props=UTRIE2_GET16(&csp->trie, c);
433 uint16_t props=UTRIE2_GET16(&csp->trie, c);
440 uint16_t props=UTRIE2_GET16(&csp->trie, c);
447 uint16_t props=UTRIE2_GET16(&csp->trie, c);
463 uint16_t props=UTRIE2_GET16(&csp->trie, c);
808 uint16_t props=UTRIE2_GET16(&csp->trie, c);
952 uint16_t props=UTRIE2_GET16(&csp->trie, c)
    [all...]
uchar.c 43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c));
525 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 234 uint16_t getNorm16(UChar32 c) const { return UTRIE2_GET16(normTrie, c); }
utrie2.cpp 62 return UTRIE2_GET16(trie, c);
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 154 value2=UTRIE2_GET16(trie, start);
249 value=UTRIE2_GET16(trie, -1);
250 value2=UTRIE2_GET16(trie, 0x110000);
    [all...]
  /external/icu4c/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 390 milliseconds