Searched refs:getWords (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | StateDictionary.java | 91 return new TextFetcher().getWords().entrySet().iterator(); in getMapping() 521 public Map<CharSequence, T> getWords() { in getWords() method in StateDictionary.TextFetcher 523 getWords(0, 0, builtBaseRow); in getWords() 588 private void getWords(int byteLength, int resultSoFar, Row row) { in getWords() method in StateDictionary.TextFetcher 599 getWords(byteLength + 1, currentValue, cell.nextRow); in getWords()
|
/external/skia/modules/skshaper/src/ |
D | SkUnicode.h | 133 virtual bool getWords
|
D | SkUnicode_icu.cpp | 480 bool getWords(const char utf8[], int utf8Units, std::vector<Position>* results) override { in getWords() function in SkUnicode_icu
|
/external/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 783 if (!fUnicode->getWords(fText.c_str(), fText.size(), &fWords)) { in getWordBoundary()
|