Home | History | Annotate | Download | only in sqlite

Lines Matching defs:newLocale

353         final String newLocale = mConfiguration.locale.toString();
354 nativeRegisterLocalizedCollators(mConnectionPtr, newLocale);
369 if (oldLocale != null && oldLocale.equals(newLocale)) {
379 new Object[] { newLocale }, null);
387 + "' to '" + newLocale + "'.", ex);