Home | History | Annotate | Download | only in server

Lines Matching refs:scs

506             final SpellCheckerSubtype scs = sci.getSubtypeAt(i);
508 final String scsLocale = scs.getLocale();
510 return scs;
515 candidate = scs;
518 } else if (scs.hashCode() == subtypeHashCode) {
520 Slog.w(TAG, "Return subtype " + scs.hashCode() + ", input= " + locale
521 + ", " + scs.getLocale());
524 return scs;