HomeSort by relevance Sort by last modified time
    Searched refs:ucbuf_autodetect_fs (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 194 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* status);
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)) {
481 ucbuf_autodetect_fs(in,cp,&buf->conv,&buf->signatureLength,error);
484 ucbuf_autodetect_fs(in,&knownCp,&buf->conv,&buf->signatureLength,error);

Completed in 74 milliseconds