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

  /art/runtime/
utils.h 286 static inline bool NeedsEscaping(uint16_t ch) {
utils.cc 562 if (NeedsEscaping(ch)) {
586 } else if (NeedsEscaping(ch)) {
    [all...]

Completed in 53 milliseconds