Searched refs:fullNameBuffer (Results 1 – 2 of 2) sorted by relevance
249 if (fullName != fullNameBuffer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()257 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale()268 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale()278 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale()413 : UObject(other), fullName(fullNameBuffer), baseName(NULL) in Locale()429 if(fullName != fullNameBuffer) { in operator =()431 fullName = fullNameBuffer; in operator =()435 if(other.fullName != other.fullNameBuffer) { in operator =()486 if(fullName != fullNameBuffer) { in init()488 fullName = fullNameBuffer; in init()[all …]
750 char fullNameBuffer[ULOC_FULLNAME_CAPACITY]; variable