Home
last modified time | relevance | path

Searched defs:bytesToCheck (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetRecog_Unicode.java68 int bytesToCheck = Math.min(input.length, 30); in match() local
104 int bytesToCheck = Math.min(input.length, 30); in match() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetRecog_Unicode.java69 int bytesToCheck = Math.min(input.length, 30); in match() local
105 int bytesToCheck = Math.min(input.length, 30); in match() local
/third_party/icu/icu4c/source/i18n/
Dcsrucode.cpp61 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
96 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
/third_party/node/deps/icu-small/source/i18n/
Dcsrucode.cpp61 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
96 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsrucode.cpp61 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
96 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local