Searched refs:wordStart (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | spellCheck.cpp | 399 const char* wordStart = nullptr; in leafCheck() local 404 if (wordStart && wordEnd) { in leafCheck() 407 string word(wordStart, (possibleEnd ? possibleEnd : wordEnd) - wordStart); in leafCheck() 413 wordStart = nullptr; in leafCheck() 442 SkASSERT(inQuotes == !wordStart); in leafCheck() 457 if (!wordStart) { in leafCheck() 458 wordStart = chPtr; in leafCheck()
|
D | bmhParser.cpp | 753 const char* wordStart = fChar; in className() local 756 classID = string(wordStart, wordEnd - wordStart); in className() 785 return builder + "::" + string(wordStart, wordEnd - wordStart); in className() 825 const char* wordStart = fChar; in collectExternals() local 827 if (fChar - wordStart > 0) { in collectExternals() 828 fExternals.emplace_front(MarkType::kExternal, wordStart, fChar, fLineCount, fParent, in collectExternals() 832 definition->fName = string(wordStart ,fChar - wordStart); in collectExternals() 1713 const char* wordStart; in memberName() local 1717 wordStart = fChar; in memberName() 1719 } while (this->anyOf(wordStart, prefixes, SK_ARRAY_COUNT(prefixes))); in memberName()
|
D | textParser.h | 48 const char* anyOf(const char* wordStart, const char* wordList[], size_t wordListCount) const { in anyOf() argument 51 const size_t matchLen = fChar - wordStart; in anyOf() 54 if (strlen(word) == matchLen && !strncmp(wordStart, word, matchLen)) { in anyOf()
|
D | includeWriter.cpp | 2323 int wordStart = lastSpace; in lookupMethod() local 2324 while (' ' >= data[wordStart]) { in lookupMethod() 2325 ++wordStart; in lookupMethod() 2334 TextParser parser(fFileName, &data[wordStart], &data[wordEnd], fLineCount); in lookupMethod() 2338 temp = string(&data[wordStart], wordEnd - wordStart) + "()"; in lookupMethod() 2341 temp = this->resolveMethod(&data[wordStart], &data[wordEnd], Word::kFirst == word); in lookupMethod() 2344 if (wordStart > lastWrite) { in lookupMethod() 2345 SkASSERT(data[wordStart - 1] >= ' '); in lookupMethod() 2349 this->firstBlockTrim(wordStart - lastWrite, &data[lastWrite]); in lookupMethod() 2350 if (' ' == data[wordStart - 1]) { in lookupMethod()
|
D | definition.cpp | 369 const char* wordStart = params.fChar; in setCanonicalFiddle() local 376 result += string(wordStart, params.fChar - wordStart); in setCanonicalFiddle()
|
/external/cldr/tools/c/genldml/resources/ |
D | root.txt | 503 wordStart {
|