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

12 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/util/
PersianCalendar.java 16 import android.icu.util.ULocale.Category;
105 * @see Category#FORMAT
113 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
120 * @see Category#FORMAT
128 this(zone, ULocale.getDefault(Category.FORMAT));
200 * @see Category#FORMAT
207 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
219 * @see Category#FORMAT
227 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
247 * @see Category#FORMA
    [all...]
Holiday.java 18 import android.icu.util.ULocale.Category;
35 return getHolidays(ULocale.getDefault(Category.FORMAT));
143 * @see Category#DISPLAY
147 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
PersianCalendar.java 15 import com.ibm.icu.util.ULocale.Category;
103 * @see Category#FORMAT
111 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
118 * @see Category#FORMAT
126 this(zone, ULocale.getDefault(Category.FORMAT));
198 * @see Category#FORMAT
205 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
217 * @see Category#FORMAT
225 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT));
245 * @see Category#FORMA
    [all...]
Holiday.java 17 import com.ibm.icu.util.ULocale.Category;
35 return getHolidays(ULocale.getDefault(Category.FORMAT));
150 * @see Category#DISPLAY
155 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
  /external/clang/test/Modules/Inputs/
DebugObjC.h 18 @interface ObjCClass (Category)
  /toolchain/binutils/binutils-2.25/gas/
asintl.h 47 # define dcgettext(Domainname, Msgid, Category) (Msgid)
  /external/bison/lib/
gettext.h 71 # define dcgettext(Domainname, Msgid, Category) \
72 ((void) (Category), dgettext (Domainname, Msgid))
82 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
83 ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
126 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \
127 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
137 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \
138 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
150 int category)
152 const char *translation = dcgettext (domain, msg_ctxt_id, category);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ChineseDateFormatSymbols.java 18 import android.icu.util.ULocale.Category;
44 * @see Category#FORMAT
49 this(ULocale.getDefault(Category.FORMAT));
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
Currency.java 14 import com.ibm.icu.util.ULocale.Category;
260 return currency.getSymbol(ULocale.getDefault(Category.DISPLAY).toLocale());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ChineseDateFormatSymbols.java 17 import com.ibm.icu.util.ULocale.Category;
42 * @see Category#FORMAT
47 this(ULocale.getDefault(Category.FORMAT));
  /external/llvm/lib/DebugInfo/CodeView/
CodeViewError.cpp 42 static ManagedStatic<CodeViewErrorCategory> Category;
66 return std::error_code(static_cast<int>(Code), *Category);
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIAError.cpp 35 static ManagedStatic<DIAErrorCategory> Category;
58 return std::error_code(static_cast<int>(Code), *Category);
  /external/llvm/lib/DebugInfo/PDB/
GenericError.cpp 42 static ManagedStatic<GenericErrorCategory> Category;
66 return std::error_code(static_cast<int>(Code), *Category);
  /external/llvm/lib/DebugInfo/PDB/Raw/
RawError.cpp 43 static ManagedStatic<RawErrorCategory> Category;
66 return std::error_code(static_cast<int>(Code), *Category);
  /external/slf4j/log4j-over-slf4j/src/test/java/org/dummy/
Bug131.java 32 import org.apache.log4j.Category;
44 Category log4jCategory = Logger.getLogger("b");
Bug139.java 32 import org.apache.log4j.Category;
43 Category log4jCategory = Logger.getLogger("b");
  /libcore/luni/src/test/java/libcore/java/util/
Locales.java 23 import static java.util.Locale.Category.DISPLAY;
24 import static java.util.Locale.Category.FORMAT;
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_common.i 50 template <class Iterator, class Category,class T, class Reference, class Pointer, class Distance>
51 struct iterator_traits<__reverse_bi_iterator<Iterator,Category,T,Reference,Pointer,Distance> > {
125 typedef pointer_category category;
137 template <class Type, class Category>
140 template <class Type, class Category>
154 typedef pointer_category category;
  /external/clang/lib/Format/
SortJavaScriptImports.cpp 82 ReferenceCategory Category = ReferenceCategory::SIDE_EFFECT;
98 if (LHS.Category != RHS.Category)
99 return LHS.Category < RHS.Category;
100 if (LHS.Category == JsModuleReference::ReferenceCategory::SIDE_EFFECT)
103 // This retains transitivity because LHS.Category == RHS.Category here.
165 Reference.Category != References[Indices[i + 1]].Category))
    [all...]
  /external/llvm/lib/Support/
SpecialCaseList.cpp 108 StringRef Category = SplitRegexp.second;
112 Entries[Prefix][Category].Strings.insert(Regexp);
132 if (!Regexps[Prefix][Category].empty())
133 Regexps[Prefix][Category] += "|";
134 Regexps[Prefix][Category] += "^" + Regexp + "$";
158 StringRef Category) const {
162 StringMap<Entry>::const_iterator II = I->second.find(Category);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 48 * priority data, notification category and person data.
127 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem();
133 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(),
134 android.R.layout.simple_spinner_item, Category.values());
173 * @param category The category metadata.
178 private Notification createNotification(Priority priority, Category category, Uri contactUri)
    [all...]
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 48 * priority data, notification category and person data.
127 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem();
133 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(),
134 android.R.layout.simple_spinner_item, Category.values());
173 * @param category The category metadata.
178 private Notification createNotification(Priority priority, Category category, Uri contactUri)
    [all...]
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 48 * priority data, notification category and person data.
127 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem();
133 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(),
134 android.R.layout.simple_spinner_item, Category.values());
173 * @param category The category metadata.
178 private Notification createNotification(Priority priority, Category category, Uri contactUri)
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorSyclConvertToDeviceExpression.h 63 template <template<class, class...> class Category, typename OP, typename... subExprs>\
64 struct ConvertToDeviceExpression<CVQual Category<OP, subExprs...> > {\
65 typedef CVQual Category<OP, typename ConvertToDeviceExpression<subExprs>::Type... > Type;\
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 16 // section:wildcard_expression[=category]
17 // If category is not specified, it is assumed to be empty string.
18 // Definitions of "section" and "category" are sanitizer-specific. For example,
79 /// @Section:<E>=@Category
83 StringRef Category = StringRef()) const;

Completed in 556 milliseconds

12 3 4 5 6 7 8 91011>>