Home | History | Annotate | Download | only in libxslt

Lines Matching defs:permille

278     static const xmlChar permille[4] = {0xe2, 0x80, 0xb0, 0};
291 self->permille = xmlStrdup(BAD_CAST(permille));
314 if (self->permille)
315 xmlFree(self->permille);
1438 if (format->permille != NULL) xmlFree(format->permille);
1439 format->permille = prop;