Searched refs:fullNameBuffer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dlocid.cpp214 if (fullName != fullNameBuffer)
226 : UObject(), fullName(fullNameBuffer), baseName(NULL)
237 : UObject(), fullName(fullNameBuffer), baseName(NULL)
247 : UObject(), fullName(fullNameBuffer), baseName(NULL)
382 : UObject(other), fullName(fullNameBuffer), baseName(NULL)
399 if(fullName != fullNameBuffer) {
401 fullName = fullNameBuffer;
405 if(other.fullName != other.fullNameBuffer) {
457 if(fullName != fullNameBuffer) {
459 fullName = fullNameBuffer;
[all...]
/external/icu/icu4c/source/common/
H A Dlocid.cpp214 if (fullName != fullNameBuffer)
226 : UObject(), fullName(fullNameBuffer), baseName(NULL)
237 : UObject(), fullName(fullNameBuffer), baseName(NULL)
247 : UObject(), fullName(fullNameBuffer), baseName(NULL)
382 : UObject(other), fullName(fullNameBuffer), baseName(NULL)
399 if(fullName != fullNameBuffer) {
401 fullName = fullNameBuffer;
405 if(other.fullName != other.fullNameBuffer) {
457 if(fullName != fullNameBuffer) {
459 fullName = fullNameBuffer;
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dlocid.h733 char fullNameBuffer[ULOC_FULLNAME_CAPACITY]; member in class:Locale
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h733 char fullNameBuffer[ULOC_FULLNAME_CAPACITY]; member in class:Locale

Completed in 1205 milliseconds