OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UDebugEnumType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
udbgutil.h
16
enum
UDebugEnumType
{
17
UDBG_UDebugEnumType = 0, /* Self-referential, strings for
UDebugEnumType
. Count=ENUM_COUNT. */
37
typedef enum
UDebugEnumType
UDebugEnumType
;
44
U_CAPI int32_t U_EXPORT2 udbg_enumCount(
UDebugEnumType
type);
52
U_CAPI const char * U_EXPORT2 udbg_enumName(
UDebugEnumType
type, int32_t field);
60
U_CAPI int32_t U_EXPORT2 udbg_enumExpectedCount(
UDebugEnumType
type);
68
U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(
UDebugEnumType
type, int32_t field);
76
U_CAPI int32_t U_EXPORT2 udbg_enumByName(
UDebugEnumType
type, const char *name);
/external/icu/icu4c/source/tools/toolutil/
udbgutil.h
16
enum
UDebugEnumType
{
17
UDBG_UDebugEnumType = 0, /* Self-referential, strings for
UDebugEnumType
. Count=ENUM_COUNT. */
37
typedef enum
UDebugEnumType
UDebugEnumType
;
44
U_CAPI int32_t U_EXPORT2 udbg_enumCount(
UDebugEnumType
type);
52
U_CAPI const char * U_EXPORT2 udbg_enumName(
UDebugEnumType
type, int32_t field);
60
U_CAPI int32_t U_EXPORT2 udbg_enumExpectedCount(
UDebugEnumType
type);
68
U_CAPI int32_t U_EXPORT2 udbg_enumArrayValue(
UDebugEnumType
type, int32_t field);
76
U_CAPI int32_t U_EXPORT2 udbg_enumByName(
UDebugEnumType
type, const char *name);
Completed in 65 milliseconds