Home
last modified time | relevance | path

Searched refs:fByteStats (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dinputext.cpp31 fByteStats(NEW_ARRAY(int16_t, 256)), // byte frequency statistics for the input text. in InputText()
37 if (fInputBytes == NULL || fByteStats == NULL) { in InputText()
45 DELETE_ARRAY(fByteStats); in ~InputText()
148 uprv_memset(fByteStats, 0, (sizeof fByteStats[0]) * 256); in MungeInput()
151 fByteStats[fInputBytes[srci]] += 1; in MungeInput()
155 if (fByteStats[i] != 0) { in MungeInput()
Dinputext.h48 int16_t *fByteStats; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dinputext.cpp31 fByteStats(NEW_ARRAY(int16_t, 256)), // byte frequency statistics for the input text. in InputText()
37 if (fInputBytes == NULL || fByteStats == NULL) { in InputText()
45 DELETE_ARRAY(fByteStats); in ~InputText()
148 uprv_memset(fByteStats, 0, (sizeof fByteStats[0]) * 256); in MungeInput()
151 fByteStats[fInputBytes[srci]] += 1; in MungeInput()
155 if (fByteStats[i] != 0) { in MungeInput()
Dinputext.h48 int16_t *fByteStats; variable
/third_party/icu/icu4c/source/i18n/
Dinputext.cpp31 fByteStats(NEW_ARRAY(int16_t, 256)), // byte frequency statistics for the input text. in InputText()
37 if (fInputBytes == NULL || fByteStats == NULL) { in InputText()
45 DELETE_ARRAY(fByteStats); in ~InputText()
148 uprv_memset(fByteStats, 0, (sizeof fByteStats[0]) * 256); in MungeInput()
151 fByteStats[fInputBytes[srci]] += 1; in MungeInput()
155 if (fByteStats[i] != 0) { in MungeInput()
Dinputext.h48 int16_t *fByteStats; variable
/third_party/node/deps/icu-small/source/i18n/
Dinputext.cpp31 fByteStats(NEW_ARRAY(int16_t, 256)), // byte frequency statistics for the input text. in InputText()
37 if (fInputBytes == NULL || fByteStats == NULL) { in InputText()
45 DELETE_ARRAY(fByteStats); in ~InputText()
148 uprv_memset(fByteStats, 0, (sizeof fByteStats[0]) * 256); in MungeInput()
151 fByteStats[fInputBytes[srci]] += 1; in MungeInput()
155 if (fByteStats[i] != 0) { in MungeInput()
Dinputext.h48 int16_t *fByteStats; variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetDetector.java408 Arrays.fill(fByteStats, (short)0); in MungeInput()
411 fByteStats[val]++; in MungeInput()
416 if (fByteStats[i] != 0) { in MungeInput()
433 short fByteStats[] = // byte frequency statistics for the input text. field in CharsetDetector
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetDetector.java387 Arrays.fill(fByteStats, (short)0); in MungeInput()
390 fByteStats[val]++; in MungeInput()
395 if (fByteStats[i] != 0) { in MungeInput()
412 short fByteStats[] = // byte frequency statistics for the input text. field in CharsetDetector