Searched refs:PrintUC16 (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | ostreams.cc | 173 static OStream& PrintUC16(OStream& os, uint16_t c, bool (*pred)(uint16_t)) { in PrintUC16() function 182 return PrintUC16(os, c.value, IsOK); in operator <<() 187 return PrintUC16(os, c.value, IsPrint); in operator <<()
|
D | objects.cc | 1175 void String::PrintUC16(OStream& os, int start, int end) { // NOLINT in PrintUC16() function in v8::internal::String 9822 String::cast(name)->PrintUC16(os); in operator <<() 9828 script_source->PrintUC16(os, s->start_position(), s->end_position()); in operator <<() 9831 script_source->PrintUC16(os, s->start_position(), in operator <<()
|
D | objects.h | 8790 void PrintUC16(OStream& os, int start = 0, int end = -1); // NOLINT
|