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

  /external/icu4c/common/
dictbe.cpp 216 fDictionary(adoptDictionary)
240 delete fDictionary;
265 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
281 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) {
296 if (words[(wordsFound+2)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd)) {
319 if (words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) <= 0
342 int candidates = words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd);
377 if (words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) <= 0
dictbe.h 155 const TrieWordDictionary *fDictionary;

Completed in 50 milliseconds