Home
last modified time | relevance | path

Searched refs:wordList (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/bookmaker/
DtextParser.h48 const char* anyOf(const char* wordStart, const char* wordList[], size_t wordListCount) const { in anyOf() argument
49 const char** wordPtr = wordList; in anyOf()
62 string anyWord(const vector<string>& wordList, int spaces) const { in anyWord() argument
83 for (auto word : wordList) { in anyWord()
/external/brotli/research/
Dbrotlidump.py1814 wordList = WordList()
1828 action, word = divmod(offset-maxDistance, 1<<wordList.NDBITS[copyLen])
1879 newWord = wordList.word(copyLen, distance-maxDistance-1)