HomeSort by relevance Sort by last modified time
    Searched refs:mutableDict (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp 619 MutableTrieDictionary *mutableDict = NULL;
645 mutableDict = new MutableTrieDictionary(0x0E1C, status);
675 mutableDict->addWord(word, wordLen, status);
696 enumer1 = mutableDict->openWords(status);
710 compactDict = new CompactTrieDictionary(*mutableDict, status);
758 enumer1 = mutableDict->openWords(status);
813 delete mutableDict;
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 646 MutableTrieDictionary *mutableDict = NULL;
672 mutableDict = new MutableTrieDictionary(0x0E1C, status);
702 mutableDict->addWord(word, wordLen, status);
723 enumer1 = mutableDict->openWords(status);
737 compactDict = new CompactTrieDictionary(*mutableDict, status);
785 enumer1 = mutableDict->openWords(status);
    [all...]

Completed in 23 milliseconds