Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 6 of 6) sorted by relevance

/iconv/
A Dgconv_int.h151 __gconv_t *handle, int flags);
192 size_t *nsteps, int flags)
198 int flags)
A Dgconv_simple.c238 int flags = step_data->__flags; in ucs4_internal_loop() local
263 if (flags & __GCONV_IGNORE_ERRORS) in ucs4_internal_loop()
304 int flags = step_data->__flags; in ucs4_internal_loop_unaligned() local
321 if (flags & __GCONV_IGNORE_ERRORS) in ucs4_internal_loop_unaligned()
374 int flags = step_data->__flags; in ucs4_internal_loop_single() local
396 if (!(flags & __GCONV_IGNORE_ERRORS)) in ucs4_internal_loop_single()
608 int flags = step_data->__flags; in ucs4le_internal_loop() local
633 if (flags & __GCONV_IGNORE_ERRORS) in ucs4le_internal_loop()
677 int flags = step_data->__flags; in ucs4le_internal_loop_unaligned() local
694 if (flags & __GCONV_IGNORE_ERRORS) in ucs4le_internal_loop_unaligned()
[all …]
A Dgconv_open.c34 int flags) in __gconv_open() argument
73 res = __gconv_find_transform (tocode, fromcode, &steps, &nsteps, flags); in __gconv_open()
A Dloop.c188 (irreversible != NULL && (flags & __GCONV_IGNORE_ERRORS))
295 int flags = step_data->__flags; in FCTNAME() local
375 int flags = step_data->__flags; in SINGLE() local
A Dgconv_cache.c246 struct __gconv_step **handle, size_t *nsteps, int flags) in __gconv_lookup_cache() argument
279 if (__builtin_expect (flags & GCONV_AVOID_NOCONV, 0) && fromidx == toidx) in __gconv_lookup_cache()
A Dgconv_db.c720 int flags) in __gconv_find_transform() argument
732 result = __gconv_lookup_cache (toset, fromset, handle, nsteps, flags); in __gconv_find_transform()
751 if (__builtin_expect (flags & GCONV_AVOID_NOCONV, 0) in __gconv_find_transform()

Completed in 15 milliseconds