HomeSort by relevance Sort by last modified time
    Searched full:skeletons (Results 1 - 25 of 46) sorted by null

1 2

  /prebuilts/build-tools/common/bison/
README 5 * Skeletons
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.
  /external/icu/icu4c/source/samples/dtitvfmtsample/
dtitvfmtsample.cpp 21 u_printf(" Use DateIntervalFormat to get date interval format for pre-defined skeletons:\n");
49 UnicodeString skeletons[] = { local
59 for (int j=0;skeletons[j]!=NULL ;j++) {
60 u_fprintf(out,"%-10S%-22S%-22S",skeletons[j].getTerminatedBuffer(),data[i].getTerminatedBuffer(),data[i+1].getTerminatedBuffer());
62 DateIntervalFormat* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[j], Locale::getEnglish(),status);
63 DateIntervalFormat* dtitvfmtJa = DateIntervalFormat::createInstance(skeletons[j], Locale::getJapanese(),status);
106 UnicodeString skeletons[] = { local
123 for (int j=0;skeletons[j]!=NULL;j++) {
124 u_fprintf(out,"%-10S%-22S%-22S", skeletons[i].getTerminatedBuffer(),data[j].getTerminatedBuffer(), data[j+1].getTerminatedBuffer());
125 DateIntervalFormat* dtitvfmtEn = DateIntervalFormat::createInstance(skeletons[i],Locale::getEnglish(),dtitvinf,status)
    [all...]
  /external/icu/android_icu4j/src/samples/java/android/icu/samples/text/dateintervalformat/
DateIntervalFormatSample.java 38 System.out.println(" Use DateIntervalFormat to get Date interval format for pre-defined skeletons:");
53 final String [] skeletons = { local
60 for (String skeleton:skeletons) {
94 final String [] skeletons = { local
107 for (String skeleton:skeletons){
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/dateintervalformat/
DateIntervalFormatSample.java 37 System.out.println(" Use DateIntervalFormat to get Date interval format for pre-defined skeletons:");
52 final String [] skeletons = { local
59 for (String skeleton:skeletons) {
93 final String [] skeletons = { local
106 for (String skeleton:skeletons){
  /frameworks/base/core/java/android/text/method/
DateKeyListener.java 63 private static final String[] SKELETONS = {"yMd", "yM", "Md"};
71 chars, locale, SKELETONS, SYMBOLS_TO_IGNORE);
NumberKeyListener.java 213 @NonNull String[] skeletons, @NonNull String symbolsToIgnore) {
214 for (int i = 0; i < skeletons.length; i++) {
216 collection, locale, skeletons[i], symbolsToIgnore);
  /external/icu/icu4c/source/i18n/unicode/
udateintervalformat.h 49 * Note, in ICU 4.4 the standard skeletons for which date interval format data
51 * skeletons from this set, or those formed by combining these standard skeletons
52 * (note that for these skeletons, the length of digit field such as d, y, or
dtptngen.h 287 * for those two skeletons, so the result is put together with this pattern,
310 * For example, "MMMdd" and "mmhh" are skeletons.
331 * For example, "MMMdd" and "mmhh" are skeletons.
359 * For example, "MMMdd" and "mmhh" are skeletons.
384 * For example, "MMMdd" and "mmhh" are skeletons.
402 * Return a list of all the skeletons (in canonical form) from this class.
408 * @return StringEnumeration with the skeletons.
423 * Return a list of all the base skeletons (in canonical form) from this class.
427 * @return a StringEnumeration with the base skeletons.
uspoof.h 122 * // Are the skeletons the same?
139 * UChar* skeletons[DICTIONARY_LENGTH];
148 * skeletons[i] = (UChar*) malloc(++len * sizeof(UChar));
150 * uspoof_getSkeleton(sc, 0, word, -1, skeletons[i], len, &status);
161 * result = u_strcmp(skel, skeletons[i]) == 0;
170 * free(skeletons[i]);
176 * <b>Note:</b> Since the Unicode confusables mapping table is frequently updated, confusable skeletons are <em>not</em>
177 * guaranteed to be the same between ICU releases. We therefore recommend that you always compute confusable skeletons
178 * at runtime and do not rely on creating a permanent, or difficult to update, database of skeletons.
    [all...]
udatpg.h 212 * For example, "MMMdd" and "mmhh" are skeletons.
241 * For example, "MMMdd" and "mmhh" are skeletons.
439 * for those two skeletons, so the result is put together with this pattern,
564 * Return a UEnumeration list of all the skeletons in canonical form.
570 * @return a UEnumeration list of all the skeletons
578 * Return a UEnumeration list of all the base skeletons in canonical form.
583 * @return a UEnumeration list of all the base skeletons
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
231 * User could construct DateIntervalInfo by providing a list of skeletons
  /external/icu/icu4c/source/samples/dtptngsample/
dtptngsample.cpp 26 UnicodeString skeletons [] = { local
50 for (int i=0;skeletons[i]!=NULL;i++) {
51 u_fprintf(f, "%-20S",skeletons[i].getTerminatedBuffer());
56 UnicodeString pattern = dtfg->getBestPattern(skeletons[i],status);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java 84 * skeletons with seconds).
96 * There are pre-defined interval patterns for those pre-defined skeletons
407 * Sink for enumerating all of the date interval skeletons.
451 // Iterate over all the skeletons in the 'intervalFormat' table.
687 * a list of skeletons and their patterns.
    [all...]
DateIntervalFormat.java 96 * skeletons with seconds).
113 * There are pre-defined interval patterns for those pre-defined skeletons
448 * There are pre-defined skeletons in DateFormat,
451 * Those skeletons have pre-defined interval patterns in resource files.
533 * Those skeletons have pre-defined interval patterns in resource files.
1557 SkeletonAndItsBestMatch skeletons = genIntervalPattern( local
    [all...]
SpoofChecker.java 107 * HashSet&lt;String&gt; skeletons = new HashSet&lt;String&gt;();
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...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java 83 * skeletons with seconds).
95 * There are pre-defined interval patterns for those pre-defined skeletons
416 * Sink for enumerating all of the date interval skeletons.
460 // Iterate over all the skeletons in the 'intervalFormat' table.
696 * a list of skeletons and their patterns.
    [all...]
DateIntervalFormat.java 95 * skeletons with seconds).
112 * There are pre-defined interval patterns for those pre-defined skeletons
450 * There are pre-defined skeletons in DateFormat,
453 * Those skeletons have pre-defined interval patterns in resource files.
538 * Those skeletons have pre-defined interval patterns in resource files.
1570 SkeletonAndItsBestMatch skeletons = genIntervalPattern( local
    [all...]
SpoofChecker.java 106 * HashSet&lt;String&gt; skeletons = new HashSet&lt;String&gt;();
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...]
  /libcore/luni/src/main/java/libcore/icu/
DateUtilsBridge.java 156 * skeletons provided by {@link #toSkeleton}.
159 // All the skeletons returned by toSkeleton have minute precision (they may abbreviate 4:00 PM
  /external/freetype/builds/mac/
README 3 * Makefile skeletons for Apple MPW (Macintosh's Programmer's Workshop)
54 skeletons. Python bundled to Mac OS X is enough. For
81 3-1-1. Generate MPW makefiles from the skeletons
84 Here are 4 skeletons for following targets are
112 we store skeletons in pure ASCII format. You must
121 The skeletons are designed to use in the top
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 226 * Sink for enumerating all of the date interval skeletons.
266 // Iterate over all the skeletons in the 'intervalFormat' table.
570 // resource bundle only have time skeletons ending with 'v',
571 // but not for time skeletons ending with 'z'.
586 // 0 means exact the same skeletons;
600 sprintf(mesg, "available skeletons: skeleton: %s; \n", result);
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp     [all...]
  /external/icu/android_icu4j/src/samples/java/android/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java 40 final String[] skeletons = { local
55 for (String skeleton:skeletons) {
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/datetimepatterngenerator/
DateTimePatternGeneratorSample.java 39 final String[] skeletons = { local
54 for (String skeleton:skeletons) {

Completed in 1289 milliseconds

1 2