Home | History | Annotate | Download | only in voicedialer

Lines Matching refs:nm

405         char[] nm = null;
409 if (nm == null) nm = name.toCharArray();
410 nm[i] = mLatin1Base <= ch && ch < mLatin1Base + mLatin1Letters.length ?
414 if (nm != null) {
415 name = new String(nm);