Home | History | Annotate | Download | only in common

Lines Matching refs:UChar32

39 Normalizer2::getRawDecomposition(UChar32, UnicodeString &) const {
43 UChar32
44 Normalizer2::composePair(UChar32, UChar32) const {
49 Normalizer2::getCombiningClass(UChar32 /*c*/) const {
97 getDecomposition(UChar32, UnicodeString &) const {
113 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; }
114 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; }
115 virtual UBool isInert(UChar32) const { return TRUE; }
200 getDecomposition(UChar32 c, UnicodeString &decomposition) const {
215 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const {
229 virtual UChar32
230 composePair(UChar32 a, UChar32 b) const {
235 getCombiningClass(UChar32 c) const {
272 virtual UNormalizationCheckResult getQuickCheck(UChar32) const {
304 virtual UNormalizationCheckResult getQuickCheck(UChar32 c) const {
307 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
308 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); }
309 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); }
370 virtual UNormalizationCheckResult getQuickCheck(UChar32 c) const {
373 virtual UBool hasBoundaryBefore(UChar32 c) const {
376 virtual UBool hasBoundaryAfter(UChar32 c) const {
379 virtual UBool isInert(UChar32 c) const {
411 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); }
412 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); }
413 virtual UBool isInert(UChar32 c) const { return impl.isFCDInert(c); }
860 UChar32 c, UChar *decomposition, int32_t capacity,
879 UChar32 c, UChar *decomposition, int32_t capacity,
896 U_CAPI UChar32 U_EXPORT2
897 unorm2_composePair(const UNormalizer2 *norm2, UChar32 a, UChar32 b) {
902 unorm2_getCombiningClass(const UNormalizer2 *norm2, UChar32 c) {
952 unorm2_hasBoundaryBefore(const UNormalizer2 *norm2, UChar32 c) {
957 unorm2_hasBoundaryAfter(const UNormalizer2 *norm2, UChar32 c) {
962 unorm2_isInert(const UNormalizer2 *norm2, UChar32 c) {
969 u_getCombiningClass(UChar32 c) {
980 unorm_getQuickCheck(UChar32 c, UNormalizationMode mode) {
994 unorm_getFCD16(UChar32 c) {