HomeSort by relevance Sort by last modified time
    Searched refs:localized (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/html/
BaseDateAndTimeInputType.cpp 148 String localized = element()->locale().formatDateTime(date);
149 return localized.isEmpty() ? proposedValue : localized;
TimeInputType.cpp 136 String localized = element()->locale().formatDateTime(date, formatType); local
137 return localized.isEmpty() ? proposedValue : localized;
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 57 * Gets a localized string by its id.
59 * @return {string} The localized string.
67 * Returns a formatted localized string where $1 to $9 are replaced by the
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 57 * Gets a localized string by its id.
59 * @return {string} The localized string.
72 * Returns a formatted localized string where $1 to $9 are replaced by the
load_time_data.js 8 * content has finished loading). This data includes both localized strings and
62 * Returns a formatted localized string where $1 to $9 are replaced by the
  /external/chromium_org/third_party/icu/source/data/region/
reslocal.mk 10 # is localized to.
13 # localized to them, but
  /external/chromium_org/third_party/icu/source/data/zone/
reslocal.mk 10 # is localized to.
13 # localized to them, but
  /external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h 58 * "123 US dollars"). All of these flavors can be easily localized.
77 * // Print out a number with the localized number, currency and percent
114 * <strong>// Print out a number using the localized number, currency,
147 * For example, the '#' character is replaced by a localized digit. Often the
159 * <p>The characters listed here are used in non-localized patterns. Localized
163 * are not localized.
169 * <td align=left><strong>Localized?</strong>
216 * <td>Prefix positive exponents with localized plus sign.
261 * subpattern, the negative subpattern is the localized minus sign prefixed to th
    [all...]
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...]
  /packages/experimental/RpcPerformance/
Android.mk 18 LOCAL_MODULE_TAGS := tests # Allows non-localized strings
  /packages/experimental/StrictModeTest/
Android.mk 18 LOCAL_MODULE_TAGS := tests # Allows non-localized strings
  /external/chromium_org/third_party/icu/source/data/curr/
reslocal.mk 10 # is localized to.
13 # localized to them, but
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleICUTest.cpp 243 String localized = locale->convertToLocalizedNumber(original); local
245 EXPECT_TRUE(localized.contains(shouldHave));
246 String converted = locale->convertFromLocalizedNumber(localized);
LocaleWinTest.cpp 273 String localized = locale->convertToLocalizedNumber(original); local
275 EXPECT_TRUE(localized.contains(shouldHave));
276 String converted = locale->convertFromLocalizedNumber(localized);
LocaleMacTest.cpp 363 String localized = locale->convertToLocalizedNumber(original); local
365 EXPECT_TRUE(localized.contains(shouldHave));
366 String converted = locale->convertFromLocalizedNumber(localized);
  /external/icu4c/i18n/unicode/
decimfmt.h 77 * "123 US dollars"). All of these flavors can be easily localized.
96 * // Print out a number with the localized number, currency and percent
133 * <strong>// Print out a number using the localized number, currency,
166 * For example, the '#' character is replaced by a localized digit. Often the
178 * <p>The characters listed here are used in non-localized patterns. Localized
182 * are not localized.
188 * <td align=left><strong>Localized?</strong>
235 * <td>Prefix positive exponents with localized plus sign.
280 * subpattern, the negative subpattern is the localized minus sign prefixed to th
    [all...]
udat.h 437 * Constant for <i>localized GMT/UTC format</i>, such as GMT+8:00 or HPG-8:00;
734 * This displays the localized GMT format.
    [all...]
  /external/chromium_org/third_party/icu/source/data/lang/
reslocal.mk 10 # is localized to.
13 # localized to them, but
  /external/chromium_org/third_party/icu/source/data/locales/
reslocal.mk 10 # is localized to.
13 # localized to them, but
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.js 12 // Setup localized strings.
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 484 private static void applyPattern(long addr, boolean localized, String pattern) {
486 applyPatternImpl(addr, localized, pattern);
623 private static native void applyPatternImpl(long addr, boolean localized, String pattern);
646 private static native String toPatternImpl(long addr, boolean localized);
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 190 static void NativeDecimalFormat_applyPatternImpl(JNIEnv* env, jclass, jlong addr, jboolean localized, jstring pattern0) {
198 if (localized) {
208 static jstring NativeDecimalFormat_toPatternImpl(JNIEnv* env, jclass, jlong addr, jboolean localized) {
211 if (localized) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
PlatformLocale.cpp 294 String Locale::convertFromLocalizedNumber(const String& localized)
297 String input = localized.stripWhiteSpace();
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp     [all...]
  /external/icu4c/i18n/
decimfmt.cpp     [all...]

Completed in 565 milliseconds

1 2 3