Searched refs:localeLength (Results 1 – 3 of 3) sorted by relevance
173 int32_t localeLength = static_cast<int32_t>(uprv_strlen(locale)); in ucal_open() local174 if (localeLength >= ULOC_LOCALE_IDENTIFIER_CAPACITY) { in ucal_open()