Searched refs:fullNameBuffer (Results 1 – 2 of 2) sorted by relevance
258 if (fullName != fullNameBuffer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()266 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale()277 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale()287 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale()421 : UObject(other), fullName(fullNameBuffer), baseName(NULL) in Locale()437 if(fullName != fullNameBuffer) { in operator =()439 fullName = fullNameBuffer; in operator =()443 if(other.fullName != other.fullNameBuffer) { in operator =()494 if(fullName != fullNameBuffer) { in init()496 fullName = fullNameBuffer; in init()[all …]
750 char fullNameBuffer[ULOC_FULLNAME_CAPACITY]; variable