Home
last modified time | relevance | path

Searched refs:emptyCheck (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/bookmaker/
Ddefinition.cpp533 TextParser emptyCheck(fFileName, descStart, child->fStart, child->fLineCount); in checkMethod() local
534 if (!emptyCheck.eof() && emptyCheck.skipWhiteSpace()) { in checkMethod()
535 descStart = emptyCheck.fChar; in checkMethod()
536 emptyCheck.trimEnd(); in checkMethod()
538 descEnd = emptyCheck.fEnd; in checkMethod()
DbmhParser.cpp460 TextParser emptyCheck(definition); in addDefinition() local
461 if (emptyCheck.eof() || !emptyCheck.skipWhiteSpace()) { in addDefinition()
/external/skqp/tools/bookmaker/
Ddefinition.cpp533 TextParser emptyCheck(fFileName, descStart, child->fStart, child->fLineCount); in checkMethod() local
534 if (!emptyCheck.eof() && emptyCheck.skipWhiteSpace()) { in checkMethod()
535 descStart = emptyCheck.fChar; in checkMethod()
536 emptyCheck.trimEnd(); in checkMethod()
538 descEnd = emptyCheck.fEnd; in checkMethod()
DbmhParser.cpp460 TextParser emptyCheck(definition); in addDefinition() local
461 if (emptyCheck.eof() || !emptyCheck.skipWhiteSpace()) { in addDefinition()