Searched refs:fByteStats (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | inputext.cpp | 31 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()
|
D | inputext.h | 48 int16_t *fByteStats; variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | inputext.cpp | 31 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()
|
D | inputext.h | 48 int16_t *fByteStats; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | inputext.cpp | 31 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()
|
D | inputext.h | 48 int16_t *fByteStats; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | inputext.cpp | 31 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()
|
D | inputext.h | 48 int16_t *fByteStats; variable
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | CharsetDetector.java | 408 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/ |
D | CharsetDetector.java | 387 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
|