HomeSort by relevance Sort by last modified time
    Searched refs:Category (Results 176 - 200 of 366) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormatSymbols.java 30 import com.ibm.icu.util.ULocale.Category;
52 * @see Category#FORMAT
56 initialize(ULocale.getDefault(Category.FORMAT));
189 * (category:Nd) and the number value is 0, then this method propagate digit 1 to
    [all...]
DateFormatSymbols.java 39 import com.ibm.icu.util.ULocale.Category;
225 * @see Category#FORMAT
230 this(ULocale.getDefault(Category.FORMAT));
    [all...]
MeasureFormat.java 49 import com.ibm.icu.util.ULocale.Category;
681 * @see Category#FORMAT
685 return getCurrencyFormat(ULocale.getDefault(Category.FORMAT));
    [all...]
MessageFormat.java 45 import com.ibm.icu.util.ULocale.Category;
347 * @see Category#FORMAT
351 this.ulocale = ULocale.getDefault(Category.FORMAT);
    [all...]
DateTimePatternGenerator.java 41 import com.ibm.icu.util.ULocale.Category;
83 * @see Category#FORMAT
87 return getInstance(ULocale.getDefault(Category.FORMAT));
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
Transliterator.java 29 import com.ibm.icu.util.ULocale.Category;
    [all...]
  /libcore/ojluni/src/main/java/java/text/
DecimalFormat.java 387 * for the default {@link java.util.Locale.Category#FORMAT FORMAT} locale.
403 Locale def = Locale.getDefault(Locale.Category.FORMAT);
419 * for the default {@link java.util.Locale.Category#FORMAT FORMAT} locale.
437 this.symbols = new DecimalFormatSymbols(Locale.getDefault(Locale.Category.FORMAT));
    [all...]
SimpleDateFormat.java 570 * {@link java.util.Locale.Category#FORMAT FORMAT} locale.
576 this(SHORT, SHORT, Locale.getDefault(Locale.Category.FORMAT));
582 * {@link java.util.Locale.Category#FORMAT FORMAT} locale.
588 * SimpleDateFormat(pattern, Locale.getDefault(Locale.Category.FORMAT))}.
590 * @see java.util.Locale#getDefault(java.util.Locale.Category)
591 * @see java.util.Locale.Category#FORMAT
598 this(pattern, Locale.getDefault(Locale.Category.FORMAT));
643 this.locale = Locale.getDefault(Locale.Category.FORMAT);
    [all...]
MessageFormat.java 351 * {@link java.util.Locale.Category#FORMAT FORMAT} locale and the
362 this.locale = Locale.getDefault(Locale.Category.FORMAT);
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Scanner.java 158 * java.util.Locale#getDefault(Locale.Category)
159 * Locale.getDefault(Locale.Category.FORMAT)} method; it may be changed via the {@link
545 useLocale(Locale.getDefault(Locale.Category.FORMAT));
    [all...]
GregorianCalendar.java 589 * {@link Locale.Category#FORMAT FORMAT} locale.
592 this(TimeZone.getDefaultRef(), Locale.getDefault(Locale.Category.FORMAT));
599 * {@link Locale.Category#FORMAT FORMAT} locale.
604 this(zone, Locale.getDefault(Locale.Category.FORMAT));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 46 import com.android.tools.lint.detector.api.Category;
280 private void checkCreateTemplate(String category, String name) throws Exception {
283 File templateFile = findTemplate(category, name);
292 private static File findTemplate(String category, String name) {
295 File file = new File(templateRootFolder, category + File.separator + name);
782 if (issue.getCategory() == Category.ICONS){
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 838 /// DefinedCategoryNames - list of category names in form Class_Category.
    [all...]
CodeGenModule.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tuner.h     [all...]
ksproxy.h 561 KSDDKAPI HRESULT WINAPI KsOpenDefaultDevice(REFGUID Category,ACCESS_MASK Access,PHANDLE DeviceHandle);
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 108 StringRef shortDesc, StringRef category,
116 Category(StripTrailingDots(category)),
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 40 import android.icu.util.ULocale.Category;
222 * @see Category#FORMAT
226 this(ULocale.getDefault(Category.FORMAT));
    [all...]
MeasureFormat.java 50 import android.icu.util.ULocale.Category;
654 * @see Category#FORMAT
657 return getCurrencyFormat(ULocale.getDefault(Category.FORMAT));
    [all...]
MessageFormat.java 46 import android.icu.util.ULocale.Category;
347 * @see Category#FORMAT
350 this.ulocale = ULocale.getDefault(Category.FORMAT);
    [all...]
DateTimePatternGenerator.java 42 import android.icu.util.ULocale.Category;
81 * @see Category#FORMAT
84 return getInstance(ULocale.getDefault(Category.FORMAT));
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 31 import android.icu.util.ULocale.Category;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 30 import com.ibm.icu.util.ULocale.Category;
    [all...]
  /libcore/ojluni/src/main/java/java/time/format/
DateTimeFormatterBuilder.java     [all...]

Completed in 1398 milliseconds

1 2 3 4 5 6 78 91011>>