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

1 2 3

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
spoken_message.js 23 * A message that has been already localized and should be sent to tts raw.
  /external/chromium_org/chromecast/common/
cast_resource_delegate.cc 89 const base::string16& localized) {
91 extra_localized_strings_.insert(std::make_pair(resource_id, localized));
cast_resource_delegate.h 57 // Adds/removes/clears extra localized strings.
59 const base::string16& localized);
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseDateAndTimeInputType.cpp 154 String localized = element().locale().formatDateTime(date);
155 return localized.isEmpty() ? proposedValue : localized;
TimeInputType.cpp 113 String localized = element().locale().formatDateTime(date, formatType); local
114 return localized.isEmpty() ? proposedValue : localized;
  /external/chromium_org/ui/webui/resources/js/
local_strings.js 59 * Gets a localized string by its id.
61 * @return {string} The localized string.
74 * 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
78 * Returns a formatted localized string where $1 to $9 are replaced by the
  /external/chromium_org/third_party/icu/source/data/zone/
reslocal.mk 10 # is localized to.
13 # localized to them, but
  /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/icu/source/data/region/
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 268 String localized = locale->convertToLocalizedNumber(original); local
270 EXPECT_TRUE(localized.contains(shouldHave));
271 String converted = locale->convertFromLocalizedNumber(localized);
LocaleMacTest.cpp 359 String localized = locale->convertToLocalizedNumber(original); local
361 EXPECT_TRUE(localized.contains(shouldHave));
362 String converted = locale->convertFromLocalizedNumber(localized);
  /external/chromium_org/third_party/icu/source/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 445 * Constant for <i>localized GMT/UTC format</i>, such as GMT+8:00 or HPG-8:00;
742 * This displays the localized GMT format.
    [all...]
  /external/icu/icu4c/source/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 438 * Constant for <i>localized GMT/UTC format</i>, such as GMT+8:00 or HPG-8:00;
733 * 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/chromeos/chromevox/common/
node_state.js 24 * Returns a localized, readable string with the NodeState.
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.js 12 // Setup localized strings.
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 549 private static void applyPattern(long addr, boolean localized, String pattern) {
551 applyPatternImpl(addr, localized, pattern);
618 private static native void applyPatternImpl(long addr, boolean localized, String pattern);
641 private static native String toPatternImpl(long addr, boolean localized);
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 195 static void NativeDecimalFormat_applyPatternImpl(JNIEnv* env, jclass, jlong addr, jboolean localized, jstring pattern0) {
203 if (localized) {
213 static jstring NativeDecimalFormat_toPatternImpl(JNIEnv* env, jclass, jlong addr, jboolean localized) {
216 if (localized) {

Completed in 3152 milliseconds

1 2 3