Searched refs:gErrorStrings (Results 1 – 2 of 2) sorted by relevance
12 static char const* const gErrorStrings[] = { variable37 if ((unsigned)fCode < SK_ARRAY_COUNT(gErrorStrings)) in getErrorString()38 temp.set(gErrorStrings[fCode - 1]); in getErrorString()
18 static char const* const gErrorStrings[] = { variable55 str->set(gErrorStrings[fCode - kUnknownError]); in getErrorString()