/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
MessageFormat.java | 28 import com.ibm.icu.util.ULocale.Category; 440 this(new java.text.MessageFormat(pattern, ULocale.getDefault(Category.FORMAT).toLocale())); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CurrencyPluralInfo.java | 18 import com.ibm.icu.util.ULocale.Category; 43 * @see Category#FORMAT 47 initialize(ULocale.getDefault(Category.FORMAT));
|
NumberingSystem.java | 19 import com.ibm.icu.util.ULocale.Category; 186 * @see Category#FORMAT 190 return getInstance(ULocale.getDefault(Category.FORMAT));
|
RuleBasedNumberFormat.java | 26 import com.ibm.icu.util.ULocale.Category; [all...] |
TimeUnitFormat.java | 27 import com.ibm.icu.util.ULocale.Category; 348 locale = ULocale.getDefault(Category.FORMAT);
|
ListFormatter.java | 175 return getInstance(ULocale.getDefault(ULocale.Category.FORMAT));
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
LocaleData.java | 13 import com.ibm.icu.util.ULocale.Category; 232 * @see Category#FORMAT 236 return LocaleData.getInstance(ULocale.getDefault(Category.FORMAT));
|
TimeZone.java | 28 import com.ibm.icu.util.ULocale.Category; 426 * @see Category#DISPLAY 430 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY)); 475 * @see Category#DISPLAY 479 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY)); [all...] |
/external/v8/tools/ |
eval_gc_nvp.py | 76 class Category: 109 return "<Category: {0}>".format(self.key) 157 categories = [ Category(key, deepcopy(histogram)) 165 for category in categories: 166 category.process_entry(obj) 171 for category in categories: 172 print(category)
|
/libcore/ojluni/src/main/java/java/util/ |
TimeZone.java | 313 * Locale.getDefault({@link Locale.Category#DISPLAY})) 319 * @see Locale#getDefault(Locale.Category) 320 * @see Locale.Category 324 Locale.getDefault(Locale.Category.DISPLAY)); 356 * Locale.getDefault({@link Locale.Category#DISPLAY})) 366 * @see Locale#getDefault(Locale.Category) 367 * @see Locale.Category 372 Locale.getDefault(Locale.Category.DISPLAY));
|
/libcore/luni/src/test/java/libcore/java/util/ |
LocaleTest.java | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ULocaleTest.java | 43 import android.icu.util.ULocale.Category; [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ULocaleTest.java | 42 import com.ibm.icu.util.ULocale.Category; [all...] |
/external/llvm/include/llvm/Support/ |
CommandLine.h | 152 // Option Category class 170 // The general Option Category (used as default category). 211 OptionCategory *Category; // The Category this option belongs to 245 void setCategory(OptionCategory &C) { Category = &C; } 253 Category(&GeneralCategory), FullyInitialized(false) {} 343 // cat - Specifiy the Option category for the command line argument to belong 346 OptionCategory &Category; 347 cat(OptionCategory &c) : Category(c) { [all...] |
/external/clang/lib/Format/ |
Format.cpp | 354 static void mapping(IO &IO, FormatStyle::IncludeCategory &Category) { 355 IO.mapOptional("Regex", Category.Regex); 356 IO.mapOptional("Priority", Category.Priority); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUService.java | 27 import android.icu.util.ULocale.Category; 631 return getDisplayName(id, ULocale.getDefault(Category.DISPLAY)); 663 ULocale locale = ULocale.getDefault(Category.DISPLAY); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
Collator.java | 28 import android.icu.util.ULocale.Category; [all...] |
TimeUnitFormat.java | 28 import android.icu.util.ULocale.Category; 350 locale = ULocale.getDefault(Category.FORMAT);
|
ListFormatter.java | 173 return getInstance(ULocale.getDefault(ULocale.Category.FORMAT));
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
TimeZone.java | 29 import android.icu.util.ULocale.Category; 373 * @see Category#DISPLAY 376 return _getDisplayName(LONG_GENERIC, false, ULocale.getDefault(Category.DISPLAY)); 419 * @see Category#DISPLAY 422 return getDisplayName(daylight, style, ULocale.getDefault(Category.DISPLAY)); [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
Collator.java | 27 import com.ibm.icu.util.ULocale.Category; [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUService.java | 26 import com.ibm.icu.util.ULocale.Category; 629 return getDisplayName(id, ULocale.getDefault(Category.DISPLAY)); 661 ULocale locale = ULocale.getDefault(Category.DISPLAY); [all...] |
/external/clang/tools/libclang/ |
CIndexDiagnostic.cpp | 413 CXString clang_getDiagnosticCategoryName(unsigned Category) { 415 return cxstring::createRef(DiagnosticIDs::getCategoryNameFromID(Category));
|
/libcore/ojluni/src/main/java/java/text/ |
DateFormatSymbols.java | 121 initializeData(Locale.getDefault(Locale.Category.FORMAT)); 388 return getInstance(Locale.getDefault(Locale.Category.FORMAT)); [all...] |
/external/clang/utils/TableGen/ |
ClangDiagnosticsEmitter.cpp | 37 // Diagnostic category computation code. 65 // If the DiagGroup has a category, return it. 70 // check these for a category as well. 79 /// getDiagnosticCategory - Return the category that the specified diagnostic 83 // If the diagnostic is in a group, and that group has a category, use it. 85 // Check the diagnostic's diag group for a category. 91 // If the diagnostic itself has a category, get it. 104 // The zero'th category is "". 111 std::string Category = getDiagnosticCategory(Diags[i], ParentInfo); 112 if (Category.empty()) continue; // Skip diags with no category [all...] |