Home | History | Annotate | Download | only in intltest

Lines Matching refs:UBool

62 TransliteratorRoundTripTest::runIndexedTest(int32_t index, UBool exec,
118 virtual UBool is(const UnicodeString& /*sourceString*/) const {return TRUE;}
128 virtual UBool is(const UnicodeString& sourceString) const;
132 UBool LegalJamo::is(const UnicodeString& sourceString) const {
167 UBool full;
169 LegalGreek(UBool _full) { full = _full; }
172 virtual UBool is(const UnicodeString& sourceString) const;
174 static UBool isVowel(UChar c);
176 static UBool isRho(UChar c);
179 UBool LegalGreek::is(const UnicodeString& sourceString) const {
205 UBool firstIsVowel = FALSE;
206 UBool firstIsRho = FALSE;
207 UBool noLetterYet = TRUE;
232 UBool LegalGreek::isVowel(UChar c) {
253 UBool LegalGreek::isRho(UChar c) {
273 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
286 UBool abbreviated;
308 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) {
362 UBool quick,
370 static UBool isSame(const UnicodeString& a, const UnicodeString& b);
372 static UBool isCamel(const UnicodeString& a);
374 UBool checkIrrelevants(Transliterator *t, const UnicodeString& irrelevants);
376 void test2(UBool quick, int32_t density);
427 UBool RTTest::isSame(const UnicodeString& a, const UnicodeString& b) {
439 UBool RTTest::isCamel(const UnicodeString& a) {
442 UBool haveLower = FALSE;
464 IntlTest* logVal, UBool quickRt,
549 UBool RTTest::checkIrrelevants(Transliterator *t,
561 void RTTest::test2(UBool quickRt, int32_t density) {
1044 UBool isError = FALSE;
1106 UBool roundtripOK = (target3.compare(target) == 0);
1215 virtual UBool is(const UnicodeString& sourceString) const;
1223 UBool LegalHebrew::is(const UnicodeString& sourceString)const{
1278 virtual UBool is(const UnicodeString& sourceString) const;
1281 UBool LegalIndic::is(const UnicodeString& sourceString) const{