Home
last modified time | relevance | path

Searched refs:__get_fdigit (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dnum_get.cpp78 bool _STLP_CALL __get_fdigit(wchar_t& c, const wchar_t* digits) { in __get_fdigit() function
95 return __get_fdigit(c, digits); in __get_fdigit_or_sep()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_num_get.c38 inline bool _STLP_CALL __get_fdigit(char __c, const char*) in __get_fdigit() function
47 return __get_fdigit(__c, __digits); in __get_fdigit_or_sep()
320 if (__get_fdigit(__c, __digits)) { in __copy_digits()
D_num_get.h196 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit(wchar_t&, const wchar_t*);