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

/external/icu/icu4c/source/layout/
H A DLigatureSubstProc.cpp90 LE_DEBUG_BAD_FONT("off end of ligature substitution header");
94 LE_DEBUG_BAD_FONT("preposterous componentGlyph");
106 LE_DEBUG_BAD_FONT("exceeded nComponents");
117 LE_DEBUG_BAD_FONT("m<0")
H A DLigatureSubstProc2.cpp64 //LE_DEBUG_BAD_FONT("m==-1 (componentCount went negative)")
99 LE_DEBUG_BAD_FONT("preposterous componentGlyph");
109 LE_DEBUG_BAD_FONT("exceeded nComponents");
120 LE_DEBUG_BAD_FONT("m<0")
H A DStateTableProcessor2.cpp81 LE_DEBUG_BAD_FONT("patience exceeded - state table not moving")
112 LE_DEBUG_BAD_FONT("patience exceeded - state table not moving")
149 LE_DEBUG_BAD_FONT("patience exceeded - state table not moving")
188 LE_DEBUG_BAD_FONT("patience exceeded - state table not moving")
H A DLETypes.h284 * \def LE_DEBUG_BAD_FONT
289 #define LE_DEBUG_BAD_FONT(x) fprintf(stderr,"%s:%d: BAD FONT: %s\n", __FILE__, __LINE__, (x)); macro
291 #define LE_DEBUG_BAD_FONT(x) macro

Completed in 55 milliseconds