HomeSort by relevance Sort by last modified time
    Searched full:localized (Results 176 - 200 of 396) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebCore/plugins/mac/
PluginPackageMac.cpp 147 // If the plist isn't localized, have the plug-in recreate it in the preferred language.
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.h 91 const char *description; /**< error description already localized */
  /frameworks/base/core/java/android/net/
NetworkUtils.java 99 * <p/>NOTE: This string is not localized, but currently it is only
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 63 * Use a collator to compare strings in a localized manner.
  /frameworks/base/docs/html/guide/basics/
what-is-android.jd 74 Manager</a>, providing access to non-code resources such as localized
  /frameworks/base/docs/html/guide/topics/manifest/
intent-filter-element.jd 78 it can be localized like other strings in the user interface.
permission-element.jd 51 reference to a string resource, so that it can be localized like other
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentTable.java 90 * This is a bit of a hack, it uses a suitably localized string and uses SQL to combine this
  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 262 /* set locale in the android_metadata table, install localized collators, and rebuild indexes */
356 err = sqlite3_exec(handle, "REINDEX LOCALIZED", NULL, NULL, NULL);
358 LOGE("REINDEX LOCALIZED failed\n");
  /libcore/luni/src/main/java/java/util/
Locale.java 368 * Returns the name of this locale's country, localized to {@code locale}.
391 * Returns the name of this locale's language, localized to {@code locale}.
413 * Returns this locale's language name, country name, and variant, localized
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 53 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,primary_phone INTEGER REFERENCES phones(_id),primary_organization INTEGER REFERENCES organizations(_id),primary_email INTEGER REFERENCES contact_methods(_id),photo_version TEXT,custom_ringtone TEXT,send_to_voicemail INTEGER,phonetic_name TEXT COLLATE LOCALIZED);
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 43 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,primary_phone INTEGER REFERENCES phones(_id),primary_organization INTEGER REFERENCES organizations(_id),primary_email INTEGER REFERENCES contact_methods(_id),photo_version TEXT,custom_ringtone TEXT,send_to_voicemail INTEGER,phonetic_name TEXT COLLATE LOCALIZED);
  /external/icu4c/i18n/unicode/
smpdtfmt.h 627 * Return a localized pattern string describing this date format.
635 * @param result Receives the localized pattern.
656 * Apply the given localized pattern string to this date format.
657 * (see toLocalizedPattern() for more information on localized patterns.)
659 * @param pattern The localized pattern to be applied.
    [all...]
  /external/chromium/chrome/common/extensions/docs/
i18n.html 355 <em>localized</em> ?
399 use each string's name to get its localized version.
518 whether or not the extension is localized.
850 The following code gets a localized message from the browser
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 329 * Return a localized string for AM or PM.
332 * @return Localized version of "AM" or "PM".
340 * Return a localized string for the month of the year.
347 * @return Localized month of the year.
369 * Return a localized string for the month of the year, for
379 * @return Localized month of the year.
    [all...]
  /external/chromium/base/i18n/
rtl_unittest.cc 204 // Although we're not yet localized to Farsi and Urdu, we
  /external/chromium/chrome/browser/download/
download_util.h 212 // Get the localized status text for an in-progress download.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc 160 // so our localized char/line counts are too small by a factor of 96/72.
  /external/chromium/chrome/browser/task_manager/
task_manager_resource_providers.h 281 // Returns a localized title for the child process. For example, a plugin
  /external/chromium/chrome/browser/ui/cocoa/download/
download_item_controller.mm 320 // setup of the the item, so the localized text and sizing might not have
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 96 // Localized strings collection.
  /external/chromium/chrome/common/extensions/docs/static/
i18n-messages.html 103 that lets you retrieve the localized message text.
  /external/quake/quake/src/QW/
qwchangelog.txt 82 - full server controlled localized client maxspeed and gravity is in
  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityObject.cpp 415 // should not be localized and defines the separator as "+".
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 194 // If the plist isn't localized, have the plug-in recreate it in the preferred language.

Completed in 582 milliseconds

1 2 3 4 5 6 78 91011>>