Searched refs:fByteStats (Results 1 – 2 of 2) sorted by relevance
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()
46 int16_t *fByteStats; variable