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

/external/chromium/third_party/icu/source/common/
H A Dpropsvec.c476 UPVecToUTrie2Context toUTrie2={ NULL }; local
477 upvec_compact(pv, upvec_compactToUTrie2Handler, &toUTrie2, pErrorCode);
478 utrie2_freeze(toUTrie2.trie, UTRIE2_16_VALUE_BITS, pErrorCode);
480 utrie2_close(toUTrie2.trie);
481 toUTrie2.trie=NULL;
483 return toUTrie2.trie;
530 UPVecToUTrie2Context *toUTrie2=(UPVecToUTrie2Context *)context; local
532 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, TRUE, pErrorCode);
536 toUTrie2->initialValue=rowIndex;
539 toUTrie2
[all...]
/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;
532 UPVecToUTrie2Context *toUTrie2=(UPVecToUTrie2Context *)context; local
534 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, TRUE, pErrorCode);
538 toUTrie2->initialValue=rowIndex;
541 toUTrie2
[all...]

Completed in 123 milliseconds