Searched refs:subLen (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileLink.cpp | 230 unsigned subLen = Get16(p + 2); in Parse() local 246 if ((subOffs & 1) != 0 || subOffs > len || len - subOffs < subLen) in Parse() 250 GetString(p + subOffs, subLen >> 1, SubsName); in Parse() 290 unsigned subLen = Get16(p + 2); in Parse() local 306 if ((subOffs & 1) != 0 || subOffs > len || len - subOffs < subLen) in Parse() 312 Size = subLen; in Parse()
|
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | ByteString.java | 264 int subLen = endIndex - beginIndex; in substring() local 265 if (subLen < 0) throw new IllegalArgumentException("endIndex < beginIndex"); in substring() 271 byte[] copy = new byte[subLen]; in substring() 272 System.arraycopy(data, beginIndex, copy, 0, subLen); in substring()
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | ByteString.java | 262 int subLen = endIndex - beginIndex; in substring() local 263 if (subLen < 0) throw new IllegalArgumentException("endIndex < beginIndex"); in substring() 269 byte[] copy = new byte[subLen]; in substring() 270 System.arraycopy(data, beginIndex, copy, 0, subLen); in substring()
|
/external/icu/icu4c/source/i18n/ |
D | ulocdata.cpp | 335 static const int32_t subLen = 3; in ulocdata_getLocaleSeparator() local 374 separator = (const UChar *)p0 + subLen; in ulocdata_getLocaleSeparator()
|
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 473 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()
|