Searched refs:CONTENT_CHARS (Results 1 – 1 of 1) sorted by relevance
40 const FX_CHAR CONTENT_CHARS[] = {'0', '1', '2', '3', '4', '5', '6', '7', variable89 for (size_t i = 0; i < FX_ArraySize(CONTENT_CHARS); ++i) { in FindChar()90 if (ch == (FX_WCHAR)CONTENT_CHARS[i]) { in FindChar()101 for (size_t i = 0; i < FX_ArraySize(CONTENT_CHARS); ++i) { in FindChar()102 if (ch == (FX_WCHAR)CONTENT_CHARS[i]) { in FindChar()