Lines Matching refs:internalThousandSeparator
781 static char internalThousandSeparator[MAX_LOCALE_SEPARATOR_LENGTH + 1] = ","; variable
909 trio_copy_max(internalThousandSeparator, in TrioSetLocale()
910 sizeof(internalThousandSeparator), in TrioSetLocale()
912 internalThousandSeparatorLength = trio_length(internalThousandSeparator); in TrioSetLocale()
2257 p = &internalThousandSeparator[length - 1];
2980 for (groupingPointer = internalThousandSeparator;
5085 trio_copy_max(internalThousandSeparator,
5086 sizeof(internalThousandSeparator),
5088 internalThousandSeparatorLength = trio_length(internalThousandSeparator);
5536 for (j = 0; internalThousandSeparator[j] && self->current; j++)
5538 if (internalThousandSeparator[j] != self->current)
5543 if (internalThousandSeparator[j])
5941 for (j = 0; internalThousandSeparator[j] && self->current; j++)
5943 if (internalThousandSeparator[j] != self->current)
5948 if (internalThousandSeparator[j])