Searched refs:__get_fdigit_or_sep (Results 1 – 3 of 3) sorted by relevance
88 bool _STLP_CALL __get_fdigit_or_sep(wchar_t& c, wchar_t sep, in __get_fdigit_or_sep() function
197 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit_or_sep(wchar_t&, wchar_t, const wchar_t*);
41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) { in __get_fdigit_or_sep() function343 bool __tmp = __get_fdigit_or_sep(__c, __sep, __digits); in __copy_grouped_digits()