Searched refs:g_CharsetNames (Results 1 – 1 of 1) sorted by relevance
19 const FX_CHAR* const g_CharsetNames[CIDSET_NUM_SETS] = variable183 for (size_t charset = 1; charset < FX_ArraySize(g_CharsetNames); ++charset) { in CharsetFromOrdering()184 if (ordering == CFX_ByteStringC(g_CharsetNames[charset])) in CharsetFromOrdering()