Searched refs:lenient (Results 1 – 25 of 44) sorted by relevance
12
/external/icu4c/i18n/ |
D | rbnf.cpp | 658 , lenient(FALSE) in RuleBasedNumberFormat() 675 , lenient(FALSE) in RuleBasedNumberFormat() 692 , lenient(FALSE) in RuleBasedNumberFormat() 708 , lenient(FALSE) in RuleBasedNumberFormat() 725 , lenient(FALSE) in RuleBasedNumberFormat() 739 , lenient(FALSE) in RuleBasedNumberFormat() 813 , lenient(FALSE) in RuleBasedNumberFormat() 828 lenient = rhs.lenient; in operator =() 862 result->lenient = lenient; in clone() 880 lenient == rhs.lenient && in operator ==() [all …]
|
D | datefmt.cpp | 490 DateFormat::setLenient(UBool lenient) in setLenient() argument 493 fCalendar->setLenient(lenient); in setLenient()
|
/external/icu4c/data/rbnf/ |
D | en.txt | 36 "%%lenient-parse:", 125 "%%lenient-parse:",
|
D | ga.txt | 53 "%%lenient-parse:", 65 "%%lenient-parse:",
|
D | nn.txt | 15 "%%lenient-parse:",
|
D | da.txt | 15 "%%lenient-parse:",
|
D | nb.txt | 15 "%%lenient-parse:",
|
D | fo.txt | 15 "%%lenient-parse:",
|
D | cy.txt | 15 "%%lenient-parse:",
|
D | fr.txt | 33 "%%lenient-parse:",
|
D | fr_BE.txt | 33 "%%lenient-parse:",
|
D | fr_CH.txt | 33 "%%lenient-parse:",
|
D | de.txt | 15 "%%lenient-parse:",
|
D | is.txt | 15 "%%lenient-parse:",
|
D | pt_PT.txt | 35 "%%lenient-parse:",
|
D | pt.txt | 35 "%%lenient-parse:",
|
D | es.txt | 35 "%%lenient-parse:",
|
D | it.txt | 29 "%%lenient-parse:",
|
D | mt.txt | 36 "%%lenient-parse:", 209 "%%lenient-parse:",
|
/external/icu4c/samples/uciter8/ |
D | readme.txt | 11 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/ |
D | rbnf.h | 997 UBool lenient; variable 1043 return lenient; in isLenient()
|
D | datefmt.h | 562 virtual void setLenient(UBool lenient);
|
/external/icu4c/test/intltest/ |
D | calregts.h | 76 void dowTest(UBool lenient) ;
|
D | caltest.h | 35 void dowTest(UBool lenient);
|
D | caltest.cpp | 351 UBool lenient = ( i > 0 ); in TestGenericAPI() local 352 cal->setLenient(lenient); in TestGenericAPI() 353 if (lenient != cal->isLenient()) errln("FAIL: setLenient/isLenient failed"); in TestGenericAPI() 558 void CalendarTest::dowTest(UBool lenient) in dowTest() argument 567 …logln((lenient?UnicodeString("LENIENT0: "):UnicodeString("nonlenient0: ")) + UnicodeString(calToSt… in dowTest() 568 cal->setLenient(lenient); in dowTest() 571 …logln((lenient?UnicodeString("LENIENT: "):UnicodeString("nonlenient: ")) + UnicodeString(calToStr(… in dowTest()
|
12