Searched refs:_S_is_one_byte_char_type (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dstl_rope.h55 inline bool _S_is_one_byte_char_type(_CharT*) { return false; } function
58 inline bool _S_is_one_byte_char_type(char*) { return true; } function
H A Dropeimpl.h1045 if (_S_is_one_byte_char_type((_CharT*)0)) {

Completed in 48 milliseconds