HomeSort by relevance Sort by last modified time
    Searched full:skeleton (Results 26 - 50 of 930) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/libcore/icu/
DateIntervalFormat.java 53 // skeleton instead of int flags.)
76 String skeleton = DateUtilsBridge.toSkeleton(startCalendar, endCalendar, flags); local
79 getFormatter(skeleton, icuLocale, icuTimeZone);
85 private static android.icu.text.DateIntervalFormat getFormatter(String skeleton, ULocale locale,
87 String key = skeleton + "\t" + locale + "\t" + icuTimeZone;
92 formatter = android.icu.text.DateIntervalFormat.getInstance(skeleton, locale);
DateTimeFormat.java 45 String skeleton = DateUtilsBridge.toSkeleton(time, flags); local
46 String key = skeleton + "\t" + icuLocale + "\t" + time.getTimeZone();
51 formatter = new SimpleDateFormat(generator.getBestPattern(skeleton), icuLocale);
  /external/icu/android_icu4j/src/samples/java/android/icu/samples/text/dateintervalformat/
DateIntervalFormatSample.java 58 System.out.printf("%-15s%-35s%-35s%-35s%-35s\n", "Skeleton", "from","to","Date Interval in en_US", "Date Interval in Ja");
60 for (String skeleton:skeletons) {
61 System.out.printf("%-15s%-35s%-35s", skeleton,date[i].toString(), date[i+1].toString());
62 DateIntervalFormat dtitvfmtEn = DateIntervalFormat.getInstance(skeleton, ULocale.ENGLISH);
63 DateIntervalFormat dtitvfmtJa = DateIntervalFormat.getInstance(skeleton, ULocale.JAPANESE);
69 Skeleton from to Date Interval in en_US Date Interval in Ja
98 System.out.printf("%-15s%-35s%-35s%-45s%-35s\n", "Skeleton", "from","to", "Date Interval in en_US", "Date Interval in Ja");
107 for (String skeleton:skeletons){
109 System.out.printf("%-15s%-35s%-35s", skeleton,date[i].toString(), date[i+1].toString());
110 DateIntervalFormat dtitvfmtEn = DateIntervalFormat.getInstance(skeleton,ULocale.ENGLISH,dtitvinf)
    [all...]
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/text/dateintervalformat/
DateIntervalFormatSample.java 57 System.out.printf("%-15s%-35s%-35s%-35s%-35s\n", "Skeleton", "from","to","Date Interval in en_US", "Date Interval in Ja");
59 for (String skeleton:skeletons) {
60 System.out.printf("%-15s%-35s%-35s", skeleton,date[i].toString(), date[i+1].toString());
61 DateIntervalFormat dtitvfmtEn = DateIntervalFormat.getInstance(skeleton, ULocale.ENGLISH);
62 DateIntervalFormat dtitvfmtJa = DateIntervalFormat.getInstance(skeleton, ULocale.JAPANESE);
68 Skeleton from to Date Interval in en_US Date Interval in Ja
97 System.out.printf("%-15s%-35s%-35s%-45s%-35s\n", "Skeleton", "from","to", "Date Interval in en_US", "Date Interval in Ja");
106 for (String skeleton:skeletons){
108 System.out.printf("%-15s%-35s%-35s", skeleton,date[i].toString(), date[i+1].toString());
109 DateIntervalFormat dtitvfmtEn = DateIntervalFormat.getInstance(skeleton,ULocale.ENGLISH,dtitvinf)
    [all...]
  /tools/test/connectivity/acts/framework/
sample_config.json 1 { "_description": "This is an example skeleton test configuration file.",
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 84 DateIntervalInfo::setIntervalPattern(const UnicodeString& skeleton,
90 setIntervalPatternInternally(skeleton, UCAL_AM_PM, intervalPattern, status);
91 setIntervalPatternInternally(skeleton, UCAL_HOUR, intervalPattern, status);
94 setIntervalPatternInternally(skeleton, UCAL_DATE, intervalPattern, status);
96 setIntervalPatternInternally(skeleton, lrgDiffCalUnit, intervalPattern, status);
180 DateIntervalInfo::getIntervalPattern(const UnicodeString& skeleton,
188 const UnicodeString* patternsOfOneSkeleton = (UnicodeString*) fIntervalPatterns->get(skeleton);
271 // Process the skeleton
282 * Processes the patterns for a skeleton table
287 // Iterate over all the patterns in the current skeleton tabl
597 UnicodeString* skeleton = (UnicodeString*)keyTok.pointer; local
    [all...]
dtptngen.cpp 322 dtMatcher->copyFrom(other.dtMatcher->skeleton);
839 // Add pattern with its associated skeleton. Override any duplicate
    [all...]
udateintervalformat.cpp 27 const UChar* skeleton,
36 if ((skeleton == NULL ? skeletonLength != 0 : skeletonLength < -1) ||
42 UnicodeString skel((UBool)(skeletonLength == -1), skeleton, skeletonLength);
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/res/values/
strings.xml 19 <string name="app_name">Skeleton Wearable App</string>
26 <string name="notification_title"> Skeleton App Notification </string>
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/res/values/
strings.xml 19 <string name="app_name">Skeleton Wearable App</string>
26 <string name="notification_title"> Skeleton App Notification </string>
  /development/samples/browseable/SkeletonWearableApp/res/values/
strings.xml 19 <string name="app_name">Skeleton Wearable App</string>
26 <string name="notification_title"> Skeleton App Notification </string>
  /external/bison/examples/calc++/
stack.hh 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
  /external/parameter-framework/upstream/skeleton-subsystem/
CMakeLists.txt 32 project(parameter-framework-plugins-skeleton)
64 add_library(skeleton-subsystem MODULE
69 target_include_directories(skeleton-subsystem PRIVATE ${PFW_INCLUDE_DIRS})
70 target_link_libraries(skeleton-subsystem ${PFW_CORE_LIBRARY})
72 install(TARGETS skeleton-subsystem
  /external/bison/data/
c-skel.m4 3 # C skeleton dispatching for Bison.
  /external/icu/icu4c/source/test/cintltst/
cdateintervalformattest.c 43 const char * skeleton; member in struct:__anon20275
83 u_unescape(testItemPtr->skeleton, skelBuf, kSkelBufLen);
102 log_err("ERROR: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: expect %s, get %s\n",
103 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to,
107 log_err("FAIL: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: %s\n",
108 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to, myErrorName(status) );
112 log_data_err("FAIL: udtitvfmt_open for locale %s, skeleton %s, tzid %s - %s\n",
113 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, myErrorName(status) );
257 const char * skeleton; member in struct:__anon20279
285 ulen = u_unescape(locSkelItemPtr->skeleton, ubuf, kSizeUBuf)
    [all...]
  /frameworks/native/opengl/include/GLES/
egl.h 18 * Skeleton egl.h to provide compatibility for early GLES 1.0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
GBGBK.so 
IBM1008_420.so 
ISO8859-1.so 
ISO_11548-1.so 
ISO_5428.so 
TSCII.so 
UNICODE.so 
UTF-32.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
GBGBK.so 

Completed in 292 milliseconds

12 3 4 5 6 7 8 91011>>