Searched refs:MatchSkipWhiteSpace (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Djson-parser.h90 inline bool MatchSkipWhiteSpace(uc32 c) { function in class:v8::internal::BASE_EMBEDDED
313 } while (MatchSkipWhiteSpace(','));
335 } while (MatchSkipWhiteSpace(','));
/external/chromium_org/v8/src/
H A Djson-parser.h108 inline bool MatchSkipWhiteSpace(uc32 c) { function in class:v8::internal::BASE_EMBEDDED
449 } while (MatchSkipWhiteSpace(','));
481 } while (MatchSkipWhiteSpace(','));

Completed in 78 milliseconds