Home | History | Annotate | Download | only in server

Lines Matching defs:scs

251                 final SpellCheckerSubtype scs = sci.getSubtypeAt(i);
253 final String scsLocale = scs.getLocale();
255 return scs;
260 candidate = scs;
263 } else if (scs.hashCode() == hashCode) {
265 Slog.w(TAG, "Return subtype " + scs.hashCode() + ", input= " + locale
266 + ", " + scs.getLocale());
269 return scs;