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) argument
83 if (posixLocaleName == NULL)
86 if (strcasecmp(posixLocaleName, "POSIX") == 0
87 || strcasecmp(posixLocaleName, "C") == 0)
90 Locale locale = Locale::createCanonical(posixLocaleName);
93 if (fCollateData.SetTo(locale, posixLocaleName) != B_OK
94 || fCtypeData.SetTo(locale, posixLocaleName) != B_OK
95 || fMessagesData.SetTo(locale, posixLocaleName) != B_OK
96 || fMonetaryData.SetTo(locale, posixLocaleName) != B_OK
97 || fNumericData.SetTo(locale, posixLocaleName) !
[all...]
H A DICUMessagesData.cpp34 ICUMessagesData::SetTo(const Locale& locale, const char* posixLocaleName) argument
36 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICUCategoryData.cpp36 ICUCategoryData::SetTo(const Locale& locale, const char* posixLocaleName) argument
38 if (!posixLocaleName)
42 strlcpy(fPosixLocaleName, posixLocaleName, skMaxPosixLocaleNameLen);
H A DICUNumericData.cpp45 ICUNumericData::SetTo(const Locale& locale, const char* posixLocaleName) argument
47 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICUCollateData.cpp41 ICUCollateData::SetTo(const Locale& locale, const char* posixLocaleName) argument
43 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICUMonetaryData.cpp46 ICUMonetaryData::SetTo(const Locale& locale, const char* posixLocaleName) argument
48 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICUTimeData.cpp70 ICUTimeData::SetTo(const Locale& locale, const char* posixLocaleName) argument
72 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICUCtypeData.cpp62 ICUCtypeData::SetTo(const Locale& locale, const char* posixLocaleName) argument
64 status_t result = inherited::SetTo(locale, posixLocaleName);
/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 DICUCtypeData.h27 const char* posixLocaleName);
H A DICUTimeData.h36 const char* posixLocaleName);
H A DICUMonetaryData.h37 const char* posixLocaleName);
H A DICULocaleBackend.h36 const char* posixLocaleName);

Completed in 120 milliseconds