Home
last modified time | relevance | path

Searched refs:UTRIE2_GET16 (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dubidi_props.c144 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()
Ducase.cpp135 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 …]
Duchar.c41 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c));
523 uint16_t vecIndex=UTRIE2_GET16(&propsVectorsTrie, c); in u_getUnicodeProperties()
Dutrie2.h390 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c)) macro
Dnormalizer2impl.h239 uint16_t getNorm16(UChar32 c) const { return UTRIE2_GET16(normTrie, c); } in getNorm16()
Dutrie2.cpp62 return UTRIE2_GET16(trie, c); in utrie2_get32()
/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c152 value2=UTRIE2_GET16(trie, start); in testTrieGetters()
247 value=UTRIE2_GET16(trie, -1); in testTrieGetters()
248 value2=UTRIE2_GET16(trie, 0x110000); in testTrieGetters()