Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_num_get.c454 bool __true_ok = true; in __do_get_alphabool() local
460 __true_ok = __true_ok && (__c == __truename[__n]); in __do_get_alphabool()
464 if ((!__true_ok && !__false_ok) || 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()
474 if (__true_ok || __false_ok) { in __do_get_alphabool()
476 __x = __true_ok; in __do_get_alphabool()