Lines Matching refs:id_norm
288 char *id_norm, *plural_norm, *str_norm; in check_format() local
416 id_norm = (char *)Xcalloc(1, osz); in check_format()
417 id_fmt = extract_format(id_norm, msgid, osz); in check_format()
442 if ((id_norm[n * 2] != in check_format()
444 (id_norm[n * 2 + 1] != in check_format()
455 free(id_norm); in check_format()
493 if ((id_norm[n * 2] != in check_format()
495 (id_norm[n * 2 + 1] != in check_format()
518 if ((id_norm[n * 2] != in check_format()
520 (id_norm[n * 2 + 1] != in check_format()
534 free(id_norm); in check_format()