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

  /external/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 34 milliseconds