Home
last modified time | relevance | path

Searched refs:lit_char_is_white_space (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h38 bool lit_char_is_white_space (lit_code_point_t c);
Dlit-char-helpers.c113 lit_char_is_white_space (lit_code_point_t c) /**< code point */ in lit_char_is_white_space() function
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c2492 if (!lit_char_is_white_space (ch)) in ecma_string_trim_helper()
2507 if (!lit_char_is_white_space (ch)) in ecma_string_trim_helper()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c491 return lit_char_is_white_space ((ecma_char_t) cp); in ecma_regexp_check_class_escape()
495 return !lit_char_is_white_space ((ecma_char_t) cp); in ecma_regexp_check_class_escape()