Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

75                              UBool doNormalize,
102 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
105 virtual UBool
120 virtual UBool
146 virtual UBool
198 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
211 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundary(c, TRUE); }
212 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundary(c, FALSE); }
213 virtual UBool isInert(UChar32 c) const { return impl.isDecompInert(c); }
218 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) :
230 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
236 virtual UBool
275 virtual UBool hasBoundaryBefore(UChar32 c) const {
278 virtual UBool hasBoundaryAfter(UChar32 c) const {
281 virtual UBool isInert(UChar32 c) const {
285 const UBool onlyContiguous;
301 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
311 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasFCDBoundaryBefore(c); }
312 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasFCDBoundaryAfter(c); }
313 virtual UBool isInert(UChar32 c) const { return impl.isFCDInert(c); }