Searched refs:get_name_status (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/base/i18n/
H A Dicu_encoding_detection.cc61 UErrorCode get_name_status = U_ZERO_ERROR; local
62 const char* encoding_name = ucsdet_getName(matches[i], &get_name_status);
65 if (U_FAILURE(get_name_status))
68 int32_t confidence = ucsdet_getConfidence(matches[i], &get_name_status);
71 if (U_FAILURE(get_name_status))

Completed in 103 milliseconds