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

  /external/icu4c/tools/ctestfw/unicode/
dbgutil.h 23 T_CTEST_API const UnicodeString& T_CTEST_EXPORT2 udbg_enumString(UDebugEnumType type, int32_t field);
28 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumByString(UDebugEnumType type, const UnicodeString& string);
35 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_stoi(const UnicodeString &s);
37 T_CTEST_API double T_CTEST_EXPORT2 udbg_stod(const UnicodeString &s);
39 T_CTEST_API UnicodeString *udbg_escape(const UnicodeString &s, UnicodeString *dst);
ctest.h 95 T_CTEST_API void T_CTEST_EXPORT2
104 T_CTEST_API void T_CTEST_EXPORT2
119 T_CTEST_API void T_CTEST_EXPORT2
130 T_CTEST_API void T_CTEST_EXPORT2
141 T_CTEST_API const TestNode* T_CTEST_EXPORT2
151 T_CTEST_API void T_CTEST_EXPORT2
154 T_CTEST_API void T_CTEST_EXPORT2
161 T_CTEST_API void T_CTEST_EXPORT2
171 T_CTEST_API void T_CTEST_EXPORT2
180 T_CTEST_API void T_CTEST_EXPORT
    [all...]
udbgutil.h 44 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumCount(UDebugEnumType type);
52 T_CTEST_API const char * T_CTEST_EXPORT2 udbg_enumName(UDebugEnumType type, int32_t field);
60 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumExpectedCount(UDebugEnumType type);
68 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumArrayValue(UDebugEnumType type, int32_t field);
76 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumByName(UDebugEnumType type, const char *name);
testtype.h 33 #define T_CTEST_API C_CTEST_API T_CTEST_EXPORT
36 #define T_CTEST_API C_CTEST_API T_CTEST_IMPORT
  /external/icu4c/tools/ctestfw/
dbgutil.cpp 75 T_CTEST_API const UnicodeString& T_CTEST_EXPORT2 udbg_enumString(UDebugEnumType type, int32_t field) {
94 T_CTEST_API int32_t T_CTEST_EXPORT2 udbg_enumByString(UDebugEnumType type, const UnicodeString& string) {
112 T_CTEST_API int32_t
124 T_CTEST_API double
135 T_CTEST_API UnicodeString *

Completed in 644 milliseconds