OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildMonthsTrie
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/intltest/
bytestrietest.cpp
48
BytesTrie *
buildMonthsTrie
(UStringTrieBuildOption buildOption);
266
BytesTrie *BytesTrieTest::
buildMonthsTrie
(UStringTrieBuildOption buildOption) {
307
LocalPointer<BytesTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_FAST));
343
LocalPointer<BytesTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_SMALL));
392
LocalPointer<BytesTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_FAST));
405
// Expected data: Same as in
buildMonthsTrie
(), except only the suffixes
441
LocalPointer<BytesTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_SMALL));
456
// Expected data: Same as in
buildMonthsTrie
(), except only the suffixes
469
LocalPointer<BytesTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_FAST));
478
// Expected data: Same as in
buildMonthsTrie
(), except only the first 4 character
[
all
...]
ucharstrietest.cpp
55
UCharsTrie *
buildMonthsTrie
(UStringTrieBuildOption buildOption);
423
UCharsTrie *UCharsTrieTest::
buildMonthsTrie
(UStringTrieBuildOption buildOption) {
464
LocalPointer<UCharsTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_FAST));
500
LocalPointer<UCharsTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_SMALL));
550
LocalPointer<UCharsTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_FAST));
563
// Expected data: Same as in
buildMonthsTrie
(), except only the suffixes
599
LocalPointer<UCharsTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_SMALL));
614
// Expected data: Same as in
buildMonthsTrie
(), except only the suffixes
627
LocalPointer<UCharsTrie> trie(
buildMonthsTrie
(USTRINGTRIE_BUILD_FAST));
636
// Expected data: Same as in
buildMonthsTrie
(), except only the first 4 character
[
all
...]
Completed in 335 milliseconds