Lines Matching refs:ALOGV

78     ALOGV("%d tags before conversion", size);  in detectAndConvert()
80 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
114 ALOGV("all tags are printable, assuming ascii (%zu)", strlen(buf)); in detectAndConvert()
124 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert()
126 ALOGV("not a good match, trying with more data"); in detectAndConvert()
152 ALOGV("still not a good match after adding printable tags"); in detectAndConvert()
156 ALOGV("no printable tags to add"); in detectAndConvert()
172 ALOGV("@@@ checking %s", name); in detectAndConvert()
188 ALOGV("@@@@ %s is ascii", mNames.getEntry(i)); in detectAndConvert()
197 ALOGV("@@@@ recognized charset: %s for %s confidence %d", in detectAndConvert()
204 ALOGV("@@@ using converter %s for %s", enc, mNames.getEntry(i)); in detectAndConvert()
257 ALOGV("erasing %s because entry is empty", mNames.getEntry(i)); in detectAndConvert()
289 ALOGV("%zu matches", nummatches); in getPreferred()
293 ALOGV("%zu: %s %d", i, encname, confidence); in getPreferred()
309 ALOGV("considering %zu matches", num); in getPreferred()
337 ALOGV("%zu: %s %d", i, encname, confidence); in getPreferred()
342 ALOGV("failed to open %s: %d", encname, status); in getPreferred()
363 ALOGV("control character %x", c); in getPreferred()
369 ALOGV("unlikely character %x", c); in getPreferred()
372 ALOGV("private use character %x", c); in getPreferred()
377 ALOGV("symbol %x", c); in getPreferred()
380 ALOGV("replacement character"); in getPreferred()
383 ALOGV("unicode special %x", c); in getPreferred()
394 ALOGV("ICU confidence: %d, my confidence: %d (%d %d)", confidence, myconfidence, in getPreferred()
400 ALOGV("%d-%d=%d", confidence, demerit, confidence - demerit); in getPreferred()
427 ALOGV("selecting: '%s' w/ %d confidence", in getPreferred()
430 ALOGV("no runner up"); in getPreferred()
435 ALOGV("runner up: '%s' w/ %d confidence", in getPreferred()