/third_party/icu/docs/userguide/format_parse/ |
D | index.md | 36 These classes encapsulate information about the display of localized times, 40 easily localized. Formatting is converting a date, time, number, message or 54 separate from the code and can be easily localized. This is the information your 72 it is generally considered bad practice to parse localized strings. 74 Localized Strings](https://blog.sffc.xyz/post/190943794505/why-you-should-not-parse-localized-strin… 188 formatting `Number` objects and number primitives to localized strings and 189 parsing localized strings to `Number` objects. 194 localized strings and parsing localized strings to `Number` objects, in base 10. 199 localized text, especially spelled-out format such as found in check writing 204 A concrete class for accessing localized number strings, such as the [all …]
|
D | formatted_value.md | 26 `FormattedValue` is an abstraction for localized strings with attributes
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
D | PatternStringTest.java | 31 String localized = "’.'ab'c'b''a'''#,##0a0b'a%'"; in testLocalized() local 34 assertEquals(localized, PatternStringUtils.convertLocalized(standard, symbols, true)); in testLocalized() 35 assertEquals(toStandard, PatternStringUtils.convertLocalized(localized, symbols, false)); in testLocalized()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | numbertest_patternstring.cpp | 34 UnicodeString localized = u"’.'ab'c'b''a'''#,##0a0b'a%'"; in testLocalized() local 39 localized, in testLocalized() 44 PatternStringUtils::convertLocalized(localized, symbols, false, status)); in testLocalized()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
D | PatternStringTest.java | 35 String localized = "’.'ab'c'b''a'''#,##0a0b'a%'"; in testLocalized() local 38 assertEquals(localized, PatternStringUtils.convertLocalized(standard, symbols, true)); in testLocalized() 39 assertEquals(toStandard, PatternStringUtils.convertLocalized(localized, symbols, false)); in testLocalized()
|
/third_party/icu/docs/userguide/format_parse/datetime/ |
D | index.md | 237 | `Z` | Time Zone: ISO8601 basic hms? / RFC 822<br/>Time Zone: long localized GMT (=OOOO)<br/>TIme … 238 | `O` | Time Zone: short localized GMT<br/>Time Zone: long localized GMT (=ZZZZ) | `O`<br/>`OOOO` |… 269 ICU 3.8, the vast majority of localized time zone names are no longer associated 270 with individual time zones. Instead, a set of localized time zone names are 283 > :point_right: **Note**: *Prior to ICU 3.8, a localized time zone name (except GMT format) and a t… 301 | Localized GMT | A constant, specific offset from GMT in a localized form. | GMT-08:00 | 312 …at (e.g. “PST”). If the localized data is not available or the short abbreviation is not commonly … 313 …location format (e.g. “Pacific Standard Time”). If the localized data is not available, localized … 314 …localized data is not available or the short abbreviation is not commonly used for the locale, gen… 315 | `vvvv` | Long generic non-location format (e.g. “Pacific Time”). If the localized data is not ava…
|
/third_party/icu/docs/userguide/icu/ |
D | services.md | 26 separate, localized resources to get language-specific results. ICU supports 170 and number primitives into localized strings and parse localized strings to 175 primitives into localized strings and parse localized strings into number 180 localized number strings such as the grouping separators, the decimal 188 to localized strings and parsing date and time strings to date objects. 193 localized strings and to parse date and time strings to date objects using a 198 `DateFormatSymbols` is a concrete class used to access localized date and time 344 | `udat_` | `DateFormatSymbols` | `DateFormatSymbols` is a public class that encapsulates localized…
|
/third_party/json/docs/mkdocs/ |
D | requirements.txt | 24 mkdocs-git-revision-date-localized-plugin==1.1.0
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 1418 UBool localized, 1435 UBool localized,
|
D | unum.h | 971 UBool localized,
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | udat.h | 1418 UBool localized, 1435 UBool localized,
|
D | unum.h | 917 UBool localized,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | udat.h | 1418 UBool localized, 1435 UBool localized,
|
D | unum.h | 964 UBool localized,
|
/third_party/glib/patch/ |
D | backport-gregex-format-specifier-for-localized-error-message.patch | 4 Subject: [PATCH] gregex: use %s format specifier for localized error message
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | udat.cpp | 537 UBool localized, in udat_toPattern() argument 561 if(localized) in udat_toPattern() 565 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) { in udat_toPattern() 579 UBool localized, in udat_applyPattern() argument 591 if(localized) in udat_applyPattern()
|
/third_party/icu/docs/userguide/format_parse/numbers/ |
D | index.md | 30 For the classic `NumberFormat` class, which also includes legacy parsing support for localized numb…
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftver.rc | 56 /* The following line should only be modified for localized versions. */
|
/third_party/node/deps/icu-small/source/i18n/ |
D | udat.cpp | 538 UBool localized, in udat_toPattern() argument 562 if(localized) in udat_toPattern() 566 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=nullptr) { in udat_toPattern() 580 UBool localized, in udat_applyPattern() argument 592 if(localized) in udat_applyPattern()
|
/third_party/icu/icu4c/source/i18n/ |
D | udat.cpp | 537 UBool localized, in udat_toPattern() argument 561 if(localized) in udat_toPattern() 565 } else if (!localized && (reldtfmt=dynamic_cast<const RelativeDateFormat *>(df))!=NULL) { in udat_toPattern() 579 UBool localized, in udat_applyPattern() argument 591 if(localized) in udat_applyPattern()
|
/third_party/icu/docs/userguide/format_parse/messages/ |
D | index.md | 180 and they therefore would need to be localized by your translators, which adds 182 by translators. If such a pattern is not localized, then users see confusing 195 hand, skeletons are localized according to the MessageFormat locale, which
|
/third_party/skia/third_party/externals/icu/filters/ |
D | cast.json | 1187 // # Chrome on Android is not localized to the following languages and we 2053 // # Chrome on Android is not localized to the following languages and we
|
/third_party/icu/docs/userguide/icu4j/ |
D | locale-service-provider.md | 89 from ICU4J Locale Service Provider and prints out the current date localized for 113 affect the localized symbols actually used by `DateFormatProvider/NumberFormatProvider`
|
/third_party/skia/third_party/externals/icu/source/samples/ |
D | readme.txt | 18 date - prints out the current date, localized.
|
/third_party/icu/icu4c/source/samples/ |
D | readme.txt | 20 date - prints out the current date, localized.
|