Searched defs:ucbuf_autodetect_fs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Ducbuf.c53 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);
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c53 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 110 milliseconds