Home
last modified time | relevance | path

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

/external/skqp/src/xml/
DSkXMLParser.cpp17 static char const* const gErrorStrings[] = { variable
42 if ((unsigned)fCode < SK_ARRAY_COUNT(gErrorStrings)) in getErrorString()
43 temp.set(gErrorStrings[fCode - 1]); in getErrorString()
/external/skia/src/xml/
DSkXMLParser.cpp17 static char const* const gErrorStrings[] = { variable
42 if ((unsigned)fCode < SK_ARRAY_COUNT(gErrorStrings)) in getErrorString()
43 temp.set(gErrorStrings[fCode - 1]); in getErrorString()