Lines Matching refs:mNames
70 mNames.push_back(name); in addTag()
75 return mNames.size(); in size()
79 if (index >= mNames.size()) { in getTag()
83 *name = mNames.getEntry(index); in getTag()
99 int size = mNames.size(); in detectAndConvert()
102 ALOGV("%s: %s", mNames.getEntry(i), mValues.getEntry(i)); in detectAndConvert()
118 const char *name = mNames.getEntry(i); in detectAndConvert()
157 const char *name = mNames.getEntry(i); in detectAndConvert()
194 const char *name = mNames.getEntry(i); in detectAndConvert()
231 ALOGV("@@@@ %s is ascii", mNames.getEntry(i)); in detectAndConvert()
241 enc, mNames.getEntry(i), ucsdet_getConfidence(ucm, &status)); in detectAndConvert()
247 ALOGV("@@@ using converter %s for %s", enc, mNames.getEntry(i)); in detectAndConvert()
300 ALOGV("erasing %s because entry is empty", mNames.getEntry(i)); in detectAndConvert()
301 mNames.erase(i); in detectAndConvert()