PostgreSQL Source Code
git master
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
UPC.h
Go to the documentation of this file.
1
/*
2
* ISSN.h
3
* PostgreSQL type definitions for ISNs (ISBN, ISMN, ISSN, EAN13, UPC)
4
*
5
* No information available for UPC prefixes
6
*
7
*
8
* IDENTIFICATION
9
* contrib/isn/UPC.h
10
*
11
*/
12
13
/* where the digit set begins, and how many of them are in the table */
14
static
const
unsigned
UPC_index
[10][2] = {
15
{0, 0},
16
{0, 0},
17
{0, 0},
18
{0, 0},
19
{0, 0},
20
{0, 0},
21
{0, 0},
22
{0, 0},
23
{0, 0},
24
{0, 0},
25
};
26
static
const
char
*
UPC_range
[][2] = {
27
{NULL, NULL}
28
};
UPC_index
static const unsigned UPC_index[10][2]
Definition:
UPC.h:14
UPC_range
static const char * UPC_range[][2]
Definition:
UPC.h:26
contrib
isn
UPC.h
Generated on Sun Nov 24 2024 12:13:13 for PostgreSQL Source Code by
1.9.1