Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileLink.cpp309 unsigned subLen = Get16(p + 2); in Parse() local
325 if ((subOffs & 1) != 0 || subOffs > len || len - subOffs < subLen) in Parse()
329 GetString(p + subOffs, subLen >> 1, SubsName); in Parse()
370 unsigned subLen = Get16(p + 2); in Parse() local
386 if ((subOffs & 1) != 0 || subOffs > len || len - subOffs < subLen) in Parse()
392 Size = subLen; in Parse()
/third_party/node/deps/icu-small/source/i18n/
Dulocdata.cpp349 static const int32_t subLen = 3; in ulocdata_getLocaleSeparator() local
393 separator = (const char16_t *)p0 + subLen; in ulocdata_getLocaleSeparator()
/third_party/icu/icu4c/source/i18n/
Dulocdata.cpp338 static const int32_t subLen = 3; in ulocdata_getLocaleSeparator() local
377 separator = (const UChar *)p0 + subLen; in ulocdata_getLocaleSeparator()
/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/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 char16_t *)p0 + subLen; in uloc_getDisplayName()
748 patPos+=subLen; in uloc_getDisplayName()
/third_party/icu/icu4c/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/astc-encoder/Test/
Dastc_test_functional.py1398 for subLen in range(startOmit, commandLen + 1):
1399 omit = len(command) - subLen
1401 testCommand = command[:subLen]
/third_party/jsframework/runtime/main/model/
Ddirective.ts1126 const subLen = toIndex - fromIndex - 1; constant
1127 const subItem = item.substr(fromIndex + 1, subLen).trim();