OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripSpaces
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
imports.c
320
if (style->
stripSpaces
!= NULL)
350
xmlHashLookup2(style->
stripSpaces
, node->name, node->ns->href);
353
xmlHashLookup2(style->
stripSpaces
, BAD_CAST "*",
358
xmlHashLookup2(style->
stripSpaces
, node->name, NULL);
xslt.c
975
if (style->
stripSpaces
!= NULL)
976
xmlHashFree(style->
stripSpaces
, NULL);
[
all
...]
transform.c
[
all
...]
xsltInternals.h
[
all
...]
Completed in 1053 milliseconds