Searched refs:theName (Results 1 – 6 of 6) sorted by relevance
171 void GPTPart::SetName(const string & theName) { argument172 SetName((UnicodeString) theName.c_str());177 void GPTPart::SetName(const UnicodeString & theName) { argument178 if (theName.isBogus()) {182 theName.extractBetween(0, NAME_SIZE, (UChar*) name);192 void GPTPart::SetName(const string & theName) { argument194 size_t len = theName.length() ;198 uint8_t cp = theName[ i ++ ] ;225 cp = theName[ i ++ ] ;
82 void SetName(const string & theName);84 void SetName(const UnicodeString & theName);
307 UnicodeString theName = ""; in SetName() local313 theName = ReadUString(); in SetName()315 theName = ReadString(); in SetName()317 partitions[partNum].SetName(theName); in SetName()
150 int SetName(uint32_t partNum, const UnicodeString & theName);
1904 int GPTData::SetName(uint32_t partNum, const UnicodeString & theName) { in SetName() argument1908 partitions[partNum].SetName(theName); in SetName()
25 private String theName; // element type name (Qname) field in ElementType51 theName = name; in ElementType()103 public String name() { return theName; } in name()