Home
last modified time | relevance | path

Searched full:foo* (Results 1576 - 1600 of 28813) sorted by relevance

1...<<61626364656667686970>>...1153

/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1656 fields[0] = "foo"; in API_Pattern()
1660 REGEX_ASSERT(fields[0]=="foo"); in API_Pattern()
1693 fields[6] = "foo"; in API_Pattern()
1703 REGEX_ASSERT(fields[6]=="foo"); in API_Pattern()
1706 fields[5] = "foo"; in API_Pattern()
1715 REGEX_ASSERT(fields[5]=="foo"); in API_Pattern()
1718 fields[5] = "foo"; in API_Pattern()
1727 REGEX_ASSERT(fields[5]=="foo"); in API_Pattern()
2987 fields[0] = "foo"; in API_Pattern_UTF8()
2991 REGEX_ASSERT(fields[0]=="foo"); in API_Pattern_UTF8()
[all...]
H A Dustrtest.cpp2279 UnicodeString str(u"foo "); in TestUnicodeStringInsertAppendToSelf()
2283 assertEquals("", u"foo foo foo foo foo foo foo foo ", str); in TestUnicodeStringInsertAppendToSelf()
2286 str = UnicodeString(true, u"foo ", in TestUnicodeStringInsertAppendToSelf()
[all...]
H A Dcalregts.cpp664 GregorianCalendar *foo1 = new GregorianCalendar(1997, 8, 27,status); in test4073929() local
667 delete foo1; in test4073929()
670 logln("foo1@%.0f - %d-%d-%d %d:%d:%d.%ds\n", foo1->getTime(status), in test4073929()
671 foo1->get(UCAL_YEAR, status), in test4073929()
672 foo1->get(UCAL_MONTH, status), in test4073929()
673 foo1->get(UCAL_DATE, status), in test4073929()
674 foo1->get(UCAL_HOUR, status), in test4073929()
675 foo1->get(UCAL_MINUTE, status), in test4073929()
676 foo1 in test4073929()
[all...]
H A Ditutil.cpp244 helper.expectedErrln = u"BBB destructor: expected success but got error: U_ILLEGAL_PAD_POSITION scope: foo"; in TestIcuTestErrorCode()
249 testStatus.setScope("foo"); in TestIcuTestErrorCode()
255 helper.expectedErrln = u"CCC expected success but got error: U_ILLEGAL_PAD_POSITION scope: foo"; in TestIcuTestErrorCode()
260 testStatus.setScope("foo"); in TestIcuTestErrorCode()
265 helper.expectedErrln = u"CCC expected success but got error: U_ILLEGAL_CHAR_FOUND scope: foo - 5.4300"; in TestIcuTestErrorCode()
H A Dtsdcfmsy.cpp172 DecimalFormatSymbols foo(status); in testSymbols()
174 DecimalFormatSymbols bar(foo); in testSymbols()
178 if(en != fr || foo != bar) { in testSymbols()
190 foo.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)i, UnicodeString((UChar32)(0x10330 + i))); in testSymbols()
193 if(foo.getSymbol((DecimalFormatSymbols::ENumberFormatSymbol)i) != UnicodeString((UChar32)(0x10330 + i))) { in testSymbols()
195 foo.getSymbol((DecimalFormatSymbols::ENumberFormatSymbol)i) + in testSymbols()
330 symbols.setSymbol(DecimalFormatSymbols::kOneDigitSymbol, u"foo", false); in testDigitSymbols()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java450 rb = gp.getResourceBundle("foo.bar.XXX", Thread.currentThread().getContextClassLoader()); in TestResourceBundle()
452 logln("Missing resource exception for getting resource bundle - foo.bar.XXX"); in TestResourceBundle()
456 errln("FAIL: MissingResourceException must be thrown for RB - foo.bar.XXX"); in TestResourceBundle()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DG7CollationTest.java192 } catch (Exception foo) { in TestG7Data()
193 warnln("Exception: " + foo.getMessage() + in TestG7Data()
H A DAlphabeticIndexTest.java193 // Collator foo = Collator.getInstance(desired);
194 // ULocale actual = foo.getLocale(ULocale.ACTUAL_LOCALE);
200 // int comp = foo.compare("a", "ā");
1114 new AlphabeticIndex<String>(ULocale.CANADA).addRecord("foo", null).getRecordCount()); in testGetRecordCount_withRecords()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/cldr/units/
H A DunitPreferencesTest.txt17 # length; person-height; CA; 3429 / 12500; 0.27432; meter; 2; foot; 54 / 5; 10.8; inch
40 area; default; GB; 1422722961 / 390625; 3642.17078016; square-meter; 39204; 39204.0; square-foot
41 area; default; GB; 145161 / 1562500; 0.09290304; square-meter; 1; 1.0; square-foot
120 energy; food; US; 23012 / 5; 4602.4; kilogram-square-meter-per-square-second; 11 / 10; 1.1; foodcalorie
121 energy; food; US; 4184; 4184.0; kilogram-square-meter-per-square-second; 1; 1.0; foodcalorie
122 energy; food; US; 18828 / 5; 3765.6; kilogram-square-meter-per-square-second; 9 / 10; 0.9; foodcalorie
124 energy; food; 00
[all...]
H A DunitsTest.txt26 area ; square-foot ; square-meter ; 0.09290304 * x ; 92.90304
69 energy ; pound-force-foot ; kilogram-square-meter-per-square-second ; 1.3558179483314004 * x ; 1355.818
73 energy ; foodcalorie ; kilogram-square-meter-per-square-second ; 4,184 * x ; 4184000.0
95 length ; foot ; meter ; 0.3048 * x ; 304.8
189 volume ; cubic-foot ; cubic-meter ; 0.028316846592 * x ; 28.31685
196 volume ; acre-foot ; cubic-meter ; 1,233.48183754752 * x ; 1233482.0
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCompactCharArray.java26 * <LI>Smaller memory footprint.
H A DCompactByteArray.java24 * <LI>Smaller memory footprint.
H A DFreezable.java255 * foo.freeze();
H A DMeasureUnit.java83 * <li>MIXED: A unit composed of the sum of multiple single units. Examples: foot-and-inch,
436 * Get the subType, such as “foot”. May return null.
961 * Constant for unit of area: square-foot
964 public static final MeasureUnit SQUARE_FOOT = MeasureUnit.internalGetInstance("area", "square-foot");
1291 * Constant for unit of energy: foodcalorie
1294 public static final MeasureUnit FOODCALORIE = MeasureUnit.internalGetInstance("energy", "foodcalorie"); field in MeasureUnit
1447 * Constant for unit of length: foot
1450 public static final MeasureUnit FOOT = MeasureUnit.internalGetInstance("length", "foot"); field in MeasureUnit
[all...]
H A DULocale.java3698 * <code>toUnicodeLocaleType("Foo", "Bar")</code> returns "bar",
3763 * <code>toLegacyType("Foo", "Bar")</code> returns "bar",
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliterator.java311 * a {foo} z &gt; | @ bar; # foo -&gt; bar, move cursor before a
312 * {foo} xyz &gt; bar @@|; #&nbsp;foo -&gt; bar, cursor between y and z
1739 * that is, "foo" =&gt; "::foo".
1747 // the correct format. That is: foo => ::foo in baseToRules()
H A DTransliteratorParser.java685 // 'foo'+ matches foofoofoo in parseSection()
H A DTransliteratorRegistry.java871 // .id header and/or footer. Then we modify the registry with in instantiateEntry()
H A DTransliteratorIDParser.java644 // consume it. So Foo-, Foo/, Foo-Bar/, and Foo/Bar- in parseFilterID()
742 // special inverse "Any-Foo"; otherwise make it "Foo". in specsToSpecialInverse()
H A DTransliterationRule.java241 // A pattern with just ante context {such as foo)>bar} can in getIndexValue()
256 * value. If the rule contains only ante context, as in foo)>bar,
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
H A DUnicodeData.txt1501 0602;ARABIC FOOTNOTE MARKER;Cf;0;AN;;;;;N;;;;;
2198 08E0;ARABIC SMALL HIGH FOOTNOTE MARKER;Mn;230;NSM;;;;;N;;;;;
4893 1558;CANADIAN SYLLABICS FOO;Lo;0;L;;;;;N;;;;;
8288 23CD;SQUARE FOOT;So;0;ON;;;;;N;;;;;
10966 2ECA;CJK RADICAL FOOT;So;0;ON;;;;;N;;;;;
11164 2F9C;KANGXI RADICAL FOOT;So;0;ON;<compat> 8DB3;;;;N;;;;;
13696 A57D;VAI SYLLABLE FOO;Lo;0;L;;;;;N;;;;;
17049 100C4;LINEAR B IDEOGRAM B220 FOOTSTOOL;Lo;0;L;;;;;N;;;;;
[all...]
H A Dconfusables.txt9187 2F9C ; 8DB3 ; MA #* ( ⾜ → 足 ) KANGXI RADICAL FOOT → CJK UNIFIED IDEOGRAPH-8DB3 #
/third_party/icu/icu4c/source/samples/uresb/
H A DMakefile11 # (i.e. /foo/icu )
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c2032 const char* prefix = "foo"; in TestMergeSortKeys()
/third_party/icu/icu4c/source/test/iotest/
H A Dstream.cpp285 U_STRING_DECL(testCase2, "foo", 3); in TestStreamEOF()
286 U_STRING_INIT(testCase2, "foo", 3); in TestStreamEOF()
299 U_STRING_DECL(expectedResultB, "foo", 3); in TestStreamEOF()
300 U_STRING_INIT(expectedResultB, "foo", 3); in TestStreamEOF()

Completed in 139 milliseconds

1...<<61626364656667686970>>...1153