Searched refs:PrintUC16 (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | ostreams.cc | 88 std::ostream& PrintUC16(std::ostream& os, uint16_t c, bool (*pred)(uint16_t)) { in PrintUC16() function 106 return PrintUC16(os, static_cast<uint16_t>(c), pred); in PrintUC32() 117 return PrintUC16(os, c.value, IsOK); in operator <<() 131 return PrintUC16(os, c.value, IsPrint); in operator <<()
|
D | objects-printer.cc | 713 script_name->PrintUC16(os); in JSGeneratorObjectPrint()
|
D | objects.cc | 2832 void String::PrintUC16(std::ostream& os, int start, int end) { // NOLINT in PrintUC16() function in v8::internal::String 14171 name->PrintUC16(os); in operator <<() 14177 script_source->PrintUC16(os, s->StartPosition(), s->EndPosition()); in operator <<() 14180 script_source->PrintUC16(os, s->StartPosition(), in operator <<()
|
/external/v8/src/objects/ |
D | string.h | 334 void PrintUC16(std::ostream& os, int start = 0, int end = -1); // NOLINT
|