HomeSort by relevance Sort by last modified time
    Searched refs:UDebugEnumType (Results 1 - 12 of 12) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
udbgutil.h 16 enum UDebugEnumType {
17 UDBG_UDebugEnumType = 0, /* Self-referential, strings for UDebugEnumType. Count=ENUM_COUNT. */
39 typedef enum UDebugEnumType UDebugEnumType;
46 U_CAPI int32_t U_EXPORT2 udbg_enumCount(UDebugEnumType type);
54 U_CAPI const char * U_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field);
62 U_CAPI int32_t U_EXPORT2 udbg_enumExpectedCount(UDebugEnumType type);
70 U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
78 U_CAPI int32_t U_EXPORT2 udbg_enumByName(UDebugEnumType type, const char *name);
dbgutil.h 21 udbg_enumString(UDebugEnumType type, int32_t field);
27 udbg_enumByString(UDebugEnumType type, const icu::UnicodeString& string);
dbgutil.cpp 25 static const UnicodeString& _fieldString(UDebugEnumType type, int32_t field, UnicodeString& fillin) {
63 int32_t c = udbg_enumCount((UDebugEnumType)t);
66 _fieldString((UDebugEnumType)t, f, newStrs[t][f]);
77 U_TOOLUTIL_API const UnicodeString& U_EXPORT2 udbg_enumString(UDebugEnumType type, int32_t field) {
96 U_CAPI int32_t U_EXPORT2 udbg_enumByString(UDebugEnumType type, const UnicodeString& string) {
udbgutil.cpp 22 1. udbgutil.h: add UDBG_UShoeSize to the UDebugEnumType enum before UDBG_ENUM_COUNT
44 ( UDebugEnumType is an enum, too!)
245 static int32_t _udbg_enumCount(UDebugEnumType type, UBool actual) {
247 COUNT_CASE(UDebugEnumType)
267 static const Field* _udbg_enumFields(UDebugEnumType type) {
269 FIELD_CASE(UDebugEnumType)
291 int32_t udbg_enumCount(UDebugEnumType type) {
295 int32_t udbg_enumExpectedCount(UDebugEnumType type) {
299 const char * udbg_enumName(UDebugEnumType type, int32_t field) {
313 int32_t udbg_enumArrayValue(UDebugEnumType type, int32_t field)
    [all...]
  /external/icu/icu4c/source/tools/gentest/
gentest.c 181 count = udbg_enumCount((UDebugEnumType)t);
186 " \"%s\", /* %d */ \n", udbg_enumName((UDebugEnumType)t,i), i);
194 count = udbg_enumCount((UDebugEnumType)t);
206 fprintf(out, "com.ibm.icu.util.ChineseCalendar.%s, /* %d */", udbg_enumName((UDebugEnumType)t,i), i);
208 fprintf(out, "com.ibm.icu.util.Calendar.%s, /* %d */", udbg_enumName((UDebugEnumType)t,i), i);
214 fprintf(out,"%d, /* %s */", i, udbg_enumName((UDebugEnumType)t,i));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilities.java 31 return enumString(DebugUtilitiesData.UDebugEnumType, type);
DebugUtilitiesData.java 12 public static final int UDebugEnumType = 0;
19 "UDebugEnumType", /* 0 */
28 /* UDebugEnumType, 0 */
30 "UDebugEnumType", /* 0 */
109 /* UDebugEnumType, 0 */
111 0, /* UDebugEnumType */
  /external/icu/icu4c/source/test/intltest/
fldset.h 36 * @see UDebugEnumType
38 FieldsSet(UDebugEnumType whichEnum);
148 void parseValueEnum(UDebugEnumType type,
165 void construct(UDebugEnumType whichEnum, int32_t fieldCount);
215 UDebugEnumType fEnum;
fldset.cpp 20 construct((UDebugEnumType)-1, fieldCount);
23 FieldsSet::FieldsSet(UDebugEnumType field) {
35 void FieldsSet::construct(UDebugEnumType field, int32_t fieldCount) {
224 void FieldsSet::parseValueEnum(UDebugEnumType type, const FieldsSet* inheritFrom, int32_t field, const UnicodeString& substr, UErrorCode& status) {
caltest.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilities.java 30 return enumString(DebugUtilitiesData.UDebugEnumType, type);
DebugUtilitiesData.java 11 public static final int UDebugEnumType = 0;
18 "UDebugEnumType", /* 0 */
27 /* UDebugEnumType, 0 */
29 "UDebugEnumType", /* 0 */
108 /* UDebugEnumType, 0 */
110 0, /* UDebugEnumType */

Completed in 1037 milliseconds