Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Dulocdata.cpp335 static const int32_t subLen = 3; in ulocdata_getLocaleSeparator() local
374 separator = (const UChar *)p0 + subLen; in ulocdata_getLocaleSeparator()
/third_party/node/deps/icu-small/source/i18n/
Dulocdata.cpp335 static const int32_t subLen = 3; in ulocdata_getLocaleSeparator() local
374 separator = (const UChar *)p0 + subLen; in ulocdata_getLocaleSeparator()
/third_party/icu/icu4c/source/i18n/
Dulocdata.cpp335 static const int32_t subLen = 3; in ulocdata_getLocaleSeparator() local
374 separator = (const UChar *)p0 + subLen; in ulocdata_getLocaleSeparator()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dulocdata.cpp335 static const int32_t subLen = 3; in ulocdata_getLocaleSeparator() local
374 separator = (const UChar *)p0 + subLen; in ulocdata_getLocaleSeparator()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp473 static const int32_t subLen = 3; in uloc_getDisplayName() local
544 separator = (const UChar *)p0 + subLen; in uloc_getDisplayName()
727 patPos+=subLen; in uloc_getDisplayName()
/third_party/icu/icu4c/source/common/
Dlocdispnames.cpp484 static const int32_t subLen = 3; in uloc_getDisplayName() local
554 separator = (const UChar *)p0 + subLen; in uloc_getDisplayName()
736 patPos+=subLen; in uloc_getDisplayName()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp484 static const int32_t subLen = 3; in uloc_getDisplayName() local
554 separator = (const UChar *)p0 + subLen; in uloc_getDisplayName()
736 patPos+=subLen; in uloc_getDisplayName()
/third_party/node/deps/icu-small/source/common/
Dlocdispnames.cpp496 static const int32_t subLen = 3; in uloc_getDisplayName() local
566 separator = (const UChar *)p0 + subLen; in uloc_getDisplayName()
748 patPos+=subLen; in uloc_getDisplayName()
/third_party/jsframework/runtime/main/model/
Ddirective.ts1126 const subLen = toIndex - fromIndex - 1; constant
1127 const subItem = item.substr(fromIndex + 1, subLen).trim();