/external/icu4c/tools/genprops/ |
store.c | 395 UTrie2 *trie2; local 408 trie2=utrie2_fromUTrie(&trie, 0, &errorCode); 419 trie2=utrie2_cloneAsThawed(trie2, &errorCode); 421 utrie2_set32ForLeadSurrogateCodeUnit(trie2, lead, trie2->initialValue, &errorCode); 423 utrie2_freeze(trie2, UTRIE2_16_VALUE_BITS, &errorCode); 447 trie2, 451 trie2, "propsTrie_index", NULL, 463 utrie2_close(trie2); [all...] |
props2.c | 728 UTrie2 *trie2; local 740 trie2=utrie2_fromUTrie(&trie, trie.initialValue, &errorCode); 751 trie2=utrie2_cloneAsThawed(trie2, &errorCode); 753 utrie2_set32ForLeadSurrogateCodeUnit(trie2, lead, trie2->initialValue, &errorCode); 755 utrie2_freeze(trie2, UTRIE2_16_VALUE_BITS, &errorCode); 767 trie2, 771 trie2, "propsVectorsTrie_index", NULL, 774 utrie2_close(trie2); [all...] |
/external/icu4c/tools/genbidi/ |
store.c | 382 UTrie2 *trie2; local 398 trie2=utrie2_fromUTrie(&trie, 0, &errorCode); 409 trie2=utrie2_cloneAsThawed(trie2, &errorCode); 411 utrie2_set32ForLeadSurrogateCodeUnit(trie2, lead, trie2->initialValue, &errorCode); 413 utrie2_freeze(trie2, UTRIE2_16_VALUE_BITS, &errorCode); 435 trie2, 454 trie2, "ubidi_props_trieIndex", NULL, 460 utrie2_close(trie2); [all...] |
/external/icu4c/tools/gencase/ |
store.c | 1117 UTrie2 *trie2; local [all...] |
/external/icu4c/test/cintltst/ |
trie2test.c | 1340 UTrie2 *trie2; local [all...] |