Searched refs:NO_LOCALIZED_COLLATORS (Results 1 – 7 of 7) sorted by relevance
19 import static android.database.sqlite.SQLiteDatabase.NO_LOCALIZED_COLLATORS;42 setOpenParams(new OpenParams.Builder().addOpenFlags(NO_LOCALIZED_COLLATORS).build()); in NoLocaleSQLiteHelper()
253 public static final int NO_LOCALIZED_COLLATORS = 0x00000010; // update native code if changing field in SQLiteDatabase2843 NO_LOCALIZED_COLLATORS,
442 if ((mConfiguration.openFlags & SQLiteDatabase.NO_LOCALIZED_COLLATORS) != 0) { in setLocaleFromConfiguration()
76 NO_LOCALIZED_COLLATORS = 0x00000010, enumerator
938 flags |= SQLiteDatabase.NO_LOCALIZED_COLLATORS; in openOrCreateDatabase()
14079 field public static final int NO_LOCALIZED_COLLATORS = 16; // 0x10
9867 field public static final int NO_LOCALIZED_COLLATORS = 16; // 0x10