Searched refs:UTRIE2_GET16 (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ubidi_props.cpp | 135 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getClass() 141 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isMirrored() 179 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getMirror() 185 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isBidiControl() 191 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_isJoinControl() 197 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getJoiningType() 220 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracketType() 226 uint16_t props=UTRIE2_GET16(&ubidi_props_singleton.trie, c); in ubidi_getPairedBracket()
|
D | ucase.cpp | 133 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_tolower() 155 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toupper() 177 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_totitle() 243 props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_addCaseClosure() 583 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getType() 590 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_getTypeOrIgnorable() 597 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in getDotType() 613 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_isCaseSensitive() 1041 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toFullLower() 1192 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in toUpperOrTitle() [all …]
|
D | rbbi_cache.cpp | 149 category = UTRIE2_GET16(fBI->fData->fTrie, c); in populateDictionary() 155 category = UTRIE2_GET16(fBI->fData->fTrie, c); in populateDictionary() 173 category = UTRIE2_GET16(fBI->fData->fTrie, c); in populateDictionary()
|
D | uchar.cpp | 43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)); 524 uint16_t vecIndex=UTRIE2_GET16(&propsVectorsTrie, c); in u_getUnicodeProperties()
|
D | rbbi.cpp | 837 category = UTRIE2_GET16(fData->fTrie, c); in handleNext() 987 category = UTRIE2_GET16(fData->fTrie, c); in handleSafePrevious()
|
D | ucasemap.cpp | 281 uint16_t props = UTRIE2_GET16(trie, c); in toLower() 389 uint16_t props = UTRIE2_GET16(trie, c); in toUpper()
|
D | utrie2.h | 360 #define UTRIE2_GET16(trie, c) _UTRIE2_GET((trie), index, (trie)->indexLength, (c)) macro
|
D | utrie2.cpp | 63 return UTRIE2_GET16(trie, c); in utrie2_get32()
|
/external/icu/icu4c/source/test/cintltst/ |
D | trie2test.c | 155 value2=UTRIE2_GET16(trie, start); in testTrieGetters() 250 value=UTRIE2_GET16(trie, -1); in testTrieGetters() 251 value2=UTRIE2_GET16(trie, 0x110000); in testTrieGetters()
|