Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

183 UBool ReorderingBuffer::init(int32_t destCapacity, UErrorCode &errorCode) {
208 UBool ReorderingBuffer::equals(const UChar *otherStart, const UChar *otherLimit) const {
215 UBool ReorderingBuffer::equals(const uint8_t *otherStart, const uint8_t *otherLimit) const {
241 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
260 UBool ReorderingBuffer::append(const UChar *s, int32_t length, UBool isNFD,
301 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) {
319 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) {
353 UBool ReorderingBuffer::resize(int32_t appendLength, UErrorCode &errorCode) {
675 UBool stopAtCompBoundary, UBool onlyContiguous,
701 UBool Normalizer2Impl::decompose(UChar32 c, uint16_t norm16,
737 UBool stopAtCompBoundary, UBool onlyContiguous,
890 UBool doDecompose,
927 UBool Normalizer2Impl::hasDecompBoundaryBefore(UChar32 c) const {
932 UBool Normalizer2Impl::norm16HasDecompBoundaryBefore(uint16_t norm16) const {
946 UBool Normalizer2Impl::hasDecompBoundaryAfter(UChar32 c) const {
956 UBool Normalizer2Impl::norm16HasDecompBoundaryAfter(uint16_t norm16) const {
1087 UBool onlyContiguous) const {
1099 UBool starterIsSupplementary;
1304 UBool
1306 UBool onlyContiguous,
1307 UBool doCompose,
1577 UBool onlyContiguous,
1699 UBool doCompose,
1700 UBool onlyContiguous,
1733 UBool
1734 Normalizer2Impl::composeUTF8(uint32_t options, UBool onlyContiguous,
1990 UBool Normalizer2Impl::hasCompBoundaryBefore(const UChar *src, const UChar *limit) const {
2000 UBool Normalizer2Impl::hasCompBoundaryBefore(const uint8_t *src, const uint8_t *limit) const {
2009 UBool Normalizer2Impl::hasCompBoundaryAfter(const UChar *start, const UChar *p,
2010 UBool onlyContiguous) const {
2020 UBool Normalizer2Impl::hasCompBoundaryAfter(const uint8_t *start, const uint8_t *p,
2021 UBool onlyContiguous) const {
2031 UBool onlyContiguous) const {
2048 UBool onlyContiguous) const {
2271 UBool doMakeFCD,
2500 UBool Normalizer2Impl::ensureCanonIterData(UErrorCode &errorCode) const {
2515 UBool Normalizer2Impl::isCanonSegmentStarter(UChar32 c) const {
2519 UBool Normalizer2Impl::getCanonStartSet(UChar32 c, UnicodeSet &set) const {