Searched refs:LIT_CHAR_LOWERCASE_Y (Results 1 – 5 of 5) sorted by relevance
635 case LIT_CHAR_LOWERCASE_Y: /* ISO Year: -000001, 0000, 0001, 9999, +012345 */ in ecma_date_to_string_format()758 else if (*(format_p - 1) == LIT_CHAR_LOWERCASE_Y && number_length == 6) in ecma_date_to_string_format()
105 LIT_CHAR_LOWERCASE_Y in ecma_builtin_regexp_prototype_get_flags()
168 #define LIT_CHAR_LOWERCASE_Y ((ecma_char_t) 'y') macro
2075 case LIT_CHAR_LOWERCASE_Y: in ecma_regexp_split_helper()2092 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_LOWERCASE_Y); in ecma_regexp_split_helper()
2798 else if (source_p[0] == LIT_CHAR_LOWERCASE_Y) in lexer_construct_regexp_object()