Lines Matching refs:sid
550 char *sid = NULL; in printContainer() local
556 sid = getID(id, resname, sid); in printContainer()
558 sid = getID(id, NULL, sid); in printContainer()
563 printAttribute("id", sid, (int32_t) uprv_strlen(sid)); in printContainer()
585 return sid; in printContainer()
618 char *sid = NULL; in string_write_xml() local
626 sid = printContainer(res, trans_unit, NULL, NULL, id, status); in string_write_xml()
649 uprv_free(sid); in string_write_xml()
654 char *sid = NULL; in alias_write_xml() local
658 sid = printContainer(res, trans_unit, alias_restype, NULL, id, status); in alias_write_xml()
680 uprv_free(sid); in alias_write_xml()
685 char* sid = NULL; in array_write_xml() local
690 sid = printContainer(res, group, array_restype, NULL, id, status); in array_write_xml()
700 subId = getID(sid, c, subId); in array_write_xml()
717 uprv_free(sid); in array_write_xml()
722 char* sid = NULL; in intvector_write_xml() local
728 sid = printContainer(res, group, intvector_restype, NULL, id, status); in intvector_write_xml()
734 ivd = getID(sid, c, ivd); in intvector_write_xml()
765 uprv_free(sid); in intvector_write_xml()
766 sid = NULL; in intvector_write_xml()
771 char* sid = NULL; in int_write_xml() local
775 sid = printContainer(res, trans_unit, integer_restype, NULL, id, status); in int_write_xml()
793 uprv_free(sid); in int_write_xml()
794 sid = NULL; in int_write_xml()
800 char* sid = NULL; in bin_write_xml() local
841 sid = printContainer(res, bin_unit, binary_restype, m_type, id, status); in bin_write_xml()
867 sid = printContainer(res, bin_unit, binary_restype, m_type, id, status); in bin_write_xml()
908 uprv_free(sid); in bin_write_xml()
909 sid = NULL; in bin_write_xml()
923 char* sid = NULL; in table_write_xml() local
929 sid = printContainer(res, group, table_restype, NULL, id, status); in table_write_xml()
932 sid[0] = '\0'; in table_write_xml()
939 res_write_xml(current, sid, language, FALSE, status); in table_write_xml()
954 uprv_free(sid); in table_write_xml()
955 sid = NULL; in table_write_xml()