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

  /external/v8/src/
char-predicates.h 69 struct WhiteSpace {
70 static inline bool Is(uc32 c) { return unibrow::WhiteSpace::Is(c); }
74 // WhiteSpace and LineTerminator according to ES6 draft section 11.2 and 11.3
78 return WhiteSpace::Is(c) || unibrow::LineTerminator::Is(c);
unicode.h 187 struct V8_EXPORT_PRIVATE WhiteSpace {
dateparser.h 189 static DateToken WhiteSpace(int length) {
  /prebuilts/go/darwin-x86/test/ken/
rob2.go 148 func WhiteSpace(c int) bool {
157 for WhiteSpace(c) {
174 if WhiteSpace(c) || c == ')' {
  /prebuilts/go/linux-x86/test/ken/
rob2.go 148 func WhiteSpace(c int) bool {
157 for WhiteSpace(c) {
174 if WhiteSpace(c) || c == ')' {
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 208 milliseconds