Home | History | Annotate | Download | only in intltest

Lines Matching refs:buildTrie

66     UCharsTrie *buildTrie(const StringAndValue data[], int32_t dataLength,
295 LocalPointer<UCharsTrie> trie(buildTrie(data, UPRV_LENGTHOF(data), USTRINGTRIE_BUILD_FAST));
297 return; // buildTrie() reported an error
386 return; // buildTrie() reported an error
459 return buildTrie(data, UPRV_LENGTHOF(data), buildOption);
465 return; // buildTrie() reported an error
501 return; // buildTrie() reported an error
551 return; // buildTrie() reported an error
600 return; // buildTrie() reported an error
628 return; // buildTrie() reported an error
677 LocalPointer<UCharsTrie> trie(buildTrie(data, UPRV_LENGTHOF(data), USTRINGTRIE_BUILD_FAST));
679 return; // buildTrie() reported an error
705 LocalPointer<UCharsTrie> trie(buildTrie(data, UPRV_LENGTHOF(data), USTRINGTRIE_BUILD_FAST));
707 return; // buildTrie() reported an error
755 LocalPointer<UCharsTrie> trie(buildTrie(data, dataLength, buildOption));
757 return; // buildTrie() reported an error
766 UCharsTrie *UCharsTrieTest::buildTrie(const StringAndValue data[], int32_t dataLength,
768 IcuTestErrorCode errorCode(*this, "buildTrie()");