Home
last modified time | relevance | path

Searched refs:NO_LOCALIZED_COLLATORS (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java254 public static final int NO_LOCALIZED_COLLATORS = 0x00000010; // update native code if changing field in SQLiteDatabase
3080 NO_LOCALIZED_COLLATORS,
H A DSQLiteConnection.java454 if ((mConfiguration.openFlags & SQLiteDatabase.NO_LOCALIZED_COLLATORS) != 0) { in setLocaleFromConfiguration()
/aosp14/frameworks/base/core/jni/
H A Dandroid_database_SQLiteConnection.cpp76 NO_LOCALIZED_COLLATORS = 0x00000010, enumerator
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java985 flags |= SQLiteDatabase.NO_LOCALIZED_COLLATORS; in openOrCreateDatabase()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt14325 field public static final int NO_LOCALIZED_COLLATORS = 16; // 0x10