Home
last modified time | relevance | path

Searched full:foo* (Results 1551 - 1575 of 28840) sorted by relevance

1...<<61626364656667686970>>...1154

/third_party/icu/docs/userguide/collation/
H A Dindex.md67 designed to be fast, have a small memory footprint and be highly customizable.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DIntTrieBuilder.java32 * <LI>Smaller memory footprint.
H A DTimeZoneNamesImpl.java56 // footprint much.
H A DTrieBuilder.java28 * <LI>Smaller memory footprint.
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DLongNameHandler.java499 * 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 DMixedUnitLongNameHandler.java167 // 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 DMicroPropsGenerator.java30 * class Foo implements MicroPropsGenerator {
33 * public Foo(MicroPropsGenerator parent) {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DUnitsRouter.java20 * {`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 DComplexUnitsConverter.java18 * 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 DConversionRates.java21 * 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 DFormattedNumber.java131 * as "foot-and-inch" or "hour-and-minute-and-second".
H A DNumberSkeletonImpl.java1112 * Parses unit identifiers like "meter-per-second" and "foot-and-inch", as
H A DNumberFormatterSettings.java517 * 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 DBidi.java10 /* 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 DMeasureFormat.java89 * 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 DNFRule.java487 // special case for '<%foo<<' in extractSubstitution()
H A DBidiLine.java542 /* FOOD FOR THOUGHT: this could be optimized, e.g.: in getRuns()
H A DUnicodeSet.java144 * their delimiters; "[:^foo]" and "\P{foo}". In any other location,
147 * <p>Since ICU 70, "[^...]", "[:^foo]", "\P{foo}", and "[:binaryProperty=No:]"
H A DUnicodeCompressor.java36 * <P>The static methods have a fairly large memory footprint.
H A DUnicodeDecompressor.java28 * <P>The static methods have a fairly large memory footprint.
/third_party/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h631 * . TimeZone* foo = TimeZone::createTimeZone("America/New_York");
632 * . foo.setID("America/Los_Angeles");
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c2558 const char *localeID = "x-privatebutreallylongtagfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobar-foobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoobarfoorbarfoobarfoo"; in TestUcalOpenBufferRead()
H A Dudatatst.c1803 So we just test that foolish people can't do bad things. */ in SetBadCommonData()
H A Dunumberformattertst.c312 "length-foot", in TestPerUnitInArabic()
/third_party/icu/icu4c/source/test/intltest/
H A Ditrbnf.cpp1868 "<<%main>,<en, main, foo>>", // too many elements in locale data in TestLocalizations()

Completed in 62 milliseconds

1...<<61626364656667686970>>...1154