Home | History | Annotate | Download | only in libxml2

Lines Matching refs:MAX_LOCALE_SEPARATOR_LENGTH

385   MAX_LOCALE_SEPARATOR_LENGTH = MB_LEN_MAX,
764 static char internalDecimalPointString[MAX_LOCALE_SEPARATOR_LENGTH + 1] = ".";
765 static char internalThousandSeparator[MAX_LOCALE_SEPARATOR_LENGTH + 1] = ",";
2179 char buffer[MAX_CHARS_IN(trio_uintmax_t) * (1 + MAX_LOCALE_SEPARATOR_LENGTH) + 1];