Searched refs:flags (Results 1 – 6 of 6) sorted by relevance
/iconv/ |
A D | gconv_int.h | 151 __gconv_t *handle, int flags); 192 size_t *nsteps, int flags) 198 int flags)
|
A D | gconv_simple.c | 238 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 D | gconv_open.c | 34 int flags) in __gconv_open() argument 73 res = __gconv_find_transform (tocode, fromcode, &steps, &nsteps, flags); in __gconv_open()
|
A D | loop.c | 188 (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 D | gconv_cache.c | 246 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 D | gconv_db.c | 720 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