Searched refs:is_unicode (Results 1 – 4 of 4) sorted by relevance
288 uint32_t ecma_op_advance_string_index (ecma_string_t *str_p, uint32_t index, bool is_unicode);
2745 bool is_unicode) /**< true - if regexp object's "unicode" flag is set in ecma_op_advance_string_index() argument2755 if (!is_unicode) in ecma_op_advance_string_index()
260 info.set_always_utf8(lit.is_unicode()); in literal()757 pub fn is_unicode(&self) -> bool { in is_unicode() method
1132 int is_index, is_buffer, is_bytes, is_unicode; in path_converter() local1172 is_unicode = PyUnicode_Check(o); in path_converter()1174 if (!is_index && !is_buffer && !is_unicode && !is_bytes) { in path_converter()1188 is_unicode = 1; in path_converter()1207 if (is_unicode) { in path_converter()