Lines Matching refs:UTrie2
106 U_CAPI UTrie2 * U_EXPORT2
108 UTrie2 *trie; in utrie2_open()
117 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_open()
128 uprv_memset(trie, 0, sizeof(UTrie2)); in utrie2_open()
275 U_CAPI UTrie2 * U_EXPORT2
276 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone()
277 UTrie2 *trie; in utrie2_clone()
287 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_clone()
291 uprv_memcpy(trie, other, sizeof(UTrie2)); in utrie2_clone()
320 UTrie2 *trie;
354 utrie2_printLengths(const UTrie2 *trie, const char *which) { in utrie2_printLengths()
363 U_CAPI UTrie2 * U_EXPORT2
364 utrie2_cloneAsThawed(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_cloneAsThawed()
407 U_CAPI UTrie2 * U_EXPORT2
634 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { in utrie2_set32()
646 utrie2_set32ForLeadSurrogateCodeUnit(UTrie2 *trie, in utrie2_set32ForLeadSurrogateCodeUnit()
693 utrie2_setRange32(UTrie2 *trie, in utrie2_setRange32()
1172 compactTrie(UTrie2 *trie, UErrorCode *pErrorCode) { in compactTrie()
1249 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze()