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

/haiku-fatelf/src/system/libroot/add-ons/icu/
H A DICUMessagesData.cpp31 ICUMessagesData::SetTo(const Locale& locale, const char* posixLocaleName) argument
33 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICULocaleBackend.cpp68 ICULocaleBackend::SetLocale(int category, const char* posixLocaleName) argument
72 if (posixLocaleName == NULL)
75 if (strcasecmp(posixLocaleName, "POSIX") == 0
76 || strcasecmp(posixLocaleName, "C") == 0)
79 Locale locale = Locale::createCanonical(posixLocaleName);
82 if (fCollateData.SetTo(locale, posixLocaleName) != B_OK
83 || fCtypeData.SetTo(locale, posixLocaleName) != B_OK
84 || fMessagesData.SetTo(locale, posixLocaleName) != B_OK
85 || fMonetaryData.SetTo(locale, posixLocaleName) != B_OK
86 || fNumericData.SetTo(locale, posixLocaleName) !
[all...]
H A DICUCategoryData.cpp33 ICUCategoryData::SetTo(const Locale& locale, const char* posixLocaleName) argument
35 if (!posixLocaleName)
39 strlcpy(fPosixLocaleName, posixLocaleName, skMaxPosixLocaleNameLen);
H A DICUNumericData.cpp41 ICUNumericData::SetTo(const Locale& locale, const char* posixLocaleName) argument
43 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICUCollateData.cpp36 ICUCollateData::SetTo(const Locale& locale, const char* posixLocaleName) argument
38 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICUMonetaryData.cpp42 ICUMonetaryData::SetTo(const Locale& locale, const char* posixLocaleName) argument
44 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICUTimeData.cpp65 ICUTimeData::SetTo(const Locale& locale, const char* posixLocaleName) argument
67 status_t result = inherited::SetTo(locale, posixLocaleName);
H A DICUCtypeData.cpp58 ICUCtypeData::SetTo(const Locale& locale, const char* posixLocaleName) argument
60 status_t result = inherited::SetTo(locale, posixLocaleName);
/haiku-fatelf/headers/private/libroot/locale/
H A DICUMessagesData.h24 const char* posixLocaleName);
H A DICUNumericData.h27 const char* posixLocaleName);
H A DICUCategoryData.h28 const char* posixLocaleName);
H A DICUCollateData.h26 const char* posixLocaleName);
H A DICUTimeData.h35 const char* posixLocaleName);
H A DICUCtypeData.h26 const char* posixLocaleName);
H A DICUMonetaryData.h36 const char* posixLocaleName);
H A DICULocaleBackend.h36 const char* posixLocaleName);

Completed in 46 milliseconds