Searched refs:posixLocaleName (Results 1 – 16 of 16) sorted by relevance
/haiku/src/system/libroot/add-ons/icu/ |
H A D | ICULocaleBackend.cpp | 79 ICULocaleBackend::SetLocale(int category, const char* posixLocaleName) in SetLocale() argument 83 if (posixLocaleName == NULL) in SetLocale() 86 if (strcasecmp(posixLocaleName, "POSIX") == 0 in SetLocale() 87 || strcasecmp(posixLocaleName, "C") == 0) in SetLocale() 90 Locale locale = Locale::createCanonical(posixLocaleName); in SetLocale() 93 if (fCollateData.SetTo(locale, posixLocaleName) != B_OK in SetLocale() 94 || fCtypeData.SetTo(locale, posixLocaleName) != B_OK in SetLocale() 95 || fMessagesData.SetTo(locale, posixLocaleName) != B_OK in SetLocale() 96 || fMonetaryData.SetTo(locale, posixLocaleName) != B_OK in SetLocale() 97 || fNumericData.SetTo(locale, posixLocaleName) != B_OK in SetLocale() [all …]
|
H A D | ICUMessagesData.cpp | 34 ICUMessagesData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument 36 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
|
H A D | ICUCategoryData.cpp | 36 ICUCategoryData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument 38 if (!posixLocaleName) in SetTo() 42 strlcpy(fPosixLocaleName, posixLocaleName, skMaxPosixLocaleNameLen); in SetTo()
|
H A D | ICUNumericData.cpp | 45 ICUNumericData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument 47 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
|
H A D | ICUCollateData.cpp | 41 ICUCollateData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument 43 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
|
H A D | ICUMonetaryData.cpp | 46 ICUMonetaryData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument 48 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
|
H A D | ICUTimeData.cpp | 70 ICUTimeData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument 72 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
|
H A D | ICUCtypeData.cpp | 62 ICUCtypeData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument 64 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
|
/haiku/headers/private/libroot/locale/ |
H A D | ICUMessagesData.h | 25 const char* posixLocaleName);
|
H A D | ICUNumericData.h | 28 const char* posixLocaleName);
|
H A D | ICUCategoryData.h | 29 const char* posixLocaleName);
|
H A D | ICUCollateData.h | 27 const char* posixLocaleName);
|
H A D | ICUTimeData.h | 36 const char* posixLocaleName);
|
H A D | ICUMonetaryData.h | 37 const char* posixLocaleName);
|
H A D | ICUCtypeData.h | 27 const char* posixLocaleName);
|
H A D | ICULocaleBackend.h | 36 const char* posixLocaleName);
|