Searched refs:UTRIE2_GET16 (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ubidi_props.c | 144 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getClass() 150 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isMirrored() 188 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getMirror() 194 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isBidiControl() 200 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_isJoinControl() 206 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getJoiningType() 229 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getPairedBracketType() 235 uint16_t props=UTRIE2_GET16(&bdp->trie, c); in ubidi_getPairedBracket()
|
D | ucase.cpp | 135 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_tolower() 152 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_toupper() 169 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_totitle() 230 props=UTRIE2_GET16(&csp->trie, c); in ucase_addCaseClosure() 432 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_getType() 439 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_getTypeOrIgnorable() 446 uint16_t props=UTRIE2_GET16(&csp->trie, c); in getDotType() 462 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_isCaseSensitive() 807 uint16_t props=UTRIE2_GET16(&csp->trie, c); in ucase_toFullLower() 951 uint16_t props=UTRIE2_GET16(&csp->trie, c); in toUpperOrTitle() [all …]
|
D | uchar.c | 41 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)); 523 uint16_t vecIndex=UTRIE2_GET16(&propsVectorsTrie, c); in u_getUnicodeProperties()
|
D | utrie2.h | 390 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c)) macro
|
D | normalizer2impl.h | 239 uint16_t getNorm16(UChar32 c) const { return UTRIE2_GET16(normTrie, c); } in getNorm16()
|
D | utrie2.cpp | 62 return UTRIE2_GET16(trie, c); in utrie2_get32()
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 152 value2=UTRIE2_GET16(trie, start); in testTrieGetters() 247 value=UTRIE2_GET16(trie, -1); in testTrieGetters() 248 value2=UTRIE2_GET16(trie, 0x110000); in testTrieGetters()
|