Lines Matching refs:UChar32
125 U_STABLE UChar32 U_EXPORT2
126 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
138 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
149 U_STABLE UChar32 U_EXPORT2
150 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
228 * @param c output UChar32 variable
255 * @param c output UChar32 variable, set to <0 in case of an error
286 * @param c output UChar32 variable, set to U+FFFD in case of an error
311 * @param c output UChar32 variable
347 * @param c output UChar32 variable, set to <0 in case of an error
373 * @param c output UChar32 variable, set to U+FFFD in case of an error
453 * @param c UChar32 code point to append
680 * @param c output UChar32 variable
695 (c)|=(UChar32)__b<<__shift; \
698 (c)|=(UChar32)(__b&0x3f)<<__shift; \
722 * @param c output UChar32 variable, set to <0 in case of an error
753 * @param c output UChar32 variable, set to U+FFFD in case of an error