Searched refs:category (Results 1 - 25 of 71) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A D20000209-2.c7 #define DEFINE_CATEGORY(category, items) \
8 const int _nl_value_type_##category[] = { NO_PAREN items }
/haiku-buildtools/binutils/intl/
H A Ddcgettext.c47 DCGETTEXT (domainname, msgid, category)
50 int category;
52 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
H A Ddcngettext.c47 DCNGETTEXT (domainname, msgid1, msgid2, n, category)
52 int category;
54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
H A Dintl-compat.c80 dcgettext (domainname, msgid, category)
83 int category;
85 return libintl_dcgettext (domainname, msgid, category);
114 dcngettext (domainname, msgid1, msgid2, n, category)
119 int category;
121 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
H A Ddcigettext.c222 /* The category. */
223 int category; member in struct:known_translation_t
269 /* We compare the category last (though this is the cheapest
272 result = s1->category - s2->category;
312 static const char *guess_category_value PARAMS ((int category,
317 # define category_to_name(category) _nl_category_names[category]
319 static const char *category_to_name PARAMS ((int category)) internal_function;
427 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
[all...]
/haiku-buildtools/gcc/intl/
H A Ddcgettext.c47 DCGETTEXT (domainname, msgid, category)
50 int category;
52 return DCIGETTEXT (domainname, msgid, NULL, 0, 0, category);
H A Ddcngettext.c47 DCNGETTEXT (domainname, msgid1, msgid2, n, category)
52 int category;
54 return DCIGETTEXT (domainname, msgid1, msgid2, 1, n, category);
H A Dintl-compat.c80 dcgettext (domainname, msgid, category)
83 int category;
85 return libintl_dcgettext (domainname, msgid, category);
114 dcngettext (domainname, msgid1, msgid2, n, category)
119 int category;
121 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
H A Ddcigettext.c222 /* The category. */
223 int category; member in struct:known_translation_t
269 /* We compare the category last (though this is the cheapest
272 result = s1->category - s2->category;
312 static const char *guess_category_value PARAMS ((int category,
317 # define category_to_name(category) _nl_category_names[category]
319 static const char *category_to_name PARAMS ((int category)) internal_function;
427 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/locale/
H A D13630.cc29 VERIFY( typeid(locale::category) == typeid(int) );
/haiku-buildtools/legacy/binutils/intl/
H A Dintl-compat.c45 dcgettext (domainname, msgid, category)
48 int category;
50 return dcgettext__ (domainname, msgid, category);
H A Dintlh.inst.in83 # define dcgettext(domainname, msgid, category) \
94 (dcgettext) ((domainname), (msgid), (category)); \
100 __result = (dcgettext) ((domainname), (msgid), (category)); \
H A Dlibintl.glibc94 # define dcgettext(domainname, msgid, category) \
105 __dcgettext ((domainname), (msgid), (category)); \
111 __result = __dcgettext ((domainname), (msgid), (category)); \
H A Ddcgettext.c141 /* XPG3 defines the result of `setlocale (category, NULL)' as:
142 ``Directs `setlocale()' to query `category' and return the current
168 static const char *category_to_name PARAMS ((int category)) internal_function;
169 static const char *guess_category_value PARAMS ((int category,
223 DCGETTEXT (domainname, msgid, category)
226 int category;
304 categoryname = category_to_name (category);
305 categoryvalue = guess_category_value (category, categoryname);
484 category_to_name (category)
485 int category;
[all...]
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dintl-compat.c45 dcgettext (domainname, msgid, category)
48 int category;
50 return dcgettext__ (domainname, msgid, category);
H A Ddcgettext.c141 /* XPG3 defines the result of `setlocale (category, NULL)' as:
142 ``Directs `setlocale()' to query `category' and return the current
168 static const char *category_to_name PARAMS ((int category)) internal_function;
169 static const char *guess_category_value PARAMS ((int category,
223 DCGETTEXT (domainname, msgid, category)
226 int category;
304 categoryname = category_to_name (category);
305 categoryvalue = guess_category_value (category, categoryname);
484 category_to_name (category)
485 int category;
[all...]
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dintl-compat.c45 dcgettext (domainname, msgid, category)
48 int category;
50 return dcgettext__ (domainname, msgid, category);
H A Ddcgettext.c139 /* XPG3 defines the result of `setlocale (category, NULL)' as:
140 ``Directs `setlocale()' to query `category' and return the current
166 static const char *category_to_name PARAMS ((int category));
167 static const char *guess_category_value PARAMS ((int category,
220 DCGETTEXT (domainname, msgid, category)
223 int category;
301 categoryname = category_to_name (category);
302 categoryvalue = guess_category_value (category, categoryname);
479 category_to_name (category)
480 int category;
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/
H A D1.cc32 VERIFY( e1.category() == std::system_category() );
38 VERIFY( e2.category() == cat );
43 VERIFY( e3.category() == std::generic_category() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/
H A D1.cc31 VERIFY( e1.category() == std::generic_category() );
37 VERIFY( e2.category() == cat );
42 VERIFY( e3.category() == std::generic_category() );
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/special/
H A Dspecial.exp34 # unclaimed-category-1 test
37 # unclaimed-category-1a.m and unclaimed-category-1.m, then link
42 set lines [objc_target_compile "$srcdir/$subdir/unclaimed-category-1a.m" "unclaimed-category-1a.o" object $add_flags ]
44 fail "unclaimed-category-1a.o"
46 dg-runtest "$srcdir/$subdir/unclaimed-category-1.m" "unclaimed-category-1a.o" "-I${srcdir}/../../libobjc -fgnu-runtime"
47 file delete unclaimed-category-1a.o
53 set lines [objc_target_compile "$srcdir/$subdir/unclaimed-category
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dintl.h24 # define setlocale(category, locale) (locale)
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h66 /// Definition of locale::category.
67 typedef int category; typedef in class:locale
92 * The standard category values are none, ctype, numeric, collate, time,
94 * intersection. The category all is the union of these values.
98 static const category none = 0;
99 static const category ctype = 1L << 0;
100 static const category numeric = 1L << 1;
101 static const category collate = 1L << 2;
102 static const category time = 1L << 3;
103 static const category monetar
[all...]
/haiku-buildtools/legacy/gcc/libobjc/
H A Dinit.c59 or a category is loaded into the runtime. This may e.g. help a
62 void (*_objc_load_callback)(Class class, Category* category); /* !T:SAFE */
554 /* Process category information from the module. */
557 Category_t category = symtab->defs[i + symtab->cls_def_cnt]; local
558 Class class = objc_lookup_class (category->class_name);
560 /* If the class for the category exists then append its methods. */
569 if (category->instance_methods)
570 class_add_method_list (class, category->instance_methods);
573 if (category->class_methods)
575 category
606 Category_t category = (*cell)->head; local
749 Category_t category = symtab->defs[i + symtab->cls_def_cnt]; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dintl.h26 # define setlocale(category, locale) (locale)

Completed in 291 milliseconds

123