Home
last modified time | relevance | path

Searched refs:posixLocaleName (Results 1 – 16 of 16) sorted by relevance

/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp79 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 DICUMessagesData.cpp34 ICUMessagesData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument
36 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
H A DICUCategoryData.cpp36 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 DICUNumericData.cpp45 ICUNumericData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument
47 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
H A DICUCollateData.cpp41 ICUCollateData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument
43 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
H A DICUMonetaryData.cpp46 ICUMonetaryData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument
48 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
H A DICUTimeData.cpp70 ICUTimeData::SetTo(const Locale& locale, const char* posixLocaleName) in SetTo() argument
72 status_t result = inherited::SetTo(locale, posixLocaleName); in SetTo()
H A DICUCtypeData.cpp62 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 DICUMessagesData.h25 const char* posixLocaleName);
H A DICUNumericData.h28 const char* posixLocaleName);
H A DICUCategoryData.h29 const char* posixLocaleName);
H A DICUCollateData.h27 const char* posixLocaleName);
H A DICUTimeData.h36 const char* posixLocaleName);
H A DICUMonetaryData.h37 const char* posixLocaleName);
H A DICUCtypeData.h27 const char* posixLocaleName);
H A DICULocaleBackend.h36 const char* posixLocaleName);