Lines Matching refs:UTrie2
115 U_CAPI UTrie2 * U_EXPORT2
117 UTrie2 *trie; in utrie2_open()
126 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_open()
137 uprv_memset(trie, 0, sizeof(UTrie2)); in utrie2_open()
298 U_CAPI UTrie2 * U_EXPORT2
299 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone()
300 UTrie2 *trie; in utrie2_clone()
310 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_clone()
315 uprv_memcpy(trie, other, sizeof(UTrie2)); in utrie2_clone()
345 UTrie2 *trie;
369 static long countInitial(const UTrie2 *trie) { in countInitial()
395 utrie2_printLengths(const UTrie2 *trie, const char *which) { in utrie2_printLengths()
404 U_CAPI UTrie2 * U_EXPORT2
405 utrie2_cloneAsThawed(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_cloneAsThawed()
448 U_CAPI UTrie2 * U_EXPORT2
678 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { in utrie2_set32()
690 utrie2_set32ForLeadSurrogateCodeUnit(UTrie2 *trie, in utrie2_set32ForLeadSurrogateCodeUnit()
737 utrie2_setRange32(UTrie2 *trie, in utrie2_setRange32()
1229 compactTrie(UTrie2 *trie, UErrorCode *pErrorCode) { in compactTrie()
1306 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze()