Searched defs:detected (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c129 UChar detected[sizeof(ss)]; local
147 dLength = ucsdet_getUChars(match, detected, sLength, &status);
149 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp331 UChar *detected = NEW_ARRAY(UChar, sLength); local
341 ucsdet_getUChars(match, detected, sLength, &status);
343 if (s.compare(detected, sLength) != 0) {
350 DELETE_ARRAY(detected);
776 const char charText[] = "Here is some random English text that should be detected as ISO-8859-1."
777 "Ticket 6394 claims that ISO-8859-1 will appear in the array of detected "
/external/python/cpython2/Objects/
H A Dfloatobject.c1923 float_format_type detected; local
1931 detected = detected_double_format;
1935 detected = detected_float_format;
1962 if (f != unknown_format && f != detected) {
1965 "detected platform value", typestr);
/external/python/cpython3/Objects/
H A Dfloatobject.c1676 float_format_type detected; local
1684 detected = detected_double_format;
1688 detected = detected_float_format;
1715 if (f != unknown_format && f != detected) {
1718 "detected platform value", typestr);

Completed in 186 milliseconds