Main Page   Class Hierarchy   Compound List   File List   Header Files   Sources   Compound Members   File Members  

utf32.h File Reference


Defines

#define UTF32_IS_SAFE (c, strict)
#define UTF32_IS_SINGLE (uchar)
#define UTF32_IS_LEAD (uchar)
#define UTF32_IS_TRAIL (uchar)
#define UTF32_NEED_MULTIPLE_UCHAR (c)
#define UTF32_CHAR_LENGTH (c)
#define UTF32_MAX_CHAR_LENGTH
#define UTF32_ARRAY_SIZE (size)
#define UTF32_GET_CHAR_UNSAFE (s, i, c)
#define UTF32_GET_CHAR_SAFE (s, start, i, length, c, strict)
#define UTF32_NEXT_CHAR_UNSAFE (s, i, c)
#define UTF32_APPEND_CHAR_UNSAFE (s, i, c)
#define UTF32_FWD_1_UNSAFE (s, i)
#define UTF32_FWD_N_UNSAFE (s, i, n)
#define UTF32_SET_CHAR_START_UNSAFE (s, i)
#define UTF32_NEXT_CHAR_SAFE (s, i, length, c, strict)
#define UTF32_APPEND_CHAR_SAFE (s, i, length, c)
#define UTF32_FWD_1_SAFE (s, i, length)
#define UTF32_FWD_N_SAFE (s, i, length, n)
#define UTF32_SET_CHAR_START_SAFE (s, start, i)
#define UTF32_PREV_CHAR_UNSAFE (s, i, c)
#define UTF32_BACK_1_UNSAFE (s, i)
#define UTF32_BACK_N_UNSAFE (s, i, n)
#define UTF32_SET_CHAR_LIMIT_UNSAFE (s, i)
#define UTF32_PREV_CHAR_SAFE (s, start, i, c, strict)
#define UTF32_BACK_1_SAFE (s, start, i)
#define UTF32_BACK_N_SAFE (s, start, i, n)
#define UTF32_SET_CHAR_LIMIT_SAFE (s, i, length)


Define Documentation

#define UTF32_IS_SAFE (c, strict)

Definition at line 28 of file utf32.h.

#define UTF32_IS_SINGLE (uchar)

Definition at line 41 of file utf32.h.

#define UTF32_IS_LEAD (uchar)

Definition at line 42 of file utf32.h.

#define UTF32_IS_TRAIL (uchar)

Definition at line 43 of file utf32.h.

#define UTF32_NEED_MULTIPLE_UCHAR (c)

Definition at line 46 of file utf32.h.

#define UTF32_CHAR_LENGTH (c)

Definition at line 47 of file utf32.h.

#define UTF32_MAX_CHAR_LENGTH ()

Definition at line 48 of file utf32.h.

#define UTF32_ARRAY_SIZE (size)

Definition at line 51 of file utf32.h.

#define UTF32_GET_CHAR_UNSAFE (s, i, c)

Definition at line 53 of file utf32.h.

#define UTF32_GET_CHAR_SAFE (s, start, i, length, c, strict)

Definition at line 57 of file utf32.h.

#define UTF32_NEXT_CHAR_UNSAFE (s, i, c)

Definition at line 66 of file utf32.h.

#define UTF32_APPEND_CHAR_UNSAFE (s, i, c)

Definition at line 70 of file utf32.h.

#define UTF32_FWD_1_UNSAFE (s, i)

Definition at line 74 of file utf32.h.

#define UTF32_FWD_N_UNSAFE (s, i, n)

Definition at line 78 of file utf32.h.

#define UTF32_SET_CHAR_START_UNSAFE (s, i)

Definition at line 82 of file utf32.h.

#define UTF32_NEXT_CHAR_SAFE (s, i, length, c, strict)

Definition at line 85 of file utf32.h.

#define UTF32_APPEND_CHAR_SAFE (s, i, length, c)

Definition at line 92 of file utf32.h.

#define UTF32_FWD_1_SAFE (s, i, length)

Definition at line 100 of file utf32.h.

#define UTF32_FWD_N_SAFE (s, i, length, n)

Definition at line 104 of file utf32.h.

#define UTF32_SET_CHAR_START_SAFE (s, start, i)

Definition at line 110 of file utf32.h.

#define UTF32_PREV_CHAR_UNSAFE (s, i, c)

Definition at line 115 of file utf32.h.

#define UTF32_BACK_1_UNSAFE (s, i)

Definition at line 119 of file utf32.h.

#define UTF32_BACK_N_UNSAFE (s, i, n)

Definition at line 123 of file utf32.h.

#define UTF32_SET_CHAR_LIMIT_UNSAFE (s, i)

Definition at line 127 of file utf32.h.

#define UTF32_PREV_CHAR_SAFE (s, start, i, c, strict)

Definition at line 130 of file utf32.h.

#define UTF32_BACK_1_SAFE (s, start, i)

Definition at line 137 of file utf32.h.

#define UTF32_BACK_N_SAFE (s, start, i, n)

Definition at line 141 of file utf32.h.

#define UTF32_SET_CHAR_LIMIT_SAFE (s, i, length)

Definition at line 148 of file utf32.h.


Generated at Wed Aug 16 16:05:32 2000 for ICU1.6 by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999