Searched refs:detector (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/locale/
H A DTextEncoding.cpp34 UCharsetDetector* detector = ucsdet_open(&error); local
35 ucsdet_setText(detector, data, length, &error);
36 const UCharsetMatch* encoding = ucsdet_detect(detector, &error);
39 ucsdet_close(detector);

Completed in 222 milliseconds