Lines Matching refs:ALOGV

56             ALOGV("System locale encoding = %s", mLocaleEnc);  in CharacterEncodingDetector()
58 ALOGV("Didn't recognize system locale setting, defaulting to en_US"); in CharacterEncodingDetector()
61 ALOGV("Couldn't read system locale setting, assuming en_US"); in CharacterEncodingDetector()
100 ALOGV("%d tags before conversion", size); in detectAndConvert()
102 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
138 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf)); in detectAndConvert()
146 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert()
148 ALOGV("not a good match, trying with more data"); in detectAndConvert()
174 ALOGV("still not a good match after adding printable tags"); in detectAndConvert()
178 ALOGV("no printable tags to add"); in detectAndConvert()
184 ALOGV("confidence is low but we have recognized predefined encoding, " in detectAndConvert()
198 ALOGV("@@@ checking %s", name); in detectAndConvert()
211 ALOGV("Trying to detect %s separately", name); in detectAndConvert()
230 ALOGV("@@@@ %s is ascii", mNames.getEntry(i)); in detectAndConvert()
239 ALOGV("@@@@ recognized charset: %s for %s confidence %d", in detectAndConvert()
246 ALOGV("@@@ using converter %s for %s", enc, mNames.getEntry(i)); in detectAndConvert()
299 ALOGV("erasing %s because entry is empty", mNames.getEntry(i)); in detectAndConvert()
331 ALOGV("%zu matches", nummatches); in getPreferred()
335 ALOGV("%zu: %s %d", i, encname, confidence); in getPreferred()
351 ALOGV("considering %zu matches", num); in getPreferred()
379 ALOGV("%zu: %s %d", i, encname, confidence); in getPreferred()
384 ALOGV("failed to open %s: %d", encname, status); in getPreferred()
405 ALOGV("control character %x", c); in getPreferred()
411 ALOGV("unlikely character %x", c); in getPreferred()
414 ALOGV("private use character %x", c); in getPreferred()
419 ALOGV("symbol %x", c); in getPreferred()
422 ALOGV("replacement character"); in getPreferred()
425 ALOGV("unicode special %x", c); in getPreferred()
436 ALOGV("ICU confidence: %d, my confidence: %d (%d %d)", confidence, myconfidence, in getPreferred()
442 ALOGV("%d-%d=%d", confidence, demerit, confidence - demerit); in getPreferred()
469 ALOGV("selecting: '%s' w/ %d confidence", in getPreferred()
472 ALOGV("no runner up"); in getPreferred()
477 ALOGV("runner up: '%s' w/ %d confidence", in getPreferred()