/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 56 // footprint much.
|
H A D | TrieBuilder.java | 28 * <LI>Smaller memory footprint.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | LongNameHandler.java | 499 * Applying the rule in the XML element above, <code>d.value0("foo")</code> 500 * will be "foo", and <code>d.value1("foo")</code> will be "nominative".
|
H A D | MixedUnitLongNameHandler.java | 167 // For the mixed-units measurement of: "3 yard, 1 foot, 2.6 inch", we should in getMixedUnitModifier() 168 // find "3 yard" and "1 foot" in micros.mixedMeasures. in getMixedUnitModifier() 171 // * {0} yards, {0} foot, {0} inches in getMixedUnitModifier() 175 // - 3 yards, 1 foot in getMixedUnitModifier() 178 // - 3 yards, 1 foot and {0} inches /* TODO: how about the case of `1 inch` */ in getMixedUnitModifier()
|
H A D | MicroPropsGenerator.java | 30 * class Foo implements MicroPropsGenerator { 33 * public Foo(MicroPropsGenerator parent) {
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | UnitsRouter.java | 20 * {`foot+inch`, limit: 3.0} 23 * `foot+inch`, otherwise, the output will be in `inch`. 29 * {`foot+inch`, limit: 3.0} 149 * converter should accept. For example, if the converter is converting to `foot+inch` and the limit 158 // for example: "yard-and-foot-and-inch". 185 // example: "yard-and-foot-and-inch", for which `measures` will have three
|
H A D | ComplexUnitsConverter.java | 18 * Converts from single or compound unit to single, compound or mixed units. For example, from `meter` to `foot+inch`. 42 * it to be spread throw the input units. For example: if input unit is "inch-and-foot", and the input is 2.5. The 43 * converter will consider the input value in "foot", because foot is the biggest unit. Then, it will convert 2.5 44 * feet to "inch-and-foot". 112 // If the `outputUnits` is `UMEASURE_UNIT_MIXED` such as `foot+inch`. Thus means there is more than one unit in init() 117 // - outputUnits is `foot+inch` in init() 119 // 1. a converter from `meter` to `foot` in init() 120 // 2. a converter from `foot` to `inch` in init() 122 // 1. convert `meter` to `foot` in init() [all...] |
H A D | ConversionRates.java | 21 * Map from any simple unit (i.e. "meter", "foot", "inch") to its basic/root conversion rate info. 48 // - square-kilometer to square-foot (approximate): (3.28*1000)^2 in getFactorToBase() 140 * Map from any simple unit (i.e. "meter", "foot", "inch") to its basic/root conversion rate info. 220 * ("meter", "foot", "inch", "mile" ... etc.) have "meter" as a base/root unit.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | FormattedNumber.java | 131 * as "foot-and-inch" or "hour-and-minute-and-second".
|
H A D | NumberSkeletonImpl.java | 1112 * Parses unit identifiers like "meter-per-second" and "foot-and-inch", as
|
H A D | NumberFormatterSettings.java | 517 * being formatted (e.g. "length" when the unit is "foot"). The usage
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 10 /* FOOD FOR THOUGHT: currently the reordering modes are a mixture of 1356 /* FOOD FOR THOUGHT: when shrinking it should be possible to avoid in getMemory() 3415 /* FOOD FOR THOUGHT: in case of RTL inverse Bidi, it would make sense to in resolveImplicitLevels() 3724 /* FOOD FOR THOUGHT: instead of writing the visual text, we could use in setParaRunsOnly()
|
H A D | MeasureFormat.java | 89 * System.out.println(fmtFrFull.formatMeasures(new Measure(70, MeasureUnit.FOOT), 94 * fmtFrFull.formatMeasures(new Measure(1, MeasureUnit.FOOT), new Measure(1, MeasureUnit.INCH))); 98 * System.out.println(fmtFrNarrow.formatMeasures(new Measure(1, MeasureUnit.FOOT), 104 * fmtEn.formatMeasures(new Measure(1, MeasureUnit.INCH), new Measure(2, MeasureUnit.FOOT));
|
H A D | NFRule.java | 487 // special case for '<%foo<<' in extractSubstitution()
|
H A D | BidiLine.java | 542 /* FOOD FOR THOUGHT: this could be optimized, e.g.: in getRuns()
|
H A D | UnicodeSet.java | 144 * their delimiters; "[:^foo]" and "\P{foo}". In any other location, 147 * <p>Since ICU 70, "[^...]", "[:^foo]", "\P{foo}", and "[:binaryProperty=No:]"
|
H A D | UnicodeCompressor.java | 36 * <P>The static methods have a fairly large memory footprint.
|
H A D | UnicodeDecompressor.java | 28 * <P>The static methods have a fairly large memory footprint.
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | timezone.h | 631 * . TimeZone* foo = TimeZone::createTimeZone("America/New_York"); 632 * . foo.setID("America/Los_Angeles");
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ccaltst.c | 2558 const char *localeID = "x-privatebutreallylongtagfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar-foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoorbarfoobarfoo"; in TestUcalOpenBufferRead()
|
H A D | udatatst.c | 1803 So we just test that foolish people can't do bad things. */ in SetBadCommonData()
|
H A D | unumberformattertst.c | 312 "length-foot", in TestPerUnitInArabic()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | itrbnf.cpp | 1868 "<<%main>,<en, main, foo>>", // too many elements in locale data in TestLocalizations()
|
H A D | itrbnfp.cpp | 64 "%foo:bar", in TestParse() 65 "%foo: bar", in TestParse() 70 "%%foo:;", in TestParse() 84 "[foo]", in TestParse() 99 "=foo=", in TestParse() 108 "%%foo: 0 foo; 10: =%%bar=; %%bar: 0: bar; 10: =%%foo=;", in TestParse()
|
H A D | msfmrgts.cpp | 144 /*} catch (Exception foo) { in Test4074764() 276 /*} catch (Exception foo) { in Test4031438() 277 errln("Exception when formatting in bug 4031438. "+foo.getMessage()); in Test4031438() 348 /*} catch (Exception foo) { in Test4104976() 374 //} catch (Exception foo) { in Test4106659() 466 /*} catch (IllegalArgumentException foo) { in Test4114743()
|