HomeSort by relevance Sort by last modified time
    Searched refs:permille (Results 1 - 3 of 3) sorted by null

  /external/libxslt/libxslt/
numbers.c 885 } else if (xsltUTF8Charcmp(*format, self->permille) == 0) {
960 * permille to be treated as suffix
1015 * First we process the +ve pattern to get percent / permille,
1066 } else if (xsltUTF8Charcmp(the_format, self->permille) == 0) {
1111 } else if (xsltUTF8Charcmp(the_format, self->permille) == 0) {
1174 * Flag changes interpretation of percent/permille
1191 (xsltUTF8Charcmp(the_format, (self)->permille)== 0) ) {
    [all...]
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 174 milliseconds