Home
last modified time | relevance | path

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

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