Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dnum_get.cpp88 bool _STLP_CALL __get_fdigit_or_sep(wchar_t& c, wchar_t sep, in __get_fdigit_or_sep() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_num_get.h197 bool _STLP_DECLSPEC _STLP_CALL __get_fdigit_or_sep(wchar_t&, wchar_t, const wchar_t*);
D_num_get.c41 inline bool _STLP_CALL __get_fdigit_or_sep(char& __c, char __sep, const char *__digits) { in __get_fdigit_or_sep() function
343 bool __tmp = __get_fdigit_or_sep(__c, __sep, __digits); in __copy_grouped_digits()