Searched refs:NUMBER_OF_CIDSETS (Results 1 – 3 of 3) sorted by relevance
40 } m_EmbeddedCharsets[NUMBER_OF_CIDSETS];44 } m_EmbeddedToUnicodes[NUMBER_OF_CIDSETS];
49 static const FX_LPCSTR g_CharsetNames[NUMBER_OF_CIDSETS] = {NULL, "GB1", "CNS1", "Japan1", "Korea1"…50 static const int g_CharsetCPs[NUMBER_OF_CIDSETS] = {0, 936, 950, 932, 949, 1200 };53 for (int charset = 1; charset < NUMBER_OF_CIDSETS; charset++) { in _CharsetFromOrdering()
496 #define NUMBER_OF_CIDSETS 6 macro