/development/samples/ApiDemos/src/com/example/android/apis/app/ |
QuickContactsDemo.java | 63 null, Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
|
/development/samples/ContactManager/src/com/example/android/contactmanager/ |
ContactManager.java | 112 String sortOrder = ContactsContract.Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC";
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
SimpleFormatterTest.java | 58 // if bundle set, should use localized message
|
XMLFormatterTest.java | 52 // if set resource bundle, output will use localized message, 75 // if message has no relevant localized message, use the original
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
NodeSortKey.java | 99 // instead of a full localized country name (e.g. "France")
|
/external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
XResourceBundle.java | 75 // Since we can't find the localized property file,
|
/external/chromium/chrome/browser/importer/ |
profile_import_process_host.cc | 38 // Dictionary of all localized strings that could be needed by the importer
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_menu_bridge.h | 89 // localized title specified by |message_id| will be added to |menu|.
|
/external/chromium/chrome/common/extensions/ |
extension_file_util.h | 63 // Returns NULL on error, or if extension is not localized.
|
extension_l10n_util.h | 35 // Returns true iff the extension was localized, and the current locale
|
/external/icu4c/samples/ |
readme.txt | 15 date - prints out the current date, localized.
|
/external/v8/src/ |
messages.h | 28 // The infrastructure used for (localized) message reporting in V8.
|
/frameworks/base/core/java/android/text/format/ |
Formatter.java | 31 * @param context Context to use to load the localized units
|
/frameworks/base/docs/html/guide/topics/manifest/ |
permission-group-element.jd | 45 as a reference to a string resource, so that it can be localized like other
|
permission-tree-element.jd | 44 reference to a string resource, so that it can be localized like other
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeDecimalFormat.cpp | 190 static void NativeDecimalFormat_applyPatternImpl(JNIEnv* env, jclass, jint addr, jboolean localized, jstring pattern0) { 198 if (localized) { 206 static jstring NativeDecimalFormat_toPatternImpl(JNIEnv* env, jclass, jint addr, jboolean localized) { 209 if (localized) {
|
/libcore/luni/src/test/java/libcore/java/util/ |
CurrencyTest.java | 32 // Canada that Canadians give it a localized (to Canada) symbol.
|
/external/chromium/chrome/browser/renderer_host/ |
chrome_render_message_filter.cc | 210 // Touch disk only if extension is localized. 221 // non-localized extensions too.
|
/libcore/luni/src/main/java/java/text/ |
Format.java | 27 * string representations. In some cases these representations may be localized 28 * or contain localized characters or strings. For example, a numeric formatter
|
/libcore/luni/src/main/java/java/util/logging/ |
Level.java | 297 * Gets the localized name of this level. The default locale is used. If no 301 * @return the localized name of this level.
|
/packages/apps/Email/src/com/android/email/ |
FolderProperties.java | 57 // there is no localized name, so use the display name from the server 97 * Lookup names of localized special mailboxes
|
/external/icu4c/i18n/ |
decimfmt.cpp | [all...] |
/external/icu4c/i18n/unicode/ |
udat.h | 782 * @param localized TRUE if the pattern should be localized, FALSE otherwise. 792 UBool localized, 801 * @param localized TRUE if the pattern is localized, FALSE otherwise. 809 UBool localized, 830 /** The localized characters */ [all...] |
/frameworks/base/docs/html/resources/tutorials/localization/ |
index.jd | 24 <li><a href="#test_localized">Run and Test the Localized App</a></li>
48 <code>res/values</code>). These resources are not localized — they are the
114 display localized text and one {@link android.widget.Button} that shows a flag.
140 <code>res/drawable/flag.png</code>. When the application is not localized, it
432 <li>Add localized text to the new files. To do
521 <h2 id="test_localized">Run and Test the Localized Application</h2>
523 <p>Once you've added the localized string and image resources, you are ready to
|
/external/icu4c/common/ |
serv.h | 65 * as the visible IDs that can be localized.</p> 243 * those, which it will provide localized display names for. In 261 * @param locale the locale for which to generate the corresponding localized display name. 329 * no localized id information.)</p> 332 * @param locale the locale for which to generate the corresponding localized display name. 496 * localized version of the simple ID, for use in user interfaces. 497 * ICUService can also provide an array of the all the localized 694 * @param id the ID for which to retrieve the localized displayName. 705 * @param id the ID for which to retrieve the localized displayName. [all...] |