HomeSort by relevance Sort by last modified time
    Searched refs:Category (Results 76 - 100 of 300) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormat.java 23 import com.ibm.icu.util.ULocale.Category;
621 if (!ULocale.getDefault(Category.FORMAT).toLocale().equals(Locale.getDefault())) {
624 java.text.NumberFormat jdkNfmt = java.text.NumberFormat.getInstance(ULocale.getDefault(Category.FORMAT).toLocale());
652 new java.text.DecimalFormatSymbols(ULocale.getDefault(Category.FORMAT).toLocale())));
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
sysdep.h 162 # define dcgettext(Domainname, Msgid, Category) (Msgid)
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java 31 import android.icu.util.ULocale.Category;
    [all...]
CurrencyPluralInfo.java 19 import android.icu.util.ULocale.Category;
42 * @see Category#FORMAT
45 initialize(ULocale.getDefault(Category.FORMAT));
NumberingSystem.java 20 import android.icu.util.ULocale.Category;
181 * @see Category#FORMAT
184 return getInstance(ULocale.getDefault(Category.FORMAT));
RuleBasedNumberFormat.java 27 import android.icu.util.ULocale.Category;
    [all...]
  /external/icu/icu4c/source/test/intltest/
pluralmaptest.cpp 39 PluralMapBase::Category v,
115 PluralMapBase::Category index = PluralMapBase::NONE;
205 PluralMapBase::Category v,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java 30 import com.ibm.icu.util.ULocale.Category;
    [all...]
  /external/llvm/unittests/Support/
CommandLineTest.cpp 89 ASSERT_EQ(&cl::GeneralCategory,Retrieved->Category) <<
90 "Incorrect default option category.";
93 ASSERT_EQ(&TestCategory,Retrieved->Category) <<
94 "Failed to modify option's option category.";
146 ASSERT_EQ(&TestCategory,TestOption2.Category) << "Failed to assign Option "
147 "Category.";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 29 import com.android.tools.lint.detector.api.Category;
579 private Map<Category, List<Issue>> mCategoryToIssues;
589 return element instanceof Category;
620 mCategoryToIssues = new HashMap<Category, List<Issue>>();
642 // Preserve the current category order, so instead of
645 List<Category> categories = new ArrayList<Category>(mCategoryToIssues.size());
646 for (Category category : mRegistry.getCategories()) {
647 if (mCategoryToIssues.containsKey(category)) {
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 123 return category;
225 unsigned Category, unsigned Flag, StringRef Message) override;
328 return reportInvalidFile("Out-of-bounds string in category");
380 unsigned Category, unsigned Flag, StringRef Message) {
385 D.category = Category;
387 D.CategoryText = Category ? TopDiags->Categories[Category] : "";
  /libcore/ojluni/src/main/java/java/util/
Locale.java     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 199 [cat](const OptionCategory *Category) {
200 return cat->getName() == Category->getName();
236 // Initialise the general option category.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ULocale.java 255 * the specific functionality represented by the category.
257 public enum Category {
259 * Category used to represent the default locale for displaying user interfaces.
263 * Category used to represent the default locale for formatting date, number and/or currency.
518 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length];
519 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length];
533 for (Category cat: Category.values()) {
556 // Java 6 or older does not have separated category locales,
557 // use the non-category default for al
    [all...]
IslamicCalendar.java 17 import android.icu.util.ULocale.Category;
170 * @see Category#FORMAT
174 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
181 * @see Category#FORMAT
185 this(zone, ULocale.getDefault(Category.FORMAT));
241 * @see Category#FORMAT
244 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
256 * @see Category#FORMAT
260 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
280 * @see Category#FORMA
    [all...]
LocaleData.java 14 import android.icu.util.ULocale.Category;
219 * @see Category#FORMAT
222 return LocaleData.getInstance(ULocale.getDefault(Category.FORMAT));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ULocale.java 277 * the specific functionality represented by the category.
280 public enum Category {
282 * Category used to represent the default locale for displaying user interfaces.
287 * Category used to represent the default locale for formatting date, number and/or currency.
549 private static Locale[] defaultCategoryLocales = new Locale[Category.values().length];
550 private static ULocale[] defaultCategoryULocales = new ULocale[Category.values().length];
564 for (Category cat: Category.values()) {
587 // Java 6 or older does not have separated category locales,
588 // use the non-category default for al
    [all...]
IslamicCalendar.java 16 import com.ibm.icu.util.ULocale.Category;
182 * @see Category#FORMAT
187 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
194 * @see Category#FORMAT
199 this(zone, ULocale.getDefault(Category.FORMAT));
259 * @see Category#FORMAT
263 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
275 * @see Category#FORMAT
280 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
300 * @see Category#FORMA
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
ListFormatterTest.java 148 ULocale defaultLocale = ULocale.getDefault(ULocale.Category.FORMAT);
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Calendar.java 14 import com.ibm.icu.util.ULocale.Category;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
ListFormatterTest.java 144 ULocale defaultLocale = ULocale.getDefault(ULocale.Category.FORMAT);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 50 """Factory function for creating MLS category objects."""
55 if isinstance(sym, Category):
62 return Category(policy, sym)
65 return Category(policy, qpol.qpol_cat_t(policy, str(sym)))
67 raise exception.InvalidCategory("{0} is not a valid category".format(sym))
128 "{0} is invalid ({1} is not a valid category range)".format(sym, group))
133 raise exception.InvalidLevel("{0} is invalid ({1} is not a valid category)".
226 """Generator that yields all aliases for this category."""
232 class Category(BaseMLSComponent):
234 """An MLS category.""
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
sysdep.h 206 # define dcgettext(Domainname, Msgid, Category) (Msgid)
  /toolchain/binutils/binutils-2.25/gold/
system.h 51 # define dcgettext(Domainname, Msgid, Category) (Msgid)
  /toolchain/binutils/binutils-2.25/ld/
ld.h 57 # define dcgettext(Domainname, Msgid, Category) (Msgid)

Completed in 858 milliseconds

1 2 34 5 6 7 8 91011>>