43 b_BK=1,
b_CR,
b_LF,
b_CM,
b_SG,
b_GL,
b_CB,
b_SP,
b_ZW,
b_NL,
b_WJ,
b_JL,
b_JV,
b_JT,
b_H2,
b_H3,
b_XX,
b_OP,
b_CL,
44 b_CP,
b_QU,
b_NS,
b_EX,
b_SY,
b_IS,
b_PR,
b_PO,
b_NU,
b_AL,
b_ID,
b_IN,
b_HY,
b_BB,
b_BA,
b_SA,
b_AI,
b_B2,
b_HL,
96 switch (break_class[
i])
113 switch(break_class[
i])
119 break_class[
i] =
b_AL;
122 break_class[
i] =
b_NS;
128 break_before[0] =
b_x;
131 switch(break_class[
i])
166 if (break_class[
i] ==
b_CM)
170 switch (break_class[
i-1])
178 break_class[
i] =
b_AL;
181 break_class[
i] = break_class[
i-1];
184 else break_class[
i] =
b_AL;
190 switch(break_class[
i])
205 if (break_class[
i-1] !=
b_SP &&
206 break_class[
i-1] !=
b_BA &&
207 break_class[
i-1] !=
b_HY)
233 if (break_class[
j] ==
b_OP)
242 while(
j > 0 && break_class[
j] ==
b_SP)
244 if (break_class[
j] ==
b_CL || break_class[
j] ==
b_CP)
246 for (
j++;
j <=
i;
j++)
255 if (break_class[
j] ==
b_B2)
268 switch(break_class[
i])
300 switch (break_class[
i+1])
311 switch (break_class[
i-1])
327 if ((break_class[
i] ==
b_ID && break_class[
i+1] ==
b_PO) ||
328 (break_class[
i] ==
b_AL && break_class[
i+1] ==
b_NU) ||
329 (break_class[
i] ==
b_HL && break_class[
i+1] ==
b_NU) ||
330 (break_class[
i] ==
b_NU && break_class[
i+1] ==
b_AL) ||
331 (break_class[
i] ==
b_NU && break_class[
i+1] ==
b_HL))
334 if ((break_class[
i] ==
b_PR && break_class[
i+1] ==
b_ID) ||
335 (break_class[
i] ==
b_PR && break_class[
i+1] ==
b_AL) ||
336 (break_class[
i] ==
b_PR && break_class[
i+1] ==
b_HL) ||
337 (break_class[
i] ==
b_PO && break_class[
i+1] ==
b_AL) ||
338 (break_class[
i] ==
b_PO && break_class[
i+1] ==
b_HL))
342 if ((break_class[
i] ==
b_CL && break_class[
i+1] ==
b_PO) ||
343 (break_class[
i] ==
b_CP && break_class[
i+1] ==
b_PO) ||
344 (break_class[
i] ==
b_CL && break_class[
i+1] ==
b_PR) ||
345 (break_class[
i] ==
b_CP && break_class[
i+1] ==
b_PR) ||
346 (break_class[
i] ==
b_NU && break_class[
i+1] ==
b_PO) ||
347 (break_class[
i] ==
b_NU && break_class[
i+1] ==
b_PR) ||
348 (break_class[
i] ==
b_PO && break_class[
i+1] ==
b_OP) ||
349 (break_class[
i] ==
b_PO && break_class[
i+1] ==
b_NU) ||
350 (break_class[
i] ==
b_PR && break_class[
i+1] ==
b_OP) ||
351 (break_class[
i] ==
b_PR && break_class[
i+1] ==
b_NU) ||
352 (break_class[
i] ==
b_HY && break_class[
i+1] ==
b_NU) ||
353 (break_class[
i] ==
b_IS && break_class[
i+1] ==
b_NU) ||
354 (break_class[
i] ==
b_NU && break_class[
i+1] ==
b_NU) ||
355 (break_class[
i] ==
b_SY && break_class[
i+1] ==
b_NU))
359 if (break_class[
i] ==
b_JL)
361 switch (break_class[
i+1])
370 if ((break_class[
i] ==
b_JV || break_class[
i] ==
b_H2) &&
371 (break_class[
i+1] ==
b_JV || break_class[
i+1] ==
b_JT))
373 if ((break_class[
i] ==
b_JT || break_class[
i] ==
b_H3) &&
374 break_class[
i+1] ==
b_JT)
378 switch (break_class[
i])
385 if (break_class[
i+1] ==
b_IN || break_class[
i+1] ==
b_PO)
388 if (break_class[
i] ==
b_PR)
390 switch (break_class[
i+1])
402 if ((break_class[
i] ==
b_AL && break_class[
i+1] ==
b_AL) ||
403 (break_class[
i] ==
b_AL && break_class[
i+1] ==
b_HL) ||
404 (break_class[
i] ==
b_HL && break_class[
i+1] ==
b_AL) ||
405 (break_class[
i] ==
b_HL && break_class[
i+1] ==
b_HL))
409 if ((break_class[
i] ==
b_IS && break_class[
i+1] ==
b_AL) ||
410 (break_class[
i] ==
b_IS && break_class[
i+1] ==
b_HL))
414 if ((break_class[
i] ==
b_AL || break_class[
i] ==
b_HL || break_class[
i] ==
b_NU) &&
415 break_class[
i+1] ==
b_OP)
417 if (break_class[
i] ==
b_CP &&
418 (break_class[
i+1] ==
b_AL || break_class[
i+1] ==
b_HL || break_class[
i+1] ==
b_NU))
422 if (break_class[
i] ==
b_RI && break_class[
i+1] ==
b_RI)
435 if (break_before[
i] !=
b_x)
static unsigned short get_table_entry(const unsigned short *table, WCHAR ch)
static struct sockaddr_in sa
static void * heap_alloc(size_t len)
static BOOL heap_free(void *mem)
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
static void else_break(short *before, short class)
static void debug_output_breaks(const short *breaks, int count)
const unsigned short wine_linebreak_table[] DECLSPEC_HIDDEN
void BREAK_line(const WCHAR *chars, int count, const SCRIPT_ANALYSIS *sa, SCRIPT_LOGATTR *la)
GLuint GLuint GLsizei count
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint GLint GLint j
const unsigned short DECLSPEC_HIDDEN wine_linebreak_table[7216]
__inline int before(__u32 seq1, __u32 seq2)