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

/external/stlport/stlport/stl/
H A D_string_io.c39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
H A D_fstream.c82 bool __ok = this->is_open(); local
85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
87 __ok == __ok && this->_M_unshift();
92 // Note order of arguments. We close the file even if __ok is false.
93 __ok = _M_base._M_close() && __ok;
111 return __ok ? this : 0;
707 bool __ok local
[all...]
H A D_num_get.c316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
[all...]

Completed in 77 milliseconds