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);
1446 _S_empty_c_str[0] = _S_eos((_CharT*)0); // Possibly redundant,
1455 __result[__s] = _S_eos((_CharT*)0);
1474 _S_empty_c_str[0] = _S_eos((_CharT*)0);
1484 __result[__s] = _S_eos((_CharT*)0);
H A Dstl_rope.h42 // The _S_eos function is used for those functions that
48 inline _CharT _S_eos(_CharT*) { return _CharT(); } function
62 // Do not reference _S_eos if it isn't.
1327 static bool _S_is0(_CharT __c) { return __c == _S_eos((_CharT*)0); }

Completed in 43 milliseconds