Searched refs:__get_fdigit (Results 1 – 3 of 3) sorted by relevance
78 bool _STLP_CALL __get_fdigit(wchar_t& c, const wchar_t* digits) { in __get_fdigit() function95 return __get_fdigit(c, digits); in __get_fdigit_or_sep()
38 inline bool _STLP_CALL __get_fdigit(char __c, const char*) in __get_fdigit() function47 return __get_fdigit(__c, __digits); in __get_fdigit_or_sep()320 if (__get_fdigit(__c, __digits)) { in __copy_digits()
196 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit(wchar_t&, const wchar_t*);