OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxBytesPerUChar
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_bld.h
204
int8_t
maxBytesPerUChar
;
ucnvmbcs.c
[
all
...]
/external/icu4c/common/
ucnv_bld.h
205
int8_t
maxBytesPerUChar
;
ucnvmbcs.c
[
all
...]
/external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c
70
maxInBytes, maxOutBytes,
maxBytesPerUChar
,
214
extData->
maxBytesPerUChar
;
645
* counted for maxOutBytes and
maxBytesPerUChar
in UConverterStaticData,
692
if(ratio>extData->
maxBytesPerUChar
) {
693
extData->
maxBytesPerUChar
=ratio;
[
all
...]
/external/icu4c/tools/makeconv/
gencnvex.c
70
maxInBytes, maxOutBytes,
maxBytesPerUChar
,
215
extData->
maxBytesPerUChar
;
646
* counted for maxOutBytes and
maxBytesPerUChar
in UConverterStaticData,
695
if(ratio>extData->
maxBytesPerUChar
) {
696
extData->
maxBytesPerUChar
=ratio;
[
all
...]
Completed in 8846 milliseconds