Searched refs:MAX_LOCALE_SEPARATOR_LENGTH (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dtrio.c381 MAX_LOCALE_SEPARATOR_LENGTH = MB_LEN_MAX, enumerator in enum:__anon17109
760 static char internalDecimalPointString[MAX_LOCALE_SEPARATOR_LENGTH + 1] = ".";
761 static char internalThousandSeparator[MAX_LOCALE_SEPARATOR_LENGTH + 1] = ",";
2175 char buffer[MAX_CHARS_IN(trio_uintmax_t) * (1 + MAX_LOCALE_SEPARATOR_LENGTH) + 1];

Completed in 58 milliseconds