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

  /external/icu/icu4c/source/layout/
LigatureSubstProc.cpp 90 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")
LigatureSubstProc2.cpp 64 //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")
StateTableProcessor2.cpp 81 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")
LETypes.h 284 * \def LE_DEBUG_BAD_FONT
289 #define LE_DEBUG_BAD_FONT(x) fprintf(stderr,"%s:%d: BAD FONT: %s\n", __FILE__, __LINE__, (x));
291 #define LE_DEBUG_BAD_FONT(x)

Completed in 431 milliseconds