Searched refs:lenient (Results 1 – 23 of 23) sorted by relevance
651 , lenient(FALSE) in RuleBasedNumberFormat()667 , lenient(FALSE) in RuleBasedNumberFormat()683 , lenient(FALSE) in RuleBasedNumberFormat()698 , lenient(FALSE) in RuleBasedNumberFormat()714 , lenient(FALSE) in RuleBasedNumberFormat()727 , lenient(FALSE) in RuleBasedNumberFormat()766 , lenient(FALSE) in RuleBasedNumberFormat()781 lenient = rhs.lenient; in operator =()812 result->lenient = lenient; in clone()827 lenient == rhs.lenient && in operator ==()[all …]
411 DateFormat::setLenient(UBool lenient) in setLenient() argument413 fCalendar->setLenient(lenient); in setLenient()
1927 Calendar::setLenient(UBool lenient) in setLenient() argument1929 fLenient = lenient; in setLenient()
11 If you wish to use the lenient-UTF/CESU-8 UCharIterator in a context outside of24 uit_len8.h Header file with the prototoype for the lenient-UTF/CESU-8 UCharIterator
991 UBool lenient; variable1033 return lenient; in isLenient()
483 virtual void setLenient(UBool lenient);
785 void setLenient(UBool lenient);
133 // %%lenient-parse isn't really a set of number formatting rules;141 "%%lenient-parse:\n"188 // the lenient-parse rules allow several different characters to be used190 "%%lenient-parse:\n"
134 // %%lenient-parse isn't really a set of number formatting rules;142 "%%lenient-parse:\n"214 // the lenient-parse rules allow several different characters to be used216 "%%lenient-parse:\n"
259 "%%lenient-parse:\n"331 // the lenient-parse rules allow several different characters to be used333 "%%lenient-parse:\n"
53 "%%lenient-parse:\n"
73 "%%lenient-parse:\n"
76 "%%lenient-parse:\n"
75 void dowTest(UBool lenient) ;
35 void dowTest(UBool lenient);
324 UBool lenient = ( i > 0 ); in TestGenericAPI() local325 cal->setLenient(lenient); in TestGenericAPI()326 if (lenient != cal->isLenient()) errln("FAIL: setLenient/isLenient failed"); in TestGenericAPI()493 void CalendarTest::dowTest(UBool lenient) in dowTest() argument502 …logln((lenient?UnicodeString("LENIENT0: "):UnicodeString("nonlenient0: ")) + UnicodeString(calToSt… in dowTest()503 cal->setLenient(lenient); in dowTest()506 …logln((lenient?UnicodeString("LENIENT: "):UnicodeString("nonlenient: ")) + UnicodeString(calToStr(… in dowTest()
519 void CalendarRegressionTest::dowTest(UBool lenient) in dowTest() argument530 cal->setLenient(lenient); in dowTest()
12706 it is in the "bad character" set, since this is a more-lenient definition12708 code, which is a second way this function is lenient. We still get the speed
3963 hex codes for colors because our hex code parsing is now lenient enough
371 Fix for Bug 15468: Parsing of numbers and lists is too lenient in SVG
19853 (WebFrame::receivedAllData): Be a bit more lenient about what
13332 Added temporary workardound for Radar 2954901 by making the assertion more lenient.
26376 … * kjs/ustring.cpp: (KJS::UString::UTF8String): Changed this function to take a strict/lenient