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/
H A Dlit-char-helpers.h38 bool lit_char_is_white_space (lit_code_point_t c);
H A Dlit-char-helpers.c113 lit_char_is_white_space (lit_code_point_t c) /**< code point */ in lit_char_is_white_space() function
133 } /* lit_char_is_white_space */ in lit_char_is_white_space()
/third_party/jerryscript/jerry-core/ecma/base/
H A 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/
H A 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()

Completed in 10 milliseconds