Searched defs:isLenient (Results 1 - 25 of 28) sorted by relevance

12

/external/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h674 virtual UBool isLenient(void) const;
1170 NumberFormat::isLenient() const function in class:NumberFormat
H A Drbnf.h933 virtual inline UBool isLenient(void) const;
1061 RuleBasedNumberFormat::isLenient(void) const { function in class:RuleBasedNumberFormat
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java205 public boolean isLenient() { method in class:CalendarICU
206 return fIcuCal.isLenient();
H A DSimpleDateFormatICU.java244 public boolean isLenient() { method in class:SimpleDateFormatICU
245 return fIcuSdf.isLenient();
280 icuCal.setLenient(newCalendar.isLenient());
/external/icu/icu4c/source/i18n/
H A Ddatefmt.cpp657 DateFormat::isLenient() const function in class:DateFormat
661 lenient = fCalendar->isLenient();
683 return fCalendar->isLenient();
H A Dudat.cpp408 return ((DateFormat*)fmt)->isLenient();
413 UBool isLenient)
415 ((DateFormat*)fmt)->setLenient(isLenient);
412 udat_setLenient( UDateFormat* fmt, UBool isLenient) argument
H A Dcalendar.cpp1133 if(isLenient()) {
1140 if(isLenient()) {
2136 UBool oldLenient = isLenient();
2422 Calendar::isLenient() const function in class:Calendar
2771 * @see #isLenient
2948 if (!isLenient()) {
3018 if (!isLenient() || fSkippedWallTime == UCAL_WALLTIME_NEXT_VALID) {
3032 if (!isLenient()) {
3878 if (isLenient() || ! fAreAllFieldsSet)
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCalendar.java1509 calendar.isLenient() == other.calendar.isLenient() &&
2051 public boolean isLenient() method in class:Calendar
2053 return calendar.isLenient();
2113 // * <b>Note:</b>This option is effective only when this calendar is {@link #isLenient() lenient}.
H A DULocale.java1887 static ULocale[] parseAcceptLanguage(String acceptLanguage, boolean isLenient) argument
1947 if (isLenient) {
2030 if (isLenient) {
2059 if (q1 && c != '0' && !isLenient) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormat.java1529 public boolean isLenient() method in class:DateFormat
1531 return calendar.isLenient()
1555 return calendar.isLenient();
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java2038 static ULocale[] parseAcceptLanguage(String acceptLanguage, boolean isLenient) argument
2099 if (isLenient) {
2182 if (isLenient) {
2211 if (q1 && c != '0' && !isLenient) {
H A DCalendar.java1934 if(isLenient()) {
1940 if(isLenient()) {
2305 isLenient() == other.isLenient() &&
3168 boolean oldLenient = isLenient();
4079 public boolean isLenient() method in class:Calendar
4136 * <b>Note:</b>This option is effective only when this calendar is {@link #isLenient() lenient}.
4801 if (isLenient() || !areAllFieldsSet) areFieldsSet = false;
5208 * @see #isLenient
5270 if (!isLenient()) {
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDateFormat.java1349 public boolean isLenient() method in class:DateFormat
1351 return dateFormat.isLenient();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java1648 public boolean isLenient() method in class:DateFormat
1650 return calendar.isLenient()
1676 return calendar.isLenient();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java2174 static ULocale[] parseAcceptLanguage(String acceptLanguage, boolean isLenient) argument
2235 if (isLenient) {
2318 if (isLenient) {
2347 if (q1 && c != '0' && !isLenient) {
H A DCalendar.java2012 if(isLenient()) {
2018 if(isLenient()) {
2394 isLenient() == other.isLenient() &&
3266 boolean oldLenient = isLenient();
4187 public boolean isLenient() method in class:Calendar
4248 * <b>Note:</b>This option is effective only when this calendar is {@link #isLenient() lenient}.
4961 if (isLenient() || !areAllFieldsSet) areFieldsSet = false;
5375 * @see #isLenient
5441 if (!isLenient()) {
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1540 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); local
1541 log_verbose("lenient: 0x%x\n", isLenient);
1542 if (isLenient != FALSE) {
1543 log_err("didn't expect lenient value: %d\n", isLenient);
1547 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1548 if (isLenient != TRUE) {
1549 log_err("didn't expect lenient value after set: %d\n", isLenient);
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 4960 milliseconds

12