Lines Matching refs:UTrie2
108 U_CAPI UTrie2 * U_EXPORT2
110 UTrie2 *trie; in utrie2_open()
119 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_open()
130 uprv_memset(trie, 0, sizeof(UTrie2)); in utrie2_open()
277 U_CAPI UTrie2 * U_EXPORT2
278 utrie2_clone(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_clone()
279 UTrie2 *trie; in utrie2_clone()
289 trie=(UTrie2 *)uprv_malloc(sizeof(UTrie2)); in utrie2_clone()
293 uprv_memcpy(trie, other, sizeof(UTrie2)); in utrie2_clone()
322 UTrie2 *trie;
356 utrie2_printLengths(const UTrie2 *trie, const char *which) { in utrie2_printLengths()
365 U_CAPI UTrie2 * U_EXPORT2
366 utrie2_cloneAsThawed(const UTrie2 *other, UErrorCode *pErrorCode) { in utrie2_cloneAsThawed()
409 U_CAPI UTrie2 * U_EXPORT2
636 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { in utrie2_set32()
648 utrie2_set32ForLeadSurrogateCodeUnit(UTrie2 *trie, in utrie2_set32ForLeadSurrogateCodeUnit()
695 utrie2_setRange32(UTrie2 *trie, in utrie2_setRange32()
1174 compactTrie(UTrie2 *trie, UErrorCode *pErrorCode) { in compactTrie()
1251 utrie2_freeze(UTrie2 *trie, UTrie2ValueBits valueBits, UErrorCode *pErrorCode) { in utrie2_freeze()