| dict_utf8.c | 141 const char *utf8_err; local 149 if ((fold_res = dict_utf8_check_fold(dict, key, &utf8_err)) == 0) { 151 dict->type, dict->name, key, utf8_err); 168 if (value != 0 && dict_utf8_check(value, &utf8_err) == 0) { 170 dict->type, dict->name, key, value, utf8_err); 183 const char *utf8_err; local 191 if ((fold_res = dict_utf8_check_fold(dict, key, &utf8_err)) == 0) { 193 dict->type, dict->name, key, utf8_err); 201 else if (dict_utf8_check(value, &utf8_err) == 0) { 203 dict->type, dict->name, key, value, utf8_err); 226 const char *utf8_err; local [all...] |