Home
last modified time | relevance | path

Searched refs:ucbuf_autodetect_fs (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Ducbuf.cpp55 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, U… in ucbuf_autodetect_fs() function
151 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) { in ucbuf_autodetect()
483 ucbuf_autodetect_fs(in,cp,&buf->conv,&buf->signatureLength,error); in ucbuf_open()
486 ucbuf_autodetect_fs(in,&knownCp,&buf->conv,&buf->signatureLength,error); in ucbuf_open()
Ducbuf.h205 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, U…