/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.html | 46 <!-- Substitute localized strings for all elements with il8n-content
|
/external/chromium/chrome/browser/ui/webui/options/ |
options_ui.h | 33 // Collects localized strings for options page.
|
/external/chromium/chrome/common/extensions/ |
extension_localization_peer.h | 17 // appropriate localized strings.
|
extension_message_bundle.h | 17 // Contains localized extension messages for one locale. Any messages that the 47 // replacement for non-localized extensions.
|
/external/webkit/Source/WebCore/platform/win/ |
LocalizedStringsWin.cpp | 78 static CFStringRef notFound = CFSTR("localized string not found");
|
/external/webkit/Source/WebKit/mac/Misc/ |
WebLocalizableStrings.mm | 61 NSString *notFound = @"localized string not found";
|
/packages/apps/Contacts/src/com/android/contacts/ |
GroupListLoader.java | 54 Groups.TITLE + " COLLATE LOCALIZED ASC");
|
/development/ndk/platforms/android-9/include/android/ |
sensor.h | 225 * Returns this sensor's name (non localized) 230 * Returns this sensor's vendor's name (non localized)
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
locale.js | 73 * %a - The localized abbreviated weekday name. 74 * %b - The localized abbreviated month name.
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
wrench_menu_controller.mm | 168 // Fit the localized strings into the Cut/Copy/Paste control, then resize the 175 // the localized strings while keeping them all aligned on their horizontal
|
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 311 """ Returns a localized version of the requested manifest value. 323 Exception: If the localized value for the given token could not be found. 338 """ Returns the localized version of the requested MSG bundle token. 366 raise Exception('Could not find localized string: %s' % message_token) 435 """ Returns a localized description of the extension. 438 A localized version of the sample's description. 513 """ Returns a localized name for the extension. 516 A localized version of the sample's name.
|
/external/icu4c/common/unicode/ |
ucat.h | 75 * may be passed to u_catgets() to retrieve localized strings. 119 * Retrieve a localized string from an ICU message catalog.
|
/external/webkit/Source/WebCore/platform/wx/ |
LocalizedStringsWx.cpp | 327 // FIXME: If this file gets localized, this should really be localized as one string with a wildcard for the number.
|
/frameworks/base/native/include/android/ |
sensor.h | 225 * Returns this sensor's name (non localized) 230 * Returns this sensor's vendor's name (non localized)
|
/libcore/luni/src/test/java/libcore/java/util/ |
FormatterTest.java | 33 // And three localized floating point formats: 46 // These shouldn't get localized:
|
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/ |
sensor.h | 225 * Returns this sensor's name (non localized) 230 * Returns this sensor's vendor's name (non localized)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/ |
sensor.h | 225 * Returns this sensor's name (non localized) 230 * Returns this sensor's vendor's name (non localized)
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/ |
sensor.h | 225 * Returns this sensor's name (non localized) 230 * Returns this sensor's vendor's name (non localized)
|
/libcore/luni/src/main/java/java/text/ |
DateFormatSymbols.java | 31 * Encapsulates localized date-time formatting data, such as the names of the 66 // Localized display names. 318 * Returns the two-dimensional array of strings containing localized names for time zones. 322 * This is not localized, and is used as a key into the table. 467 * Sets the two-dimensional array of strings containing localized names for time zones.
|
SimpleDateFormat.java | 51 * The most useful non-localized pattern is {@code "yyyy-MM-dd HH:mm:ss.SSSZ"}, which corresponds 147 * And will produce similarly appropriate localized human-readable output on any user's system. 240 * non-localized pattern and the {@code DateFormatSymbols} and {@code 333 * non-localized pattern and {@code DateFormatSymbols} and the {@code 355 * non-localized pattern and the {@code DateFormatSymbols} and {@code 386 * which uses localized pattern characters. 389 * the localized pattern. 397 * which uses non-localized pattern characters. 400 * the non-localized pattern. [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
keyfile.sgml | 34 # localized strings are stored in multiple key-value pairs 61 with the exception of localized strings, which have the form 71 Key files can store strings (possibly with localized variants), integers, 669 whose value is a localized string giving the specific name of the 680 whose value is a localized string giving the generic name of the 702 whose value is a localized string giving the tooltip for the desktop 713 whose value is a localized string giving the name of the icon to be
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
Messages.java | 163 * arguments, localized to the given locale. 187 * arguments, localized to the given locale. 324 // Since we can't find the localized property file,
|
/frameworks/base/docs/html/guide/topics/resources/ |
localization.jd | 17 <li>The emulator has features for testing localized apps. </li>
35 <li><a href="#testing">Testing Localized Applications</a></li>
76 localized aspects of your application as much as possible from the core Java
93 </a> tutorial takes you through the steps of creating a simple localized
147 <code>text_b</code>. This application includes a localized resource file
203 localized</em> string file can contain a subset of the strings, but the
418 <h2 id="testing">Testing Localized Applications</h2>
508 <h2 id="publishing">Publishing Localized Applications</h2>
512 localized application, you need to sign your application, version it, and go
549 localized: </p> [all...] |
/build/libs/host/ |
pseudolocalize.cpp | 66 * Converts characters so they look like they've been localized.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IncomingMessage.java | 73 // The ticker text, this uses a formatted string so our message could be localized
|