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

<<21222324252627282930>>

  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 52 /*package*/ static String getBestDateTimePatternNative(String skeleton, String localeName) {
54 .getBestPattern(skeleton);
  /external/icu/icu4c/source/i18n/
datefmt.cpp 72 const UnicodeString &skeleton,
75 fSkeleton(DateTimePatternGenerator::staticGetSkeleton(skeleton, status)) { }
430 const UnicodeString &skeleton,
436 DateFmtBestPatternKey key(locale, skeleton, status);
450 const UnicodeString& skeleton,
461 DateFormat *result = createInstanceForSkeleton(skeleton, locale, status);
471 const UnicodeString& skeleton,
479 getBestPattern(locale, skeleton, status),
487 const UnicodeString& skeleton,
490 skeleton, Locale::getDefault(), status)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 23 Skeleton(nullptr), BaseAddress(nullptr) {
33 // Don't use the address pool in non-fission or in the skeleton unit itself.
35 // pool from the skeleton - maybe even in non-fission (possibly fewer
38 if (!DD->useSplitDwarf() || !Skeleton)
254 // left in the skeleton CU and so not included.
400 (Skeleton ? Skeleton : this)->CURangeLists.push_back(std::move(List));
708 if (!Skeleton) {
823 return DD->useSplitDwarf() && Skeleton;
828 (DD->useSplitDwarf() && !Skeleton);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateIntervalFormatTest.java 56 // followed by a group of locale/from_data/to_data/skeleton/interval_data
66 // test skeleton with both date and time
980 String[] skeleton = { local
1676 public String skeleton; field in class:DateIntervalFormatTest.LocaleAndSkeletonItem
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateIntervalFormatTest.java 52 // followed by a group of locale/from_data/to_data/skeleton/interval_data
62 // test skeleton with both date and time
976 String[] skeleton = { local
1672 public String skeleton; field in class:DateIntervalFormatTest.LocaleAndSkeletonItem
    [all...]
  /frameworks/base/core/java/android/text/format/
DateFormat.java 220 * Returns the best possible localized form of the given skeleton for the given
221 * locale. A skeleton is similar to, and uses the same format characters as, a Unicode
242 * @param locale the locale into which the skeleton should be localized
243 * @param skeleton a skeleton as described above
246 public static String getBestDateTimePattern(Locale locale, String skeleton) {
247 return ICU.getBestDateTimePattern(skeleton, locale);
  /developers/build/prebuilts/gradle/SkeletonWearableApp/
README.md 5 This sample is a basic skeleton app which can be used as a starting point for wear development.
  /external/bison/
TODO 18 ** Use b4_symbol in all the skeleton
121 This shows that it would be interesting to manage to install skeleton
260 ** Skeleton strategy
287 that Bison writes to the bison.simple skeleton file. This way, I can remove
  /external/fio/engines/
skeleton_external.c 2 * Skeleton for a sample external io engine
  /external/guava/guava/src/com/google/common/collect/
DescendingMultiset.java 27 * A skeleton implementation of a descending multiset. Only needs
  /external/guava/guava/src/com/google/common/hash/
AbstractNonStreamingHashFunction.java 26 * Skeleton implementation of {@link HashFunction}, appropriate for non-streaming algorithms.
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DescendingMultiset.java 27 * A skeleton implementation of a descending multiset. Only needs
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 347 UnicodeString skeleton("yMMMMdHms");
350 DateIntervalFormat* fmt(DateIntervalFormat::createInstance(skeleton, loc, status2));
531 UnicodeString skeleton("yMMMMdHms");
534 gen->getBestPattern(skeleton, status2);
  /frameworks/base/core/java/android/widget/
TimePickerSpinnerDelegate.java 242 "hm" /* skeleton */);
252 * We pass the correct "skeleton" depending on 12 or 24 hours view and then extract the
256 final String skeleton = (mIs24HourView) ? "Hm" : "hm"; local
258 skeleton);
  /frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
LargeAssetTest.java 33 * Skeleton to test large-asset handling. The asset in question is one million
  /hardware/bsp/intel/peripheral/libmraa/docs/
index.java.md 1 libmraa - Low Level Skeleton Library for Communication on GNU/Linux platforms
index.md 1 libmraa - Low Level Skeleton Library for Communication on GNU/Linux platforms
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 289 public static String getBestDateTimePattern(String skeleton, Locale locale) {
291 String key = skeleton + "\t" + languageTag;
295 pattern = getBestDateTimePatternNative(skeleton, languageTag);
302 private static native String getBestDateTimePatternNative(String skeleton, String languageTag);
  /packages/apps/Calendar/src/com/android/calendar/
ExtensionsFactory.java 33 * Skeleton for additional options in the AllInOne menu.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
ANSI_X3.110.so 
CP1258.so 
ISO_6937-2.so 
ISO_6937.so 
T.61.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
ANSI_X3.110.so 

Completed in 1071 milliseconds

<<21222324252627282930>>