/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-bind-receiver.js | 29 function lenient() { return this; } function 39 assertEquals(true, lenient.bind(true)() instanceof Boolean); 40 assertEquals(true, lenient.bind(42)() instanceof Number); 41 assertEquals(true, lenient.bind("")() instanceof String); 42 assertEquals(this, lenient.bind(null)()); 43 assertEquals(this, lenient.bind(undefined)()); 44 assertEquals(obj, lenient.bind(obj)());
|
/external/v8/test/mjsunit/regress/ |
D | regress-bind-receiver.js | 29 function lenient() { return this; } function 39 assertEquals(true, lenient.bind(true)() instanceof Boolean); 40 assertEquals(true, lenient.bind(42)() instanceof Number); 41 assertEquals(true, lenient.bind("")() instanceof String); 42 assertEquals(this, lenient.bind(null)()); 43 assertEquals(this, lenient.bind(undefined)()); 44 assertEquals(obj, lenient.bind(obj)());
|
/external/icu4c/i18n/ |
D | rbnf.cpp | 658 , lenient(FALSE) in RuleBasedNumberFormat() 676 , lenient(FALSE) in RuleBasedNumberFormat() 694 , lenient(FALSE) in RuleBasedNumberFormat() 711 , lenient(FALSE) in RuleBasedNumberFormat() 729 , lenient(FALSE) in RuleBasedNumberFormat() 744 , lenient(FALSE) in RuleBasedNumberFormat() 804 , lenient(FALSE) in RuleBasedNumberFormat() 819 lenient = rhs.lenient; in operator =() 850 result->lenient = lenient; in clone() 865 lenient == rhs.lenient && in operator ==() [all …]
|
D | smpdtfmt.cpp | 1692 UBool lenient = isLenient(); in parse() local 1841 if (! matchLiterals(fPattern, i, text, pos, lenient)) { in parse() 1849 if (text.charAt(pos) == 0x2e && lenient) { in parse() 2138 UBool lenient) in matchLiterals() argument 2170 if (lenient) { in matchLiterals() 2205 if (!lenient && t == tStart) { in matchLiterals() 2221 if (lenient) { in matchLiterals() 2429 UBool lenient = isLenient(); in subParse() local 2535 if (!lenient) { in subParse() 2671 if (gotNumber && (lenient || value > fSymbols->fShortYearNamesCount)) { in subParse() [all …]
|
D | datefmt.cpp | 495 DateFormat::setLenient(UBool lenient) in setLenient() argument 498 fCalendar->setLenient(lenient); in setLenient()
|
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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:",
|
/external/icu4c/i18n/unicode/ |
D | rbnf.h | 1020 UBool lenient; variable 1062 return lenient; in isLenient()
|
/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/chromium_org/third_party/icu/source/i18n/unicode/ |
D | rbnf.h | 997 UBool lenient; variable 1043 return lenient; in isLenient()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | calregts.h | 76 void dowTest(UBool lenient) ;
|
D | caltest.h | 35 void dowTest(UBool lenient);
|
/external/icu4c/data/rbnf/ |
D | en.txt | 36 "%%lenient-parse:", 150 "%%lenient-parse:",
|
D | ga.txt | 53 "%%lenient-parse:", 62 "%%lenient-parse:",
|
D | nn.txt | 15 "%%lenient-parse:",
|
D | nb.txt | 15 "%%lenient-parse:",
|
D | da.txt | 15 "%%lenient-parse:",
|
D | km.txt | 17 "%%lenient-parse:",
|
/external/icu4c/test/intltest/ |
D | calregts.h | 80 void dowTest(UBool lenient) ;
|
/external/chromium_org/tools/telemetry/third_party/png/ |
D | png.py | 1378 def chunk(self, seek=None, lenient=False): argument 1426 if lenient: 1700 def preamble(self, lenient=False): argument 1721 self.process_chunk(lenient=lenient) 1742 def process_chunk(self, lenient=False): argument 1751 type, data = self.chunk(lenient=lenient) 1866 def read(self, lenient=False): argument 1883 type, data = self.chunk(lenient=lenient) 1914 self.preamble(lenient=lenient)
|