Home | History | Annotate | Download | only in unicode

Lines Matching refs:UChar32

117 U_STABLE UChar32 U_EXPORT2
118 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
130 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
141 U_STABLE UChar32 U_EXPORT2
142 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
219 * @param c output UChar32 variable
246 * @param c output UChar32 variable, set to <0 in case of an error
278 * @param c output UChar32 variable, set to U+FFFD in case of an error
304 * @param c output UChar32 variable
340 * @param c output UChar32 variable, set to <0 in case of an error
392 * @param c output UChar32 variable, set to U+FFFD in case of an error
468 * @param c UChar32 code point to append
626 * @param c output UChar32 variable
641 (c)|=(UChar32)__b<<__shift; \
644 (c)|=(UChar32)(__b&0x3f)<<__shift; \
668 * @param c output UChar32 variable, set to <0 in case of an error
700 * @param c output UChar32 variable, set to U+FFFD in case of an error