Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducal.cpp173 int32_t localeLength = static_cast<int32_t>(uprv_strlen(locale)); in ucal_open() local
174 if (localeLength >= ULOC_LOCALE_IDENTIFIER_CAPACITY) { in ucal_open()