Searched refs:buildTrie (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducharstrietest.cpp67 UCharsTrie *buildTrie(const StringAndValue data[], int32_t dataLength,
296 LocalPointer<UCharsTrie> trie(buildTrie(data, LENGTHOF(data), USTRINGTRIE_BUILD_FAST));
298 return; // buildTrie() reported an error
387 return; // buildTrie() reported an error
460 return buildTrie(data, LENGTHOF(data), buildOption);
466 return; // buildTrie() reported an error
502 return; // buildTrie() reported an error
552 return; // buildTrie() reported an error
601 return; // buildTrie() reported an error
629 return; // buildTrie() reporte
767 UCharsTrie *UCharsTrieTest::buildTrie(const StringAndValue data[], int32_t dataLength, function in class:UCharsTrieTest
[all...]
H A Dbytestrietest.cpp60 BytesTrie *buildTrie(const StringAndValue data[], int32_t dataLength,
303 return buildTrie(data, LENGTHOF(data), buildOption);
309 return; // buildTrie() reported an error
345 return; // buildTrie() reported an error
394 return; // buildTrie() reported an error
443 return; // buildTrie() reported an error
471 return; // buildTrie() reported an error
520 LocalPointer<BytesTrie> trie(buildTrie(data, LENGTHOF(data), USTRINGTRIE_BUILD_FAST));
522 return; // buildTrie() reported an error
548 LocalPointer<BytesTrie> trie(buildTrie(dat
608 BytesTrie *BytesTrieTest::buildTrie(const StringAndValue data[], int32_t dataLength, function in class:BytesTrieTest
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp67 UCharsTrie *buildTrie(const StringAndValue data[], int32_t dataLength,
296 LocalPointer<UCharsTrie> trie(buildTrie(data, LENGTHOF(data), USTRINGTRIE_BUILD_FAST));
298 return; // buildTrie() reported an error
387 return; // buildTrie() reported an error
460 return buildTrie(data, LENGTHOF(data), buildOption);
466 return; // buildTrie() reported an error
502 return; // buildTrie() reported an error
552 return; // buildTrie() reported an error
601 return; // buildTrie() reported an error
629 return; // buildTrie() reporte
767 UCharsTrie *UCharsTrieTest::buildTrie(const StringAndValue data[], int32_t dataLength, function in class:UCharsTrieTest
[all...]
H A Dbytestrietest.cpp60 BytesTrie *buildTrie(const StringAndValue data[], int32_t dataLength,
303 return buildTrie(data, LENGTHOF(data), buildOption);
309 return; // buildTrie() reported an error
345 return; // buildTrie() reported an error
394 return; // buildTrie() reported an error
443 return; // buildTrie() reported an error
471 return; // buildTrie() reported an error
520 LocalPointer<BytesTrie> trie(buildTrie(data, LENGTHOF(data), USTRINGTRIE_BUILD_FAST));
522 return; // buildTrie() reported an error
548 LocalPointer<BytesTrie> trie(buildTrie(dat
608 BytesTrie *BytesTrieTest::buildTrie(const StringAndValue data[], int32_t dataLength, function in class:BytesTrieTest
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames_impl.h154 void buildTrie(UErrorCode &status);
H A Dtznames_impl.cpp289 // buildTrie() - The Trie node structure is needed. Create it from the data that was
293 void TextTrieMap::buildTrie(UErrorCode &status) { function in class:TextTrieMap
318 nonConstThis->buildTrie(status);
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.h154 void buildTrie(UErrorCode &status);
H A Dtznames_impl.cpp289 // buildTrie() - The Trie node structure is needed. Create it from the data that was
293 void TextTrieMap::buildTrie(UErrorCode &status) { function in class:TextTrieMap
318 nonConstThis->buildTrie(status);

Completed in 4333 milliseconds