Home
last modified time | relevance | path

Searched refs:is_unicode (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/
Dghostutils.c314 gboolean *is_unicode) in nameprep() argument
347 *is_unicode = FALSE; in nameprep()
354 *is_unicode = TRUE; in nameprep()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h288 uint32_t ecma_op_advance_string_index (ecma_string_t *str_p, uint32_t index, bool is_unicode);
Decma-helpers-string.c2745 bool is_unicode) /**< true - if regexp object's "unicode" flag is set in ecma_op_advance_string_index() argument
2755 if (!is_unicode) in ecma_op_advance_string_index()
/third_party/python/Modules/
Dposixmodule.c1132 int is_index, is_buffer, is_bytes, is_unicode; in path_converter() local
1172 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()
/third_party/quickjs/
Dquickjs.c41408 BOOL is_unicode;
41418 is_unicode = JS_ToBool(ctx, argv[2]);
41420 if (!is_unicode || (unsigned)idx >= p->len || !p->is_wide_char) {