OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucbuf_autodetect_fs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.c
52
ucbuf_autodetect_fs
(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){
function
148
if(
ucbuf_autodetect_fs
(in,cp,conv,signatureLength,error)) {
481
ucbuf_autodetect_fs
(in,cp,&buf->conv,&buf->signatureLength,error);
484
ucbuf_autodetect_fs
(in,&knownCp,&buf->conv,&buf->signatureLength,error);
/external/icu4c/tools/toolutil/
ucbuf.c
53
ucbuf_autodetect_fs
(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){
function
149
if(
ucbuf_autodetect_fs
(in,cp,conv,signatureLength,error)) {
482
ucbuf_autodetect_fs
(in,cp,&buf->conv,&buf->signatureLength,error);
485
ucbuf_autodetect_fs
(in,&knownCp,&buf->conv,&buf->signatureLength,error);
Completed in 1407 milliseconds