Searched refs:MAXCHARSETS (Results 1 – 4 of 4) sorted by relevance
36 charset_subset_t charset_subsets[MAXCHARSETS];41 int display_charset_map[MAXCHARSETS];42 int assumed_doc_charset_map[MAXCHARSETS];44 const char *display_charset_choices[MAXCHARSETS + 1];45 const char *assumed_charset_choices[MAXCHARSETS + 1];349 STRING2PTR LYCharSets[MAXCHARSETS] =359 const char *LYchar_set_names[MAXCHARSETS + 1] =376 LYUCcharset LYCharSet_UC[MAXCHARSETS] =402 int LYlowest_eightbit[MAXCHARSETS] =739 for (i = 0; (i < MAXCHARSETS && LYchar_set_names[i]); i++) { in UCGetLYhndl_byAnyName()
266 static struct UC_charset UCInfo[MAXCHARSETS];1539 (i < MAXCHARSETS && i < LYNumCharsets && in UCGetLYhndl_byMIME()1696 static STRING2PTR remember_allocated_LYCharSets[MAXCHARSETS];1702 for (; i < MAXCHARSETS; i++) { in UCreset_allocated_LYCharSets()1712 for (; i < MAXCHARSETS; i++) { in UCfree_allocated_LYCharSets()1877 for (i = 0; (i < MAXCHARSETS) && LYchar_set_names[i]; i++) { in UC_Register_with_LYCharSets()1885 for (i = 0; i < MAXCHARSETS && LYchar_set_names[i] && LYhndl < 0; i++) { in UC_Register_with_LYCharSets()1894 if (LYNumCharsets >= MAXCHARSETS) { in UC_Register_with_LYCharSets()1979 if (UCNumCharsets >= MAXCHARSETS) { in UC_Charset_Setup()2037 for (i = 0; (i < MAXCHARSETS) && LYchar_set_names[i]; i++) { in UC_NoUctb_Register_with_LYCharSets()[all …]
1049 memset((char *) charset_subsets, 0, sizeof(charset_subset_t) * MAXCHARSETS); in main()2385 memset((char *) charset_subsets, 0, sizeof(charset_subset_t) * MAXCHARSETS); in reload_read_cfg()
1461 #define MAXCHARSETS 60 /* max character sets supported */ macro