Lines Matching refs:UChar32
64 Normalizer2::getRawDecomposition(UChar32, UnicodeString &) const {
68 UChar32
69 Normalizer2::composePair(UChar32, UChar32) const {
74 Normalizer2::getCombiningClass(UChar32 /*c*/) const {
144 getDecomposition(UChar32, UnicodeString &) const U_OVERRIDE {
164 virtual UBool hasBoundaryBefore(UChar32) const U_OVERRIDE { return TRUE; }
165 virtual UBool hasBoundaryAfter(UChar32) const U_OVERRIDE { return TRUE; }
166 virtual UBool isInert(UChar32) const U_OVERRIDE { return TRUE; }
442 UChar32 c, UChar *decomposition, int32_t capacity,
461 UChar32 c, UChar *decomposition, int32_t capacity,
478 U_CAPI UChar32 U_EXPORT2
479 unorm2_composePair(const UNormalizer2 *norm2, UChar32 a, UChar32 b) {
484 unorm2_getCombiningClass(const UNormalizer2 *norm2, UChar32 c) {
534 unorm2_hasBoundaryBefore(const UNormalizer2 *norm2, UChar32 c) {
539 unorm2_hasBoundaryAfter(const UNormalizer2 *norm2, UChar32 c) {
544 unorm2_isInert(const UNormalizer2 *norm2, UChar32 c) {
551 u_getCombiningClass(UChar32 c) {
562 unorm_getFCD16(UChar32 c) {