Searched defs:toUTrie2 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dpropsvec.c478 UPVecToUTrie2Context toUTrie2={ NULL }; local
479 upvec_compact(pv, upvec_compactToUTrie2Handler, &toUTrie2, pErrorCode);
480 utrie2_freeze(toUTrie2.trie, UTRIE2_16_VALUE_BITS, pErrorCode);
482 utrie2_close(toUTrie2.trie);
483 toUTrie2.trie=NULL;
485 return toUTrie2.trie;
498 UPVecToUTrie2Context *toUTrie2=(UPVecToUTrie2Context *)context; local
500 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, TRUE, pErrorCode);
504 toUTrie2->initialValue=rowIndex;
507 toUTrie2
[all...]

Completed in 26 milliseconds