Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/support/win32/
Dsupport.cpp74 bool have_result = false; in mbsnrtowcs() local
92 have_result = true; in mbsnrtowcs()
96 if ( have_result && result == terminated_sequence ) in mbsnrtowcs()
101 if ( have_result && result != terminated_sequence && result != incomplete_sequence ) in mbsnrtowcs()
126 bool have_result = false; in wcsnrtombs() local
151 have_result = true; in wcsnrtombs()
160 if ( have_result && result != no_error ) { in wcsnrtombs()