Lines Matching full:internalthousandseparator
781 static char internalThousandSeparator[MAX_LOCALE_SEPARATOR_LENGTH + 1] = ",";
909 trio_copy_max(internalThousandSeparator,
910 sizeof(internalThousandSeparator),
912 internalThousandSeparatorLength = trio_length(internalThousandSeparator);
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])