Searched refs:mLatin1Letters (Results 1 – 1 of 1) sorted by relevance
377 private final static char[] mLatin1Letters = field in CommandRecognizerEngine410 nm[i] = mLatin1Base <= ch && ch < mLatin1Base + mLatin1Letters.length ? in scrubName()411 mLatin1Letters[ch - mLatin1Base] : ' '; in scrubName()