Searched refs:cptables (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dcptable.c102 static const union cptable * const cptables[62] = variable
170 #define NB_CODEPAGES (sizeof(cptables)/sizeof(cptables[0]))
184 if (!(res = bsearch( &codepage, cptables, NB_CODEPAGES,
185 sizeof(cptables[0]), cmp_codepage ))) return NULL;
194 return cptables[index];

Completed in 41 milliseconds