OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxBytesPerUChar
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_bld.h
204
int8_t
maxBytesPerUChar
;
ucnvmbcs.c
[
all
...]
ucnv_bld.c
1011
myUConverter->
maxBytesPerUChar
= mySharedConverterData->staticData->maxBytesPerChar
[
all
...]
ucnv.c
646
return converter->
maxBytesPerUChar
;
[
all
...]
ucnv2022.c
598
cnv->
maxBytesPerUChar
=cnv->sharedData->staticData->maxBytesPerChar;
[
all
...]
/external/icu4c/common/
ucnv_bld.h
205
int8_t
maxBytesPerUChar
;
ucnvmbcs.c
[
all
...]
ucnv_bld.cpp
[
all
...]
ucnv.c
648
return converter->
maxBytesPerUChar
;
[
all
...]
ucnv2022.cpp
634
cnv->
maxBytesPerUChar
=cnv->sharedData->staticData->maxBytesPerChar;
[
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 175 milliseconds