OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:namePages
(Results
1 - 2
of
2
) sorted by null
/external/expat/lib/
xmltok.c
133
return UTF8_GET_NAMING2(
namePages
, (const unsigned char *)p);
139
return UTF8_GET_NAMING3(
namePages
, (const unsigned char *)p);
646
UCS2_GET_NAMING(
namePages
, (unsigned char)p[1], (unsigned char)p[0])
787
UCS2_GET_NAMING(
namePages
, (unsigned char)p[0], (unsigned char)p[1])
1270
return UCS2_GET_NAMING(
namePages
, c >> 8, c & 0xFF);
[
all
...]
nametab.h
117
static const unsigned char
namePages
[] = {
Completed in 100 milliseconds