Home
last modified time | relevance | path

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

/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp272 char stringsValue[16]; in ICULocaleForStrings() local
273 fLocale.getKeywordValue("strings", stringsValue, sizeof(stringsValue), in ICULocaleForStrings()
275 if (U_SUCCESS(icuStatus) && strcasecmp(stringsValue, "messages") == 0) in ICULocaleForStrings()