Home | History | Annotate | Download | only in intltest

Lines Matching refs:UBool

64 TransliteratorRoundTripTest::runIndexedTest(int32_t index, UBool exec,
120 virtual UBool is(const UnicodeString& /*sourceString*/) const {return TRUE;}
130 virtual UBool is(const UnicodeString& sourceString) const;
134 UBool LegalJamo::is(const UnicodeString& sourceString) const {
169 UBool full;
171 LegalGreek(UBool _full) { full = _full; }
174 virtual UBool is(const UnicodeString& sourceString) const;
176 static UBool isVowel(UChar c);
178 static UBool isRho(UChar c);
181 UBool LegalGreek::is(const UnicodeString& sourceString) const {
207 UBool firstIsVowel = FALSE;
208 UBool firstIsRho = FALSE;
209 UBool noLetterYet = TRUE;
234 UBool LegalGreek::isVowel(UChar c) {
255 UBool LegalGreek::isRho(UChar c) {
275 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
288 UBool abbreviated;
310 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) {
364 UBool quick,
372 static UBool isSame(const UnicodeString& a, const UnicodeString& b);
374 static UBool isCamel(const UnicodeString& a);
376 UBool checkIrrelevants(Transliterator *t, const UnicodeString& irrelevants);
378 void test2(UBool quick, int32_t density);
429 UBool RTTest::isSame(const UnicodeString& a, const UnicodeString& b) {
441 UBool RTTest::isCamel(const UnicodeString& a) {
444 UBool haveLower = FALSE;
467 IntlTest* logVal, UBool quickRt,
552 UBool RTTest::checkIrrelevants(Transliterator *t,
564 void RTTest::test2(UBool quickRt, int32_t density) {
1047 UBool isError = FALSE;
1109 UBool roundtripOK = (target3.compare(target) == 0);
1218 virtual UBool is(const UnicodeString& sourceString) const;
1226 UBool LegalHebrew::is(const UnicodeString& sourceString)const{
1281 virtual UBool is(const UnicodeString& sourceString) const;
1284 UBool LegalIndic::is(const UnicodeString& sourceString) const{