OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlNameMatchesAscii
(Results
1 - 3
of
3
) sorted by null
/external/expat/lib/
xmlrole.c
150
if (!
XmlNameMatchesAscii
(enc,
181
if (!
XmlNameMatchesAscii
(enc,
251
if (
XmlNameMatchesAscii
(enc, ptr, end, KW_SYSTEM)) {
255
if (
XmlNameMatchesAscii
(enc, ptr, end, KW_PUBLIC)) {
346
if (
XmlNameMatchesAscii
(enc,
353
if (
XmlNameMatchesAscii
(enc,
360
if (
XmlNameMatchesAscii
(enc,
367
if (
XmlNameMatchesAscii
(enc,
485
if (
XmlNameMatchesAscii
(enc, ptr, end, KW_SYSTEM)) {
489
if (
XmlNameMatchesAscii
(enc, ptr, end, KW_PUBLIC))
[
all
...]
xmltok.h
231
#define
XmlNameMatchesAscii
(enc, ptr1, end1, ptr2) \
xmltok.c
1106
if (!
XmlNameMatchesAscii
(enc, name, nameEnd, KW_version)) {
1130
if (
XmlNameMatchesAscii
(enc, name, nameEnd, KW_encoding)) {
1147
if (!
XmlNameMatchesAscii
(enc, name, nameEnd, KW_standalone)
1152
if (
XmlNameMatchesAscii
(enc, val, ptr - enc->minBytesPerChar, KW_yes)) {
1156
else if (
XmlNameMatchesAscii
(enc, val, ptr - enc->minBytesPerChar, KW_no)) {
[
all
...]
Completed in 17 milliseconds