Home | History | Annotate | Download | only in src

Lines Matching refs:MAX_LOCALE_SEPARATOR_LENGTH

381   MAX_LOCALE_SEPARATOR_LENGTH = MB_LEN_MAX,
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];