OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucnv_getMinCharSize
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/samples/ucnv/
convsamp.cpp
276
see:
ucnv_getMinCharSize
()
324
uBufSize = (BUFFERSIZE/
ucnv_getMinCharSize
(conv));
326
BUFFERSIZE,
ucnv_getMinCharSize
(conv), uBufSize);
441
uBufSize = (BUFFERSIZE/
ucnv_getMinCharSize
(conv));
443
BUFFERSIZE,
ucnv_getMinCharSize
(conv), uBufSize);
910
uBufSize = (BUFFERSIZE/
ucnv_getMinCharSize
(conv));
912
BUFFERSIZE,
ucnv_getMinCharSize
(conv), uBufSize);
/external/icu/icu4c/source/common/unicode/
ucnv.h
789
* @see
ucnv_getMinCharSize
826
ucnv_getMinCharSize
(const UConverter *converter);
[
all
...]
urename.h
[
all
...]
/external/icu/libandroidicu/include/unicode/
ucnv.h
789
* @see
ucnv_getMinCharSize
826
ucnv_getMinCharSize
(const UConverter *converter);
[
all
...]
urename.h
[
all
...]
/external/icu/icu4c/source/io/
ustdio.cpp
442
maxCPBytes = availLength / (f->fConverter!=NULL?(2*
ucnv_getMinCharSize
(f->fConverter)):1);
/external/icu/icu4c/source/tools/toolutil/
ucbuf.cpp
618
return (T_FileStream_size(buf->in)-buf->signatureLength)/
ucnv_getMinCharSize
(buf->conv);
/external/icu/icu4c/source/common/
ucnv.cpp
653
ucnv_getMinCharSize
(const UConverter * converter)
[
all
...]
/external/icu/icu4c/source/test/cintltst/
ccapitst.c
584
/*Tests ucnv_getMaxCharSize() and
ucnv_getMinCharSize
()*/
592
log_verbose("\n---Testing
ucnv_getMinCharSize
()...\n");
593
if (
ucnv_getMinCharSize
(myConverter)==CodePagesMinChars[codepage_index])
[
all
...]
/external/icu/libandroidicu/static_shim/
shim.cpp
[
all
...]
Completed in 201 milliseconds