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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp657 CompactTrieDictionary *compactDict = NULL; local
747 compactDict = new CompactTrieDictionary(*mutableDict, status);
753 enumer2 = compactDict->openWords(status);
774 mutable2 = compactDict->cloneMutable(status);
823 compact2 = new CompactTrieDictionary(compactDict->data(), status);
849 delete compactDict;
935 CompactTrieDictionary *compactDict = NULL; local
1049 compactDict = new CompactTrieDictionary(*mutableDict, status);
1055 enumer2 = compactDict->openWords(status);
1093 compactDict
[all...]

Completed in 2052 milliseconds