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

<<21222324252627282930>>

  /frameworks/base/core/java/android/text/format/
DateFormat.java 222 * Returns the best possible localized form of the given skeleton for the given
223 * locale. A skeleton is similar to, and uses the same format characters as, a Unicode
244 * @param locale the locale into which the skeleton should be localized
245 * @param skeleton a skeleton as described above
248 public static String getBestDateTimePattern(Locale locale, String skeleton) {
249 return ICU.getBestDateTimePattern(skeleton, locale);
  /external/chromium_org/third_party/icu/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
73 Skeleton en_US fr_FR zh_CN
  /developers/build/prebuilts/gradle/SkeletonWearableApp/
README.md 4 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/chromium_org/content/public/renderer/
platform_event_observer.h 36 // PlatformEventObserver<> defines the basic skeleton for an object requesting
  /external/chromium_org/tools/grit/grit/node/
structure.py 50 # that a skeleton variant is older than the original file.
105 self.skeletons = {} # Maps expressions to skeleton gatherers
234 '''Returns the gatherer for the alternate skeleton that should be used,
235 based on the expressions for selecting skeletons, or None if the skeleton
  /external/fio/engines/
skeleton_external.c 2 * Skeleton for a sample external io engine
  /frameworks/base/core/java/android/widget/
TimePickerSpinnerDelegate.java 247 "hm" /* skeleton */);
257 * We pass the correct "skeleton" depending on 12 or 24 hours view and then extract the
261 final String skeleton = (mIs24HourView) ? "Hm" : "hm"; local
263 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
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 276 public static String getBestDateTimePattern(String skeleton, Locale locale) {
278 String key = skeleton + "\t" + languageTag;
282 pattern = getBestDateTimePatternNative(skeleton, languageTag);
289 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.6/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.11-4.8/sysroot/usr/lib32/gconv/
ANSI_X3.110.so 
CP1258.so 
ISO_6937-2.so 
ISO_6937.so 
T.61.so 
  /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:
  /external/chromium_org/third_party/icu/source/test/intltest/
dtptngts.cpp 558 logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") + bPattern);
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp 558 logln(UnicodeString(" ja locale with skeleton: YYYYMMM Best Pattern:") + bPattern);
    [all...]

Completed in 1408 milliseconds

<<21222324252627282930>>