Home | History | Annotate | Download | only in common

Lines Matching refs:fullNameBuffer

282     if (fullName != fullNameBuffer)
294 : UObject(), fullName(fullNameBuffer), baseName(NULL)
305 : UObject(), fullName(fullNameBuffer), baseName(NULL)
315 : UObject(), fullName(fullNameBuffer), baseName(NULL)
462 : UObject(other), fullName(fullNameBuffer), baseName(NULL)
479 if(fullName != fullNameBuffer) {
481 fullName = fullNameBuffer;
485 if(other.fullName != other.fullNameBuffer) {
535 if(fullName != fullNameBuffer) {
537 fullName = fullNameBuffer;
568 fullNameBuffer), &err) :
569 uloc_getName(localeID, fullName, sizeof(fullNameBuffer), &err);
571 if(err == U_BUFFER_OVERFLOW_ERROR || length >= (int32_t)sizeof(fullNameBuffer)) {
575 fullName = fullNameBuffer;
665 if(fullName != fullNameBuffer) {
667 fullName = fullNameBuffer;
669 *fullNameBuffer = 0;