HomeSort by relevance Sort by last modified time
    Searched refs:WhiteSpace (Results 1 - 11 of 11) 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-cache.h 36 unibrow::Predicate<WhiteSpace, 128> kIsWhiteSpace;
unicode.h 187 struct V8_EXPORT_PRIVATE WhiteSpace {
dateparser-inl.h 134 // whitespace or other separators.
172 // Ignore other characters and whitespace.
210 return DateToken::WhiteSpace(in_->position() - pre_pos);
dateparser.h 189 static DateToken WhiteSpace(int length) {
unicode.cc     [all...]
  /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 == ')' {
  /system/core/init/parser/
tokenizer_test.cpp 61 TEST(Tokenizer, WhiteSpace) {
  /external/webrtc/tools/matlab/
rtpAnalyze.m 221 'Delimiter', '', 'WhiteSpace', '', 'HeaderLines', startRow(1)-1, ...
226 endRow(block)-startRow(block)+1, 'Delimiter', '', 'WhiteSpace', ...
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 101 milliseconds