HomeSort by relevance Sort by last modified time
    Searched refs:fByteStats (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
inputext.cpp 31 fByteStats(NEW_ARRAY(int16_t, 256)), // byte frequency statistics for the input text.
37 if (fInputBytes == NULL || fByteStats == NULL) {
45 DELETE_ARRAY(fByteStats);
148 uprv_memset(fByteStats, 0, (sizeof fByteStats[0]) * 256);
151 fByteStats[fInputBytes[srci]] += 1;
155 if (fByteStats[i] != 0) {
inputext.h 46 int16_t *fByteStats;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 20 milliseconds