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

/haiku/headers/os/locale/
H A DNumberFormat.h42 BString GetSeparator(BNumberElement element);
/haiku/src/kits/locale/
H A DNumberFormat.cpp360 BNumberFormat::GetSeparator(BNumberElement element) function in class:BNumberFormat
/haiku/src/apps/deskcalc/
H A DCalcView.cpp464 fExpressionTextView->SetValue(result, format.GetSeparator(B_DECIMAL_SEPARATOR));
1110 parser.SetSeparators(format.GetSeparator(B_DECIMAL_SEPARATOR),
1111 format.GetSeparator(B_GROUPING_SEPARATOR));
1307 fExpressionTextView->Insert(format.GetSeparator(B_DECIMAL_SEPARATOR));

Completed in 48 milliseconds