OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xsltlocalelistsize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c
52
static int
xsltLocaleListSize
= 0;
61
for (k=0; k<
xsltLocaleListSize
; k++, p++)
450
++
xsltLocaleListSize
;
489
return((count <
xsltLocaleListSize
) ? TRUE : FALSE);
496
if (
xsltLocaleListSize
<= 0) {
501
len =
xsltLocaleListSize
* sizeof(xsltRFC1766Info);
/external/libxslt/libxslt/
xsltlocale.c
52
static int
xsltLocaleListSize
= 0;
61
for (k=0; k<
xsltLocaleListSize
; k++, p++)
450
++
xsltLocaleListSize
;
489
return((count <
xsltLocaleListSize
) ? TRUE : FALSE);
496
if (
xsltLocaleListSize
<= 0) {
501
len =
xsltLocaleListSize
* sizeof(xsltRFC1766Info);
Completed in 223 milliseconds