Home
last modified time | relevance | path

Searched refs:fByteStats (Results 1 - 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A 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()
H A Dinputext.h48 int16_t *fByteStats; member in InputText
/third_party/node/deps/icu-small/source/i18n/
H A Dinputext.cpp31 fByteStats(NEW_ARRAY(int16_t, 256)), // byte frequency statistics for the input text. in InputText()
37 if (fInputBytes == nullptr || fByteStats == nullptr) { 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()
H A Dinputext.h48 int16_t *fByteStats; member in InputText
/third_party/skia/third_party/externals/icu/source/i18n/
H A 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()
H A Dinputext.h48 int16_t *fByteStats; member in InputText
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A 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/
H A 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
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 5 milliseconds