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

/external/stlport/src/
H A Dnum_get.cpp78 bool _STLP_CALL __get_fdigit(wchar_t& c, const wchar_t* digits) { function
95 return __get_fdigit(c, digits);
/external/stlport/stlport/stl/
H A D_num_get.h196 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit(wchar_t&, const wchar_t*);
H A D_num_get.c38 inline bool _STLP_CALL __get_fdigit(char __c, const char*) function
47 return __get_fdigit(__c, __digits);
320 if (__get_fdigit(__c, __digits)) {

Completed in 276 milliseconds