Go to the source code of this file.
Variables | |
const unsigned | ISBN_index [10][2] |
const char * | ISBN_range [][2] |
const unsigned | ISBN_index_new [10][2] |
const char * | ISBN_range_new [][2] |
const unsigned ISBN_index[10][2] |
{ {0, 6}, {6, 6}, {12, 8}, {20, 14}, {34, 6}, {40, 19}, {59, 68}, {127, 5}, {132, 60}, {192, 718}, }
Definition at line 37 of file ISBN.h.
Referenced by ean2string(), and initialize().
const unsigned ISBN_index_new[10][2] |
{ {0, 0}, {0, 5}, {5, 0}, {5, 0}, {5, 0}, {5, 0}, {5, 0}, {5, 0}, {5, 0}, {5, 0}, }
Definition at line 970 of file ISBN.h.
Referenced by ean2string().
const char* ISBN_range[][2] |
Definition at line 50 of file ISBN.h.
Referenced by ean2string().
const char* ISBN_range_new[][2] |
{ {"10-00", "10-19"}, {"10-200", "10-699"}, {"10-7000", "10-8999"}, {"10-90000", "10-97599"}, {"10-976000", "10-999999"}, {NULL, NULL}, }
Definition at line 983 of file ISBN.h.
Referenced by ean2string().