/external/icu/icu4c/source/test/intltest/ |
dtptngts.cpp | [all...] |
itspoof.cpp | 218 errln("File %s, Line %d, Test case from line %d, Actual and Expected skeletons differ.",
|
/external/icu/icu4c/source/i18n/unicode/ |
dtitvfmt.h | 99 * (though we do not currently have specific intervalFormat date for skeletons 117 * There are pre-defined interval patterns for those pre-defined skeletons 251 * There are pre-defined skeletons (defined in udate.h) having predefined 311 * There are pre-defined skeletons (defined in udate.h) having predefined [all...] |
dtitvinf.h | 88 * There are pre-defined interval patterns for those pre-defined skeletons 233 * User could construct DateIntervalInfo by providing a list of skeletons
|
udat.h | 198 /* Skeletons for dates. */ 343 /* Skeletons for times. */ 398 /* Skeletons for time zones. */ [all...] |
/external/bison/src/ |
scan-skel.l | 1 /* Scan Bison Skeletons. -*- C -*-
|
getargs.c | 322 --print-datadir output directory containing skeletons and XSLT\n\
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
SpoofChecker.java | 107 * HashSet<String> skeletons = new HashSet<String>(); 109 * skeletons.add(sc.getSkeleton(word)); 113 * boolean result = skeletons.contains(sc.getSkeleton("1orern")); 118 * <b>Note:</b> Since the Unicode confusables mapping table is frequently updated, confusable skeletons are <em>not</em> 119 * guaranteed to be the same between ICU releases. We therefore recommend that you always compute confusable skeletons 120 * at runtime and do not rely on creating a permanent, or difficult to update, database of skeletons. [all...] |
DateTimePatternGenerator.java | 521 * For example, "MMMdd" and "mmhh" are skeletons. 533 * For example, "MMMdd" and "mmhh" are skeletons. 774 * Return a list of all the skeletons (in canonical form) from this class, 783 * the skeletons, and then have a separate routine to get from [all...] |
DateFormat.java | 48 * styles or arbitrary "skeletons". 55 * common pre-defined skeletons, such as {@link #MINUTE_SECOND} for something like "13:45" or {@link #YEAR_ABBR_MONTH} 102 * {@link #YEAR_ABBR_MONTH} for something like "Sept 2012". If you don't want to use one of the predefined skeletons, 103 * you can supply your own. The skeletons are like the patterns in SimpleDateFormat, except they: [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
SpoofChecker.java | 106 * HashSet<String> skeletons = new HashSet<String>(); 108 * skeletons.add(sc.getSkeleton(word)); 112 * boolean result = skeletons.contains(sc.getSkeleton("1orern")); 117 * <b>Note:</b> Since the Unicode confusables mapping table is frequently updated, confusable skeletons are <em>not</em> 118 * guaranteed to be the same between ICU releases. We therefore recommend that you always compute confusable skeletons 119 * at runtime and do not rely on creating a permanent, or difficult to update, database of skeletons. [all...] |
DateTimePatternGenerator.java | 522 * For example, "MMMdd" and "mmhh" are skeletons. 535 * For example, "MMMdd" and "mmhh" are skeletons. 785 * Return a list of all the skeletons (in canonical form) from this class, 794 * the skeletons, and then have a separate routine to get from [all...] |
DateFormat.java | 47 * styles or arbitrary "skeletons". 54 * common pre-defined skeletons, such as {@link #MINUTE_SECOND} for something like "13:45" or {@link #YEAR_ABBR_MONTH} 101 * {@link #YEAR_ABBR_MONTH} for something like "Sept 2012". If you don't want to use one of the predefined skeletons, 102 * you can supply your own. The skeletons are like the patterns in SimpleDateFormat, except they: [all...] |
/external/bison/ |
ChangeLog | 310 * tests/skeletons.at, tests/torture.at: Be sure to include config.h 982 skeletons: style changes [all...] |
ChangeLog-2012 | 573 files (skeletons). Second, it chooses "parser implementation [all...] |
TODO | 20 skeletons. Then remove the older system, including the tables
|
/external/icu/icu4c/source/i18n/ |
dtitvfmt.cpp | 679 // for skeletons with seconds, found is false and we enter this block [all...] |
uspoof.cpp | 445 // Compute the skeletons and check for confusability.
|
/external/bison/tests/ |
actions.at | 132 ## FIXME: test Java, and iterate over skeletons. 243 ## FIXME: test Java, and iterate over skeletons. [all...] |
regression.at | 847 # so that possible bound checking compilers could check all the skeletons. [all...] |
/external/icu/icu4c/source/test/cintltst/ |
udatpg_test.c | 305 /* Get all skeletons and the crroespong pattern for each skeleton. */
|
/libcore/ojluni/src/main/java/sun/misc/ |
VM.java | 39 * on native threads. We removed them in JDK 1.2. The skeletons
|
/external/bison/data/ |
bison.m4 | 574 ## After processing the skeletons, check that all the user's ## 594 # m4_define_default([b4_lex_param], []) dnl breaks other skeletons
|
c.m4 | 62 # Depends on individual skeletons to define b4_pure_flag, b4_push_flag, or
|
lalr1.java | 472 /* New state. Unlike in the C/C++ skeletons, the state is already
|