Home
last modified time | relevance | path

Searched defs:typeLength (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Ducol_res.cpp113 int32_t typeLength = static_cast<int32_t>(uprv_strlen(collationType)); in loadRules() local
183 int32_t typeLength = requested.getKeywordValue("collation", in CollationLoader() local
321 int32_t typeLength = static_cast<int32_t>(uprv_strlen(type)); in loadFromCollations() local
/third_party/skia/third_party/externals/icu/source/i18n/
Ducol_res.cpp113 int32_t typeLength = static_cast<int32_t>(uprv_strlen(collationType)); in loadRules() local
183 int32_t typeLength = requested.getKeywordValue("collation", in CollationLoader() local
321 int32_t typeLength = static_cast<int32_t>(uprv_strlen(type)); in loadFromCollations() local
/third_party/node/deps/icu-small/source/i18n/
Ducol_res.cpp113 int32_t typeLength = static_cast<int32_t>(uprv_strlen(collationType)); in loadRules() local
193 int32_t typeLength = requested.getKeywordValue("collation", in CollationLoader() local
331 int32_t typeLength = static_cast<int32_t>(uprv_strlen(type)); in loadFromCollations() local
/third_party/node/deps/icu-small/source/common/
Dulocbuilder.cpp81 const char* type, int32_t typeLength) { in ulocbld_setUnicodeLocaleKeyword()