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

  /external/chromium/base/i18n/
icu_encoding_detection.cc 61 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))
  /external/chromium_org/base/i18n/
icu_encoding_detection.cc 61 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 60 milliseconds