Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/
H A D_num_get.c452 const basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __truename = __np.truename(); in __do_get_alphabool() local
460 __true_ok = __true_ok && (__c == __truename[__n]); in __do_get_alphabool()
465 (__true_ok && __n >= __truename.size()) || in __do_get_alphabool()
471 if (__true_ok && __n < __truename.size()) __true_ok = false; in __do_get_alphabool()