/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
|
/frameworks/base/services/core/java/com/android/server/notification/ |
NextAlarmTracker.java | 194 final String skeleton = DateFormat.is24HourFormat(mContext) ? skeleton24 : skeleton12; local 195 final String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itspoof.cpp | 178 // testSkeleton. Spot check a number of confusable skeleton substitutions from the 250 // Run a single confusable skeleton transformation test case. 268 errln(UnicodeString(" Actual Skeleton: \"") + actual + UnicodeString("\"\n") + 269 UnicodeString(" Expected Skeleton: \"") + uExpected + UnicodeString("\"")); 369 // verify that it transforms correctly in a skeleton. 411 // Skip this case; the first step in obtaining a skeleton is to NFD the input,
|
dtifmtts.cpp | 61 /* ====== Test create interval instance with default locale and skeleton 64 logln("Testing DateIntervalFormat create instance with default locale and skeleton"); 68 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + default locale) - exitting"); 75 /* ====== Test create interval instance with given locale and skeleton 78 logln("Testing DateIntervalFormat create instance with given locale and skeleton"); 82 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + locale) - exitting"); 89 /* ====== Test create interval instance with dateIntervalInfo and skeleton 92 logln("Testing DateIntervalFormat create instance with dateIntervalInfo and skeleton"); 100 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + DateIntervalInfo + default locale) - exitting"); 107 /* ====== Test create interval instance with dateIntervalInfo and skeleton 1382 UnicodeString skeleton[] = { local [all...] |
/external/icu/icu4c/source/test/intltest/ |
itspoof.cpp | 178 // testSkeleton. Spot check a number of confusable skeleton substitutions from the 250 // Run a single confusable skeleton transformation test case. 268 errln(UnicodeString(" Actual Skeleton: \"") + actual + UnicodeString("\"\n") + 269 UnicodeString(" Expected Skeleton: \"") + uExpected + UnicodeString("\"")); 369 // verify that it transforms correctly in a skeleton. 411 // Skip this case; the first step in obtaining a skeleton is to NFD the input,
|
dtifmtts.cpp | 61 /* ====== Test create interval instance with default locale and skeleton 64 logln("Testing DateIntervalFormat create instance with default locale and skeleton"); 68 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + default locale) - exitting"); 75 /* ====== Test create interval instance with given locale and skeleton 78 logln("Testing DateIntervalFormat create instance with given locale and skeleton"); 82 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + locale) - exitting"); 89 /* ====== Test create interval instance with dateIntervalInfo and skeleton 92 logln("Testing DateIntervalFormat create instance with dateIntervalInfo and skeleton"); 100 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + DateIntervalInfo + default locale) - exitting"); 107 /* ====== Test create interval instance with dateIntervalInfo and skeleton 1382 UnicodeString skeleton[] = { 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"
|
el.po | 180 " -S, --skeleton=FILE specify the skeleton to use\n" 193 " -S, --skeleton=?????? ???????????? ??? ???? ????? skeleton\n" 338 msgid "multiple skeleton declarations are invalid" 776 msgid "unclosed %s directive in skeleton" 781 msgid "too few arguments for %s directive in skeleton" 786 msgid "too many arguments for %s directive in skeleton"
|
/external/chromium_org/v8/src/ |
i18n.cc | 96 // Make formatter from skeleton. Calendar and numbering system are added 99 icu::UnicodeString skeleton; local 100 if (ExtractStringSetting(isolate, options, "skeleton", &skeleton)) { 105 pattern = generator->getBestPattern(skeleton, status); [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
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardTransportControlView.java | 503 final String skeleton; local 506 skeleton = "DDD kk mm ss"; 508 skeleton = "kk mm ss"; 510 skeleton = "mm ss"; 514 skeleton));
|
/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...] |
/external/bison/tests/ |
calc.at | 669 # First let's try using %skeleton 670 AT_CHECK_CALC([%skeleton "lalr1.cc" %defines %locations]) 675 # the C++ skeleton, and performs several tests over the parser. 698 # Again, we try also using %skeleton. 699 AT_CHECK_CALC([%skeleton "glr.cc" %defines %locations]) 704 # the GLR C++ skeleton, and performs several tests over the parser.
|
synclines.at | 273 AT_BISON_OPTION_PUSHDEFS([%skeleton "$1" %defines]) 275 [%skeleton "$1" %defines
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
LocaleICU.cpp | 312 static String getFormatForSkeleton(const char* locale, const String& skeleton) 321 skeleton.appendTo(skeletonCharacters);
|
/libcore/luni/src/test/java/libcore/icu/ |
ICUTest.java | 85 private String best(Locale l, String skeleton) { 86 return ICU.getBestDateTimePattern(skeleton, l);
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
TestHelper_Connection1.java | 39 * Helper class for the java.sql tests - a skeleton class which implements the
|
/external/chromium_org/chrome/browser/resources/google_now/ |
common_test_util.js | 79 * Instead of mocking all possible calls to promises, a skeleton
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_platformapp_unittest.cc | 112 // This manifest is a skeleton used to build more specific manifests for
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
distro.rst | 18 Wrapper driver. The identity driver is a simple skeleton that passes through
|
/external/chromium_org/third_party/skia/experimental/webtry/sys/ |
webtry_init | 14 # Copied from /etc/init.d/skeleton and modified only the following
|
/external/chromium_org/tools/grit/ |
grit_info.py | 75 if (node.name == 'structure' or node.name == 'skeleton' or
|
/external/javassist/src/main/javassist/tools/rmi/ |
StubGenerator.java | 155 = CtNewConstructor.skeleton(proxyConstructorParamTypes,
|