OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucbuf_autodetect_fs
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/toolutil/
ucbuf.h
205
ucbuf_autodetect_fs
(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* status);
ucbuf.cpp
55
ucbuf_autodetect_fs
(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){
function
151
if(
ucbuf_autodetect_fs
(in,cp,conv,signatureLength,error)) {
483
ucbuf_autodetect_fs
(in,cp,&buf->conv,&buf->signatureLength,error);
486
ucbuf_autodetect_fs
(in,&knownCp,&buf->conv,&buf->signatureLength,error);
Completed in 376 milliseconds