Home
last modified time | relevance | path

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

/haiku/headers/cpp/
H A Dropeimpl.h1052 __buffer[__prefix->_M_size] = _S_eos((_CharT*)0); in _S_dump()
1446 _S_empty_c_str[0] = _S_eos((_CharT*)0); // Possibly redundant, in c_str()
1455 __result[__s] = _S_eos((_CharT*)0); in c_str()
1474 _S_empty_c_str[0] = _S_eos((_CharT*)0); in replace_with_c_str()
1484 __result[__s] = _S_eos((_CharT*)0); in replace_with_c_str()
H A Dstl_rope.h48 inline _CharT _S_eos(_CharT*) { return _CharT(); } in _S_eos() function
1327 static bool _S_is0(_CharT __c) { return __c == _S_eos((_CharT*)0); }