Home | History | Annotate | Download | only in latin

Lines Matching refs:localeStr

470         final String localeStr = subtypeLocale.toString();
487 mUserDictionary = new UserBinaryDictionary(this, localeStr);
490 mUserDictionary = new UserDictionary(this, localeStr);
501 this, localeStr, Suggest.DIC_USER_HISTORY, mPrefs);