PostgreSQL Source Code git master
Loading...
Searching...
No Matches
ISMN.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const unsigned ISMN_index [10][2]
 
static const charISMN_range [][2]
 

Variable Documentation

◆ ISMN_index

const unsigned ISMN_index[10][2]
static
Initial value:
= {
{0, 5},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
}

Definition at line 33 of file ISMN.h.

33 {
34 {0, 5},
35 {5, 0},
36 {5, 0},
37 {5, 0},
38 {5, 0},
39 {5, 0},
40 {5, 0},
41 {5, 0},
42 {5, 0},
43 {5, 0},
44};

Referenced by _PG_init(), and ean2string().

◆ ISMN_range

const char* ISMN_range[][2]
static
Initial value:
= {
{"0-000", "0-099"},
{"0-1000", "0-3999"},
{"0-40000", "0-69999"},
{"0-700000", "0-899999"},
{"0-9000000", "0-9999999"},
}
static int fb(int x)

Definition at line 45 of file ISMN.h.

45 {
46 {"0-000", "0-099"},
47 {"0-1000", "0-3999"},
48 {"0-40000", "0-69999"},
49 {"0-700000", "0-899999"},
50 {"0-9000000", "0-9999999"},
51 {NULL, NULL}
52};

Referenced by _PG_init(), and ean2string().