Home
last modified time | relevance | path

Searched refs:lenient (Results 1 – 23 of 23) sorted by relevance

/external/icu4c/i18n/
Drbnf.cpp651 , 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 …]
Ddatefmt.cpp411 DateFormat::setLenient(UBool lenient) in setLenient() argument
413 fCalendar->setLenient(lenient); in setLenient()
Dcalendar.cpp1927 Calendar::setLenient(UBool lenient) in setLenient() argument
1929 fLenient = lenient; in setLenient()
/external/icu4c/samples/uciter8/
Dreadme.txt11 If you wish to use the lenient-UTF/CESU-8 UCharIterator in a context outside of
24 uit_len8.h Header file with the prototoype for the lenient-UTF/CESU-8 UCharIterator
/external/icu4c/i18n/unicode/
Drbnf.h991 UBool lenient; variable
1033 return lenient; in isLenient()
Ddatefmt.h483 virtual void setLenient(UBool lenient);
Dcalendar.h785 void setLenient(UBool lenient);
/external/icu4c/data/rbnf/
Dmt.txt133 // %%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 used
190 "%%lenient-parse:\n"
Den.txt134 // %%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 used
216 "%%lenient-parse:\n"
Dga.txt259 "%%lenient-parse:\n"
331 // the lenient-parse rules allow several different characters to be used
333 "%%lenient-parse:\n"
Dde.txt53 "%%lenient-parse:\n"
Den_GB.txt73 "%%lenient-parse:\n"
Dfr.txt76 "%%lenient-parse:\n"
/external/icu4c/test/intltest/
Dcalregts.h75 void dowTest(UBool lenient) ;
Dcaltest.h35 void dowTest(UBool lenient);
Dcaltest.cpp324 UBool lenient = ( i > 0 ); in TestGenericAPI() local
325 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() argument
502 …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()
Dcalregts.cpp519 void CalendarRegressionTest::dowTest(UBool lenient) in dowTest() argument
530 cal->setLenient(lenient); in dowTest()
/external/webkit/WebCore/
DChangeLog-2003-10-2512706 it is in the "bad character" set, since this is a more-lenient definition
12708 code, which is a second way this function is lenient. We still get the speed
DChangeLog-2002-12-033963 hex codes for colors because our hex code parsing is now lenient enough
DChangeLog-2007-10-14371 Fix for Bug 15468: Parsing of numbers and lists is too lenient in SVG
/external/webkit/WebKit/win/
DChangeLog19853 (WebFrame::receivedAllData): Be a bit more lenient about what
/external/webkit/WebKit/mac/
DChangeLog-2002-12-0313332 Added temporary workardound for Radar 2954901 by making the assertion more lenient.
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1026376 … * kjs/ustring.cpp: (KJS::UString::UTF8String): Changed this function to take a strict/lenient