Home | History | Annotate | Download | only in unicode

Lines Matching refs:UChar32

269     getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0;
296 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const;
313 virtual UChar32
314 composePair(UChar32 a, UChar32 b) const;
325 getCombiningClass(UChar32 c) const;
400 virtual UBool hasBoundaryBefore(UChar32 c) const = 0;
416 virtual UBool hasBoundaryAfter(UChar32 c) const = 0;
431 virtual UBool isInert(UChar32 c) const = 0;
536 getDecomposition(UChar32 c, UnicodeString &decomposition) const;
550 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const;
562 virtual UChar32
563 composePair(UChar32 a, UChar32 b) const;
574 getCombiningClass(UChar32 c) const;
624 virtual UBool hasBoundaryBefore(UChar32 c) const;
634 virtual UBool hasBoundaryAfter(UChar32 c) const;
643 virtual UBool isInert(UChar32 c) const;