OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ucnv_getmincharsize
(Results
1 - 15
of
15
) sorted by null
/external/icu4c/samples/ucnv/
convsamp.cpp
272
see:
ucnv_getMinCharSize
()
320
uBufSize = (BUFFERSIZE/
ucnv_getMinCharSize
(conv));
322
BUFFERSIZE,
ucnv_getMinCharSize
(conv), uBufSize);
438
uBufSize = (BUFFERSIZE/
ucnv_getMinCharSize
(conv));
440
BUFFERSIZE,
ucnv_getMinCharSize
(conv), uBufSize);
908
uBufSize = (BUFFERSIZE/
ucnv_getMinCharSize
(conv));
910
BUFFERSIZE,
ucnv_getMinCharSize
(conv), uBufSize);
/libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp
199
return (cnv != NULL) ?
ucnv_getMinCharSize
(cnv) : -1;
204
return (cnv != NULL) ? ((ucnv_getMaxCharSize(cnv) +
ucnv_getMinCharSize
(cnv)) / 2.0) : -1;
/external/icu4c/io/
ustdio.c
437
maxCPBytes = availLength / (f->fConverter!=NULL?(2*
ucnv_getMinCharSize
(f->fConverter)):1);
/external/icu4c/common/unicode/
ucnv.h
742
* @see
ucnv_getMinCharSize
779
ucnv_getMinCharSize
(const UConverter *converter);
[
all
...]
urename.h
[
all
...]
/external/icu4c/tools/toolutil/
ucbuf.c
616
return (T_FileStream_size(buf->in)-buf->signatureLength)/
ucnv_getMinCharSize
(buf->conv);
/external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h
631
* @see
ucnv_getMinCharSize
672
ucnv_getMinCharSize
(const UConverter *converter);
[
all
...]
urename.h
492
#define
ucnv_getMinCharSize
ucnv_getMinCharSize_3_2
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h
631
* @see
ucnv_getMinCharSize
672
ucnv_getMinCharSize
(const UConverter *converter);
[
all
...]
urename.h
492
#define
ucnv_getMinCharSize
ucnv_getMinCharSize_3_2
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
ucnv.h
631
* @see
ucnv_getMinCharSize
672
ucnv_getMinCharSize
(const UConverter *converter);
[
all
...]
urename.h
492
#define
ucnv_getMinCharSize
ucnv_getMinCharSize_3_2
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
492
#define
ucnv_getMinCharSize
ucnv_getMinCharSize_3_2
[
all
...]
/external/icu4c/test/cintltst/
ccapitst.c
627
/*Tests ucnv_getMaxCharSize() and
ucnv_getMinCharSize
()*/
635
log_verbose("\n---Testing
ucnv_getMinCharSize
()...\n");
636
if (
ucnv_getMinCharSize
(myConverter)==CodePagesMinChars[codepage_index])
[
all
...]
/external/icu4c/common/
ucnv.c
651
ucnv_getMinCharSize
(const UConverter * converter)
[
all
...]
Completed in 553 milliseconds