/external/icu/icu4c/source/samples/dtitvfmtsample/ |
D | dtitvfmtsample.cpp | 47 UnicodeString skeletons[] = { in dtitvfmtPreDefined() local 57 for (int j=0;skeletons[j]!=NULL ;j++) { in dtitvfmtPreDefined() 58 …u_fprintf(out,"%-10S%-22S%-22S",skeletons[j].getTerminatedBuffer(),data[i].getTerminatedBuffer(),d… in dtitvfmtPreDefined() 60 …DateIntervalFormat* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[j], Locale::getEngli… in dtitvfmtPreDefined() 61 …DateIntervalFormat* dtitvfmtJa = DateIntervalFormat::createInstance(skeletons[j], Locale::getJapan… in dtitvfmtPreDefined() 104 UnicodeString skeletons[] = { in dtitvfmtCustomized() local 121 for (int j=0;skeletons[j]!=NULL;j++) { in dtitvfmtCustomized() 122 …u_fprintf(out,"%-10S%-22S%-22S", skeletons[i].getTerminatedBuffer(),data[j].getTerminatedBuffer(),… in dtitvfmtCustomized() 123 …DateIntervalFormat* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[i],Locale::getEnglis… in dtitvfmtCustomized() 124 …DateIntervalFormat* dtitvfmtJa = DateIntervalFormat::createInstance(skeletons[i],Locale::getJapane… in dtitvfmtCustomized()
|
/external/bison/data/ |
D | README | 6 Bison skeletons: the general shapes of the different parser kinds, 9 Currently, the supported skeletons are: 27 These skeletons are the only ones supported by the Bison team. 28 Because the interface between skeletons and the bison program is not 30 mature enough for us to consider that ``foreign skeletons'' are 35 which is used by Bison to instantiate the skeletons.
|
D | bison.m4 | 574 ## After processing the skeletons, check that all the user's ## 594 # m4_define_default([b4_lex_param], []) dnl breaks other skeletons
|
D | c.m4 | 62 # Depends on individual skeletons to define b4_pure_flag, b4_push_flag, or
|
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/dateintervalformat/ |
D | DateIntervalFormatSample.java | 51 final String [] skeletons = { in dtitvfmtPreDefined() local 58 for (String skeleton:skeletons) { in dtitvfmtPreDefined() 92 final String [] skeletons = { in dtitvfmtCustomized() local 105 for (String skeleton:skeletons){ in dtitvfmtCustomized()
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/dateintervalformat/ |
D | DateIntervalFormatSample.java | 50 final String [] skeletons = { in dtitvfmtPreDefined() local 57 for (String skeleton:skeletons) { in dtitvfmtPreDefined() 91 final String [] skeletons = { in dtitvfmtCustomized() local 104 for (String skeleton:skeletons){ in dtitvfmtCustomized()
|
/external/icu/icu4c/source/samples/dtptngsample/ |
D | dtptngsample.cpp | 24 UnicodeString skeletons [] = { in getBestPatternExample() local 48 for (int i=0;skeletons[i]!=NULL;i++) { in getBestPatternExample() 49 u_fprintf(f, "%-20S",skeletons[i].getTerminatedBuffer()); in getBestPatternExample() 54 UnicodeString pattern = dtfg->getBestPattern(skeletons[i],status); in getBestPatternExample()
|
/external/icu/icu4j/samples/src/com/ibm/icu/samples/text/datetimepatterngenerator/ |
D | DateTimePatternGeneratorSample.java | 37 final String[] skeletons = { in getBestPatternExample() local 52 for (String skeleton:skeletons) { in getBestPatternExample()
|
/external/icu/android_icu4j/src/samples/java/android/icu/samples/text/datetimepatterngenerator/ |
D | DateTimePatternGeneratorSample.java | 38 final String[] skeletons = { in getBestPatternExample() local 53 for (String skeleton:skeletons) { in getBestPatternExample()
|
/external/bison/tests/ |
D | Makefile.am | 48 output.at skeletons.at sets.at reduce.at \
|
D | testsuite.at | 30 m4_include([skeletons.at])
|
D | actions.at | 132 ## FIXME: test Java, and iterate over skeletons. 243 ## FIXME: test Java, and iterate over skeletons. 1674 // for this test in order to show that skeletons cannot simply translate 1677 // skeletons must translate before every use of yytoken.
|
D | regression.at | 846 # so that possible bound checking compilers could check all the skeletons. 1663 ## FIXME: test Java, and iterate over skeletons.
|
D | calc.at | 468 # the skeletons are (or should be) exercized here.
|
/external/bison/etc/ |
D | README | 14 use the tarballs' skeletons, not those already installed as a
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateIntervalFormat.java | 1536 SkeletonAndItsBestMatch skeletons = genIntervalPattern( in genSeparateDateTimePtn() local 1540 if ( skeletons != null ) { in genSeparateDateTimePtn() 1541 bestSkeleton = skeletons.skeleton; in genSeparateDateTimePtn() 1542 skeleton = skeletons.bestMatchSkeleton; in genSeparateDateTimePtn()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DateIntervalFormat.java | 1524 SkeletonAndItsBestMatch skeletons = genIntervalPattern( in genSeparateDateTimePtn() local 1528 if ( skeletons != null ) { in genSeparateDateTimePtn() 1529 bestSkeleton = skeletons.skeleton; in genSeparateDateTimePtn() 1530 skeleton = skeletons.bestMatchSkeleton; in genSeparateDateTimePtn()
|
/external/bison/ |
D | ChangeLog | 310 * tests/skeletons.at, tests/torture.at: Be sure to include config.h 982 skeletons: style changes 1088 skeletons: style changes 1104 * tests/skeletons.at, tests/synclines.at, tests/torture.at: here. 1441 skeletons: style changes 1519 * tests/skeletons.at, tests/synclines.at, tests/torture.at: here. 1637 tests/regression.at, tests/skeletons.at: Apply this change. 1987 skeletons: b4_dollar_pushdef and popdef to simpify complex definitions 2353 skeletons: style changes. 2513 skeletons: no longer define YYLSP_NEEDED. [all …]
|
D | TODO | 20 skeletons. Then remove the older system, including the tables
|
D | ChangeLog-2012 | 573 files (skeletons). Second, it chooses "parser implementation 1088 * tests/regression.at, tests/sets.at, tests/skeletons.at: 1399 * tests/skeletons.at (Fatal errors but M4 continues producing 1568 translation afterwards. However, other skeletons appear to be 3106 * tests/skeletons.at (%define Boolean variables: invalid skeleton 3734 POSIXLY_CORRECT so Bison's skeletons have access to GNU M4 extensions. 4050 * tests/skeletons.at: Likewise. 4303 * data/c.m4 (b4_identification): Depend on individual skeletons to 4551 * tests/skeletons.at (%define Boolean variables: invalid skeleton 4571 * tests/skeletons.at (Complaining during macro argument expansion): [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1453 String[] skeletons = { in TestTicket11583() local 1465 for (String skeleton : skeletons) { in TestTicket11583()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateIntervalFormatTest.java | 1457 String[] skeletons = { in TestTicket11583() local 1469 for (String skeleton : skeletons) { in TestTicket11583()
|
/external/dbus/doc/ |
D | dcop-howto.txt | 68 that generates stubs and skeletons for you. Using the dcopidl compiler 446 In addition to skeletons, dcopidl2cpp also generate stubs. Those make
|
/external/bison/po/ |
D | bison.pot | 148 " --print-datadir output directory containing skeletons and XSLT\n"
|
D | pt.po | 150 " --print-datadir output directory containing skeletons and XSLT\n"
|