/external/icu/android_icu4j/src/main/java/android/icu/util/ |
PersianCalendar.java | 14 import android.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 | 16 import android.icu.util.ULocale.Category; 33 return getHolidays(ULocale.getDefault(Category.FORMAT)); 137 * @see Category#DISPLAY 141 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
|
HebrewCalendar.java | 13 import android.icu.util.ULocale.Category; 266 * @see Category#FORMAT 269 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 277 * @see Category#FORMAT 280 this(zone, ULocale.getDefault(Category.FORMAT)); 339 * @see Category#FORMAT 342 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 353 * @see Category#FORMAT 356 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 376 * @see Category#FORMA [all...] |
IndianCalendar.java | 14 import android.icu.util.ULocale.Category; 145 * @see Category#FORMAT 148 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 156 * @see Category#FORMAT 159 this(zone, ULocale.getDefault(Category.FORMAT)); 213 * @see Category#FORMAT 216 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 230 * @see Category#FORMAT 233 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 256 * @see Category#FORMA [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
PersianCalendar.java | 13 import com.ibm.icu.util.ULocale.Category; 101 * @see Category#FORMAT 109 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 116 * @see Category#FORMAT 124 this(zone, ULocale.getDefault(Category.FORMAT)); 196 * @see Category#FORMAT 203 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 215 * @see Category#FORMAT 223 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 243 * @see Category#FORMA [all...] |
Holiday.java | 15 import com.ibm.icu.util.ULocale.Category; 33 return getHolidays(ULocale.getDefault(Category.FORMAT)); 144 * @see Category#DISPLAY 149 return getDisplayName(ULocale.getDefault(Category.DISPLAY));
|
HebrewCalendar.java | 12 import com.ibm.icu.util.ULocale.Category; 279 * @see Category#FORMAT 283 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 291 * @see Category#FORMAT 295 this(zone, ULocale.getDefault(Category.FORMAT)); 358 * @see Category#FORMAT 362 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 373 * @see Category#FORMAT 377 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 397 * @see Category#FORMA [all...] |
IndianCalendar.java | 13 import com.ibm.icu.util.ULocale.Category; 159 * @see Category#FORMAT 163 this(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 171 * @see Category#FORMAT 175 this(zone, ULocale.getDefault(Category.FORMAT)); 233 * @see Category#FORMAT 237 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 251 * @see Category#FORMAT 255 super(TimeZone.getDefault(), ULocale.getDefault(Category.FORMAT)); 278 * @see Category#FORMA [all...] |
/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 | 16 import android.icu.util.ULocale.Category; 42 * @see Category#FORMAT 47 this(ULocale.getDefault(Category.FORMAT));
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
Currency.java | 12 import com.ibm.icu.util.ULocale.Category; 258 return currency.getSymbol(ULocale.getDefault(Category.DISPLAY).toLocale());
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
ChineseDateFormatSymbols.java | 15 import com.ibm.icu.util.ULocale.Category; 40 * @see Category#FORMAT 45 this(ULocale.getDefault(Category.FORMAT));
|
/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");
|
/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;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
facade_iterator_category.hpp | 73 // Convert an iterator_facade's traversal category, Value parameter, 74 // and ::reference type to an appropriate old-style category. 116 // True iff T is convertible to an old-style iterator category. 132 // A composite iterator_category tag convertible to Category (a pure 133 // old-style category) and Traversal (a pure traversal tag). 135 // Category. 137 template <class Category, class Traversal> 139 : Category, Traversal 144 // Category element in that case. 147 typename iterator_category_to_traversal<Category>::typ 171 >::type category; typedef in struct:boost::detail::facade_iterator_category_impl [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 | 49 * priority data, notification category and person data. 129 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem(); 135 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(), 136 android.R.layout.simple_spinner_item, Category.values()); 175 * @param category The category metadata. 181 Notification createNotification(Priority priority, Category category, Uri contactUri) [all...] |
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/ |
OtherMetadataFragment.java | 49 * priority data, notification category and person data. 129 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem(); 135 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(), 136 android.R.layout.simple_spinner_item, Category.values()); 175 * @param category The category metadata. 181 Notification createNotification(Priority priority, Category category, Uri contactUri) [all...] |
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/ |
OtherMetadataFragment.java | 49 * priority data, notification category and person data. 129 Category selectedCategory = (Category) mCategorySpinner.getSelectedItem(); 135 ArrayAdapter<Category> categoryArrayAdapter = new ArrayAdapter<Category>(getActivity(), 136 android.R.layout.simple_spinner_item, Category.values()); 175 * @param category The category metadata. 181 Notification createNotification(Priority priority, Category category, Uri contactUri) [all...] |
/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;
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
Logger.java | 32 public class Logger extends Category {
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
alphavms.h | 58 #define dcgettext(Domainname, Msgid, Category) (Msgid)
|
/external/clang/lib/Sema/ |
SemaStmtAttr.cpp | 154 int Category; 159 Category = Vectorize; 163 Category = Interleave; 167 Category = Unroll; 171 auto &CategoryState = HintAttrs[Category]; 193 (Category == Unroll || 196 // category. As a special case, numeric unroll hints are also not
|