• Home
  • Raw
  • Download

Lines Matching refs:sid

557     char *sid = NULL;  in printContainer()  local
563 sid = getID(id, resname, sid); in printContainer()
565 sid = getID(id, NULL, sid); in printContainer()
570 printAttribute("id", sid, (int32_t) uprv_strlen(sid)); in printContainer()
592 return sid; in printContainer()
625 char *sid = NULL; in string_write_xml() local
633 sid = printContainer(res, trans_unit, NULL, NULL, id, status); in string_write_xml()
656 uprv_free(sid); in string_write_xml()
661 char *sid = NULL; in alias_write_xml() local
665 sid = printContainer(res, trans_unit, alias_restype, NULL, id, status); in alias_write_xml()
687 uprv_free(sid); in alias_write_xml()
692 char* sid = NULL; in array_write_xml() local
697 sid = printContainer(res, group, array_restype, NULL, id, status); in array_write_xml()
707 subId = getID(sid, c, subId); in array_write_xml()
724 uprv_free(sid); in array_write_xml()
729 char* sid = NULL; in intvector_write_xml() local
735 sid = printContainer(res, group, intvector_restype, NULL, id, status); in intvector_write_xml()
741 ivd = getID(sid, c, ivd); in intvector_write_xml()
772 uprv_free(sid); in intvector_write_xml()
773 sid = NULL; in intvector_write_xml()
778 char* sid = NULL; in int_write_xml() local
782 sid = printContainer(res, trans_unit, integer_restype, NULL, id, status); in int_write_xml()
800 uprv_free(sid); in int_write_xml()
801 sid = NULL; in int_write_xml()
807 char* sid = NULL; in bin_write_xml() local
848 sid = printContainer(res, bin_unit, binary_restype, m_type, id, status); in bin_write_xml()
874 sid = printContainer(res, bin_unit, binary_restype, m_type, id, status); in bin_write_xml()
915 uprv_free(sid); in bin_write_xml()
916 sid = NULL; in bin_write_xml()
930 char* sid = NULL; in table_write_xml() local
936 sid = printContainer(res, group, table_restype, NULL, id, status); in table_write_xml()
939 sid[0] = '\0'; in table_write_xml()
946 res_write_xml(current, sid, language, FALSE, status); in table_write_xml()
961 uprv_free(sid); in table_write_xml()
962 sid = NULL; in table_write_xml()