OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fByteStats
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/icu/source/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/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
;
Completed in 12 milliseconds