Lines Matching refs:mNames
48 mNames.push_back(name); in addTag()
53 return mNames.size(); in size()
57 if (index >= mNames.size()) { in getTag()
61 *name = mNames.getEntry(index); in getTag()
77 int size = mNames.size(); in detectAndConvert()
80 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
95 const char *name = mNames.getEntry(i); in detectAndConvert()
136 const char *name = mNames.getEntry(i); in detectAndConvert()
169 const char *name = mNames.getEntry(i); in detectAndConvert()
190 ALOGV("@@@@ %s is ascii", mNames.getEntry(i)); in detectAndConvert()
200 enc, mNames.getEntry(i), ucsdet_getConfidence(ucm, &status)); in detectAndConvert()
206 ALOGV("@@@ using converter %s for %s", enc, mNames.getEntry(i)); in detectAndConvert()
259 ALOGV("erasing %s because entry is empty", mNames.getEntry(i)); in detectAndConvert()
260 mNames.erase(i); in detectAndConvert()