HomeSort by relevance Sort by last modified time
    Searched refs:FULL (Results 1 - 25 of 30) sorted by null

1 2

  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 221 fixedTime + DAY_DURATION, fixedTime, java.text.DateFormat.FULL,
222 java.text.DateFormat.FULL).toString());
224 fixedTime, java.text.DateFormat.DEFAULT, java.text.DateFormat.FULL).toString());
226 fixedTime, java.text.DateFormat.LONG, java.text.DateFormat.FULL).toString());
228 fixedTime, java.text.DateFormat.MEDIUM, java.text.DateFormat.FULL).toString());
230 fixedTime, java.text.DateFormat.SHORT, java.text.DateFormat.FULL).toString());
233 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.FULL).toString());
235 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.DEFAULT).toString());
237 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.LONG).toString())
    [all...]
  /external/srec/srec/include/
hmm_desc.h 40 #define FULL (2<<4) /* Full covariance model */
94 with dummies to be the same size as the full "tree_node". For 2-byte
  /external/chromium/third_party/icu/source/test/intltest/
dtfmtrtts.cpp 192 case DateFormat::FULL: return "FULL";
229 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) {
242 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) {
255 for(int32_t dstyle = DateFormat::FULL; dstyle <= DateFormat::SHORT; ++dstyle) {
256 for(int32_t tstyle = DateFormat::FULL; tstyle <= DateFormat::SHORT; ++tstyle) {
aliastst.cpp 99 DateFormat* df1 = DateFormat::createDateInstance(DateFormat::FULL, oldLoc);
100 DateFormat* df2 = DateFormat::createDateInstance(DateFormat::FULL, newLoc);
dtfmttst.cpp 103 * Instantiate a SimpleDateFormat set up to produce a full time
199 DateFormat* fmtA = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
200 DateFormat* fmtB = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
227 //DateFormat* fmt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, Locale::ENGLISH);
596 DateFormat* fmt = DateFormat::createDateInstance(DateFormat::FULL, Locale("cs", "", ""));
741 DateFormat::SHORT, DateFormat::MEDIUM, DateFormat::LONG, DateFormat::FULL
748 DateFormat *full = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG); local
749 if(full==NULL) {
775 full->format(when, format);
792 delete full;
1092 DateFormat *date=0, *time=0, *full=0; local
1953 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull , loc); local
2052 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFullRelative, loc); local
2082 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull, loc); local
    [all...]
dtfmapts.cpp 21 // try to test the full functionality. It just calls each function in the class and
108 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench());
dtfmrgts.cpp 346 DateFormat *fmt = DateFormat::createDateTimeInstance( DateFormat::FULL,
666 Format *format = DateFormat::createDateTimeInstance(DateFormat::FULL,
667 DateFormat::FULL, locales[i]);
993 logln("Full format :" +
994 DateFormat.getDateInstance(DateFormat.FULL).format(new
    [all...]
  /external/icu4c/test/intltest/
dtfmtrtts.cpp 197 case DateFormat::FULL: return "FULL";
234 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) {
247 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) {
260 for(int32_t dstyle = DateFormat::FULL; dstyle <= DateFormat::SHORT; ++dstyle) {
261 for(int32_t tstyle = DateFormat::FULL; tstyle <= DateFormat::SHORT; ++tstyle) {
aliastst.cpp 99 DateFormat* df1 = DateFormat::createDateInstance(DateFormat::FULL, oldLoc);
100 DateFormat* df2 = DateFormat::createDateInstance(DateFormat::FULL, newLoc);
dtfmttst.cpp 103 * Instantiate a SimpleDateFormat set up to produce a full time
199 DateFormat* fmtA = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
200 DateFormat* fmtB = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL);
227 //DateFormat* fmt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, Locale::ENGLISH);
631 DateFormat* fmt = DateFormat::createDateInstance(DateFormat::FULL, Locale("cs", "", ""));
784 DateFormat::SHORT, DateFormat::MEDIUM, DateFormat::LONG, DateFormat::FULL
791 DateFormat *full = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG); local
792 if(full==NULL) {
818 full->format(when, format);
835 delete full;
1138 DateFormat *date=0, *time=0, *full=0; local
2014 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull , loc); local
2113 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFullRelative, loc); local
2143 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull, loc); local
    [all...]
dtfmapts.cpp 21 // try to test the full functionality. It just calls each function in the class and
137 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench());
dtfmrgts.cpp 346 DateFormat *fmt = DateFormat::createDateTimeInstance( DateFormat::FULL,
666 Format *format = DateFormat::createDateTimeInstance(DateFormat::FULL,
667 DateFormat::FULL, locales[i]);
993 logln("Full format :" +
994 DateFormat.getDateInstance(DateFormat.FULL).format(new
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormat.java 39 * styles. The formatting styles include FULL, LONG, MEDIUM, and SHORT. More
95 * FULL. The exact result depends on the locale, but generally:
100 * <li>FULL is pretty completely specified, such as Tuesday, April 12, 1952 AD
149 * The format style constant defining the full style.
151 public final static int FULL = 0;
434 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
438 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
451 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
455 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
480 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT
    [all...]
MessageFormat.java 66 * full
182 * <td>{@code full}</td>
183 * <td>{@code DateFormat.getDateInstance(DateFormat.FULL, getLocale())}</td>
207 * <td>{@code full}</td>
208 * <td>{@code DateFormat.getTimeInstance(DateFormat.FULL, getLocale())}</td>
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 206 private static final int FULL =
342 if (fails > 3 && m < FULL && max.compareAndSet(m, m + 1))
  /external/chromium/third_party/icu/public/i18n/unicode/
datefmt.h 111 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
117 * <li> FULL is pretty completely specified, such as
145 * in the resource occurs in the order full, long, medium, short.
192 FULL = kFull,
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 114 getDateInstance(java.text.DateFormat.FULL);
134 /* Sometimes the full month is displayed causing the title
  /libcore/luni/src/main/java/com/ibm/icu4jni/util/
LocaleData.java 299 case DateFormat.FULL:
313 case DateFormat.FULL:
325 // There are some full time format patterns in ICU that use the pattern character 'v'.
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 352 format = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL);
  /external/icu4c/i18n/unicode/
datefmt.h 111 * result; from SHORT to MEDIUM to LONG to FULL. The exact result depends on the
117 * <li> FULL is pretty completely specified, such as
145 * in the resource occurs in the order full, long, medium, short.
192 FULL = kFull,
  /external/quake/quake/src/WinQuake/
net_comx.cpp 41 #define FULL(q) (q.head == ((q.tail-1) & QUEUEMASK))
200 if (! FULL(p->inputQueue))
261 if (!FULL(p->inputQueue))
724 if (FULL(p->outputQueue))
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 133 * FULL means wake both the processor and the display.
138 FULL
    [all...]
CallNotifier.java 446 // (This will be upgraded soon to a full wake lock; see
613 * In most cases this means "bring up the full-screen incoming call
643 // But first, grab a full wake lock. We do this here, before we
652 // the screen should stay off even if someone's holding a full
669 mApplication.requestWakeState(PhoneApp.WakeState.FULL);
    [all...]
  /external/elfutils/
elfutils.spec 139 %doc fake-src/FULL
191 - full version
  /external/srec/config/en.us/dictionary/
c0.6 99 .FULL-STOP F UH1 L S T AA1 P
    [all...]

Completed in 479 milliseconds

1 2