HomeSort by relevance Sort by last modified time
    Searched defs:PrintUC16 (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
ostreams.cc 57 std::ostream& PrintUC16(std::ostream& os, uint16_t c, bool (*pred)(uint16_t)) {
75 return PrintUC16(os, static_cast<uint16_t>(c), pred);
86 return PrintUC16(os, c.value, IsOK);
100 return PrintUC16(os, c.value, IsPrint);
objects.cc     [all...]

Completed in 58 milliseconds