OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxBytesPerUChar
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
ucnv_bld.h
210
int8_t
maxBytesPerUChar
;
ucnvmbcs.cpp
[
all
...]
/external/icu/icu4c/source/tools/makeconv/
gencnvex.c
67
maxInBytes, maxOutBytes,
maxBytesPerUChar
,
212
extData->
maxBytesPerUChar
;
643
* counted for maxOutBytes and
maxBytesPerUChar
in UConverterStaticData,
692
if(ratio>extData->
maxBytesPerUChar
) {
693
extData->
maxBytesPerUChar
=ratio;
[
all
...]
Completed in 93 milliseconds