Home | History | Annotate | Download | only in sqlite

Lines Matching defs:newLocale

358         final String newLocale = mConfiguration.locale.toString();
359 nativeRegisterLocalizedCollators(mConnectionPtr, newLocale);
374 if (oldLocale != null && oldLocale.equals(newLocale)) {
384 new Object[] { newLocale }, null);
392 + "' to '" + newLocale + "'.", ex);