OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_BLANK_CH
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium_org/third_party/libxml/src/
xmlschemastypes.c
56
#define IS_WSP_BLANK_CH(c)
IS_BLANK_CH
(c)
[
all
...]
pattern.c
719
while (
IS_BLANK_CH
(CUR)) NEXT
941
if (
IS_BLANK_CH
(CUR)) {
1053
if (
IS_BLANK_CH
(CUR)) {
1063
if (hasBlanks ||
IS_BLANK_CH
(CUR)) {
1130
if (
IS_BLANK_CH
(CUR)) {
[
all
...]
parser.c
[
all
...]
catalog.c
[
all
...]
valid.c
[
all
...]
relaxng.c
[
all
...]
tree.c
375
while (
IS_BLANK_CH
(*cur)) cur++;
387
while (
IS_BLANK_CH
(*cur)) cur++;
448
while (
IS_BLANK_CH
(*cur)) cur++;
474
while (
IS_BLANK_CH
(*cur)) cur++;
546
while (
IS_BLANK_CH
(*cur)) cur++;
558
while (
IS_BLANK_CH
(*cur)) cur++;
615
while (
IS_BLANK_CH
(*cur)) cur++;
629
while (
IS_BLANK_CH
(*cur)) cur++;
[
all
...]
HTMLparser.c
574
while (
IS_BLANK_CH
(*(ctxt->input->cur))) {
[
all
...]
HTMLtree.c
704
while (
IS_BLANK_CH
(*tmp)) tmp++;
xpath.c
[
all
...]
xmlschemas.c
[
all
...]
debugXML.c
435
else if (
IS_BLANK_CH
(str[i]))
[
all
...]
/external/libxml2/
xmlschemastypes.c
56
#define IS_WSP_BLANK_CH(c)
IS_BLANK_CH
(c)
[
all
...]
pattern.c
719
while (
IS_BLANK_CH
(CUR)) NEXT
941
if (
IS_BLANK_CH
(CUR)) {
1053
if (
IS_BLANK_CH
(CUR)) {
1063
if (hasBlanks ||
IS_BLANK_CH
(CUR)) {
1130
if (
IS_BLANK_CH
(CUR)) {
[
all
...]
parser.c
[
all
...]
catalog.c
[
all
...]
valid.c
[
all
...]
relaxng.c
[
all
...]
tree.c
375
while (
IS_BLANK_CH
(*cur)) cur++;
387
while (
IS_BLANK_CH
(*cur)) cur++;
448
while (
IS_BLANK_CH
(*cur)) cur++;
474
while (
IS_BLANK_CH
(*cur)) cur++;
546
while (
IS_BLANK_CH
(*cur)) cur++;
558
while (
IS_BLANK_CH
(*cur)) cur++;
615
while (
IS_BLANK_CH
(*cur)) cur++;
629
while (
IS_BLANK_CH
(*cur)) cur++;
[
all
...]
HTMLparser.c
574
while (
IS_BLANK_CH
(*(ctxt->input->cur))) {
[
all
...]
HTMLtree.c
702
while (
IS_BLANK_CH
(*tmp)) tmp++;
xpath.c
[
all
...]
xmlschemas.c
[
all
...]
/external/chromium_org/third_party/libxml/src/include/libxml/
parserInternals.h
105
*
IS_BLANK_CH
:
110
#define
IS_BLANK_CH
(c) xmlIsBlank_ch(c)
/external/libxml2/include/libxml/
parserInternals.h
105
*
IS_BLANK_CH
:
110
#define
IS_BLANK_CH
(c) xmlIsBlank_ch(c)
Completed in 927 milliseconds
1
2