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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dcptable.c170 #define NB_CODEPAGES (sizeof(cptables)/sizeof(cptables[0])) macro
184 if (!(res = bsearch( &codepage, cptables, NB_CODEPAGES,
193 if (index >= NB_CODEPAGES) return NULL;

Completed in 42 milliseconds