Searched refs:UTF_ERROR (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/npt/
H A Dutf_md.c81 UTF_ERROR(("Can't get WIDE string length"));
86 UTF_ERROR(("Can't malloc() any space"));
90 UTF_ERROR(("Can't get WIDE string"));
128 UTF_ERROR(("Can't convert WIDE string to multi-byte"));
167 UTF_ERROR(("Can't convert WIDE string to multi-byte"));
/openjdk7/jdk/src/solaris/instrument/
H A DEncodingSupport_md.c37 #define UTF_ERROR(m) utfError(__FILE__, __LINE__, m) macro
38 #define UTF_ASSERT(x) ( (x)==0 ? UTF_ERROR("ASSERT ERROR " #x) : (void)0 )
84 UTF_ERROR("Failed to complete iconv_open() setup");
88 UTF_ERROR("Failed to complete iconv_open() setup");
/openjdk7/jdk/src/share/npt/
H A Dutf.h37 #define UTF_ERROR(m) utfError(__FILE__, __LINE__, m) macro
38 #define UTF_ASSERT(x) ( (x)==0 ? UTF_ERROR("ASSERT ERROR " #x) : (void)0 )
/openjdk7/jdk/src/solaris/npt/
H A Dutf_md.c67 UTF_ERROR("Failed to complete iconv_open() setup");
71 UTF_ERROR("Failed to complete iconv_open() setup");

Completed in 256 milliseconds