Searched refs:gErrorStrings (Results 1 – 1 of 1) sorted by relevance
15 static char const* const gErrorStrings[] = { variable40 if ((unsigned)fCode < SK_ARRAY_COUNT(gErrorStrings)) in getErrorString()41 temp.set(gErrorStrings[fCode - 1]); in getErrorString()