Searched refs:ucbuf_autodetect_fs (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | ucbuf.c | 53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, U… in ucbuf_autodetect_fs() function 149 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) { in ucbuf_autodetect() 481 ucbuf_autodetect_fs(in,cp,&buf->conv,&buf->signatureLength,error); in ucbuf_open() 484 ucbuf_autodetect_fs(in,&knownCp,&buf->conv,&buf->signatureLength,error); in ucbuf_open()
|
D | ucbuf.h | 184 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, U…
|