Searched refs:needsEscaping (Results 1 – 2 of 2) sorted by relevance
49 static const bool needsEscaping[128] = { variable77 return c > 127 ? false : needsEscaping[c]; in shouldEscapeUChar()
34535 (WebCore::): Added a 128-bool table "needsEscaping" that has a true/false answer34541 needsEscaping table. Otherwise, let it pass.