HomeSort by relevance Sort by last modified time
    Searched full:skeleton (Results 576 - 600 of 854) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
CP1258.so 
ISO_6937-2.so 
ISO_6937.so 
T.61.so 
TCVN5712-1.so 
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 114 # load the output skeleton from the target:
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 114 # load the output skeleton from the target:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 114 # load the output skeleton from the target:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 114 # load the output skeleton from the target:
  /toolchain/binutils/binutils-2.25/gold/
reduced_debug_output.h 24 // information. We still need to emit skeleton debug_info and debug_abbrev
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp 558 logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") + bPattern);
    [all...]
itspoof.cpp 176 // testSkeleton. Spot check a number of confusable skeleton substitutions from the
245 // Run a single confusable skeleton transformation test case.
263 errln(UnicodeString(" Actual Skeleton: \"") + actual + UnicodeString("\"\n") +
264 UnicodeString(" Expected Skeleton: \"") + uExpected + UnicodeString("\""));
364 // verify that it transforms correctly in a skeleton.
406 // Skip this case; the first step in obtaining a skeleton is to NFD the input,
dtifmtts.cpp 62 /* ====== Test create interval instance with default locale and skeleton
65 logln("Testing DateIntervalFormat create instance with default locale and skeleton");
69 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + default locale) - exitting");
76 /* ====== Test create interval instance with given locale and skeleton
79 logln("Testing DateIntervalFormat create instance with given locale and skeleton");
83 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + locale) - exitting");
90 /* ====== Test create interval instance with dateIntervalInfo and skeleton
93 logln("Testing DateIntervalFormat create instance with dateIntervalInfo and skeleton");
101 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + DateIntervalInfo + default locale) - exitting");
108 /* ====== Test create interval instance with dateIntervalInfo and skeleton
1385 UnicodeString skeleton[] = { local
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ForwardingSortedMultiset.java 86 * A skeleton implementation of a descending multiset view. Normally,
88 * such as {@link #add(Object)} or {@link #pollFirstEntry}. This skeleton implementation
  /external/icu/icu4c/source/samples/dtptngsample/
dtptngsample.cpp 47 u_fprintf(f, "%-20S%-20S%-20S%-20S\n", UnicodeString("Skeleton").getTerminatedBuffer(),UnicodeString("en_US").getTerminatedBuffer(),UnicodeString("fr_FR").getTerminatedBuffer(),UnicodeString("zh_CN").getTerminatedBuffer());
53 // use getBestPattern method to get the best pattern for the given skeleton
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateTimeGeneratorTest.java 124 assertEquals("Testing skeleton '" + testSkeleton + "' with " + sampleDate, tests[i][1], formattedDate);
1194 public String skeleton; field in class:DateTimeGeneratorTest.TestOptionsItem
1344 String skeleton = new String(skelBuf, 0, skelLen); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java 120 assertEquals("Testing skeleton '" + testSkeleton + "' with " + sampleDate, tests[i][1], formattedDate);
1190 public String skeleton; field in class:DateTimeGeneratorTest.TestOptionsItem
1340 String skeleton = new String(skelBuf, 0, skelLen); local
    [all...]
  /external/bison/po/
id.po 173 " -S, --skeleton=FILE specify the skeleton to use\n"
186 " -S, --skeleton=FILE specifikasikan rangka yang akan digunakan\n"
325 msgid "multiple skeleton declarations are invalid"
758 msgid "unclosed %s directive in skeleton"
763 msgid "too few arguments for %s directive in skeleton"
764 msgstr "terlalu sedikit argumen untuk direktif %s dalam skeleton"
768 msgid "too many arguments for %s directive in skeleton"
769 msgstr "terlalu banyak argumen untuk direktif %s dalam skeleton"
    [all...]
bison.pot 160 " -S, --skeleton=FILE specify the skeleton to use\n"
271 msgid "multiple skeleton declarations are invalid"
705 msgid "unclosed %s directive in skeleton"
710 msgid "too few arguments for %s directive in skeleton"
715 msgid "too many arguments for %s directive in skeleton"
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeProperty.java 398 private String skeleton; field in class:UnicodeProperty.Name
408 skeleton = pretty = name;
411 skeleton = toSkeleton(pretty);
416 return skeleton.compareTo(((Name) o).skeleton);
420 return skeleton.equals(((Name) o).skeleton);
424 return skeleton.hashCode();
586 // get the name skeleton
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodeProperty.java 397 private String skeleton; field in class:UnicodeProperty.Name
407 skeleton = pretty = name;
410 skeleton = toSkeleton(pretty);
415 return skeleton.compareTo(((Name) o).skeleton);
419 return skeleton.equals(((Name) o).skeleton);
423 return skeleton.hashCode();
585 // get the name skeleton
    [all...]
  /external/libogg/doc/
oggstream.html 88 the <a href="skeleton.html">Skeleton</a> or <a
297 container. Xiph specifies the 'Skeleton' metadata format for Ogg
356 (such as the <a href="skeleton.html">Ogg Skeleton</a>) comprising its
  /external/v8/src/
i18n.cc 113 // Make formatter from skeleton. Calendar and numbering system are added
116 icu::UnicodeString skeleton; local
117 if (ExtractStringSetting(isolate, options, "skeleton", &skeleton)) {
122 pattern = generator->getBestPattern(skeleton, status);
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.pom 198 <skeleton>${basedir}/src/grammar/skeleton.inner</skeleton>
  /external/bison/examples/calc++/
calc++-parser.cc 3 /* Skeleton implementation for Bison LALR(1) parsers in C++
21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
26 special exception, which will cause the skeleton and the resulting
    [all...]

Completed in 443 milliseconds

<<21222324252627282930>>