Home
last modified time | relevance | path

Searched refs:bytesToCheck (Results 1 – 6 of 6) 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
69 for (int charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
80 if (bytesToCheck < 4 && confidence < 100) { in match()
104 int bytesToCheck = Math.min(input.length, 30); in match() local
105 for (int charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
116 if (bytesToCheck < 4 && confidence < 100) { in match()
/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
70 for (int charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
81 if (bytesToCheck < 4 && confidence < 100) { in match()
105 int bytesToCheck = Math.min(input.length, 30); in match() local
106 for (int charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
117 if (bytesToCheck < 4 && confidence < 100) { in match()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcsrucode.cpp61 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
62 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
73 if (bytesToCheck < 4 && confidence < 100) { in match()
96 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
97 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
111 if (bytesToCheck < 4 && confidence < 100) { in match()
/third_party/node/deps/icu-small/source/i18n/
Dcsrucode.cpp61 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
62 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
73 if (bytesToCheck < 4 && confidence < 100) { in match()
96 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
97 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
111 if (bytesToCheck < 4 && confidence < 100) { in match()
/third_party/icu/icu4c/source/i18n/
Dcsrucode.cpp61 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
62 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
73 if (bytesToCheck < 4 && confidence < 100) { in match()
96 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
97 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
111 if (bytesToCheck < 4 && confidence < 100) { in match()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsrucode.cpp61 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
62 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
73 if (bytesToCheck < 4 && confidence < 100) { in match()
96 int32_t bytesToCheck = (length > 30) ? 30 : length; in match() local
97 for (int32_t charIndex=0; charIndex<bytesToCheck-1; charIndex+=2) { in match()
111 if (bytesToCheck < 4 && confidence < 100) { in match()