OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:permille
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
xslt.c
278
static const xmlChar
permille
[4] = {0xe2, 0x80, 0xb0, 0};
local
291
self->
permille
= xmlStrdup(BAD_CAST(
permille
));
314
if (self->
permille
)
315
xmlFree(self->
permille
);
[
all
...]
xsltInternals.h
320
xmlChar *
permille
;
member in struct:_xsltDecimalFormat
[
all
...]
Completed in 96 milliseconds