Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

99 static UBool U_CALLCONV
605 UBool isBreakUnit(const UStringSearch *strsrch, int32_t start,
623 UBool result = (start == startindex ||
831 UBool checkExtraMatchAccents(const UStringSearch *strsrch, int32_t start,
835 UBool result = FALSE;
877 UBool ignorable = TRUE;
921 UBool hasAccentsBeforeMatch(const UStringSearch *strsrch, int32_t start,
959 UBool accent = getFCD(strsrch->search->text, &temp,
1002 UBool hasAccentsAfterMatch(const UStringSearch *strsrch, int32_t start,
1062 inline UBool isOutOfBounds(int32_t textlength, int32_t offset)
1075 inline UBool checkIdentical(const UStringSearch *strsrch, int32_t start,
1103 inline UBool checkRepeatedMatch(UStringSearch *strsrch,
1108 UBool result;
1137 UBool forwards)
1163 UBool checkNextExactContractionMatch(UStringSearch *strsrch,
1185 UBool expandflag = expansion > 0;
1250 inline UBool checkNextExactMatch(UStringSearch *strsrch,
1406 inline UBool checkCollationMatch(const UStringSearch *strsrch,
1612 UBool isSafe = TRUE; // indication flag for position in safe zone
1710 UBool doNextCanonicalMatch(UStringSearch *strsrch,
1812 UBool checkNextCanonicalContractionMatch(UStringSearch *strsrch,
1828 UBool expandflag = expansion > 0;
1910 inline UBool checkNextCanonicalMatch(UStringSearch *strsrch,
2010 UBool checkPreviousExactContractionMatch(UStringSearch *strsrch,
2026 UBool expandflag = expansion > 0;
2096 inline UBool checkPreviousExactMatch(UStringSearch *strsrch,
2275 UBool isSafe = TRUE; // safe zone indication flag for position
2373 UBool doPreviousCanonicalMatch(UStringSearch *strsrch,
2450 UBool checkPreviousCanonicalContractionMatch(UStringSearch *strsrch,
2466 UBool expandflag = expansion > 0;
2548 inline UBool checkPreviousCanonicalMatch(UStringSearch *strsrch,
2788 UBool initTextProcessedIter(UStringSearch *strsrch, UErrorCode *status) {
3395 UBool sameCollAttribute = TRUE;
3397 UBool shift;
3685 static UBool isBreakBoundary(UStringSearch *strsrch, int32_t index) {
3710 UBool combining = !(gcProperty==U_GCB_CONTROL || gcProperty==U_GCB_LF || gcProperty==U_GCB_CR);
3727 static UBool onBreakBoundaries(const UStringSearch *strsrch, int32_t start, int32_t end)
3836 U_CAPI UBool U_EXPORT2 usearch_search(UStringSearch *strsrch,
3880 UBool found;
4040 UBool allowMidclusterMatch = FALSE;
4136 U_CAPI UBool U_EXPORT2 usearch_searchBackwards(UStringSearch *strsrch,
4203 UBool found;
4323 UBool allowMidclusterMatch = FALSE;
4421 UBool usearch_handleNextExact(UStringSearch *strsrch, UErrorCode *status)
4444 UBool found = FALSE;
4535 UBool usearch_handleNextCanonical(UStringSearch *strsrch, UErrorCode *status)
4548 UBool hasPatternAccents =
4560 UBool found = FALSE;
4650 UBool usearch_handlePreviousExact(UStringSearch *strsrch, UErrorCode *status)
4677 UBool found = FALSE;
4795 UBool usearch_handlePreviousCanonical(UStringSearch *strsrch,
4808 UBool hasPatternAccents =
4827 UBool found = FALSE;