Lines Matching refs:getEntry
83 *name = mNames.getEntry(index); in getTag()
84 *value = mValues.getEntry(index); in getTag()
102 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
118 const char *name = mNames.getEntry(i); in detectAndConvert()
119 const char *value = mValues.getEntry(i); in detectAndConvert()
157 const char *name = mNames.getEntry(i); in detectAndConvert()
158 const char *value = mValues.getEntry(i); in detectAndConvert()
194 const char *name = mNames.getEntry(i); in detectAndConvert()
195 uint8_t* src = (uint8_t *)mValues.getEntry(i); in detectAndConvert()
199 const char *s = mValues.getEntry(i); in detectAndConvert()
230 ALOGV("@@@@ %s is ascii", mNames.getEntry(i)); in detectAndConvert()
240 enc, mNames.getEntry(i), ucsdet_getConfidence(ucm, &status)); in detectAndConvert()
246 ALOGV("@@@ using converter %s for %s", enc, mNames.getEntry(i)); in detectAndConvert()
261 const char* source = mValues.getEntry(i); in detectAndConvert()
298 if (strlen(mValues.getEntry(i)) == 0) { in detectAndConvert()
299 ALOGV("erasing %s because entry is empty", mNames.getEntry(i)); in detectAndConvert()