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

12

/external/icu/icu4c/source/i18n/unicode/
H A Dnumfmt.h676 virtual UBool isLenient(void) const;
1175 NumberFormat::isLenient() const function in class:NumberFormat
H A Drbnf.h925 virtual inline UBool isLenient(void) const;
1053 RuleBasedNumberFormat::isLenient(void) const { function in class:RuleBasedNumberFormat
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java203 public boolean isLenient() { method in class:CalendarICU
204 return fIcuCal.isLenient();
H A DSimpleDateFormatICU.java242 public boolean isLenient() { method in class:SimpleDateFormatICU
243 return fIcuSdf.isLenient();
278 icuCal.setLenient(newCalendar.isLenient());
/external/icu/icu4c/source/i18n/
H A Ddatefmt.cpp655 DateFormat::isLenient() const function in class:DateFormat
659 lenient = fCalendar->isLenient();
681 return fCalendar->isLenient();
H A Dudat.cpp406 return ((DateFormat*)fmt)->isLenient();
411 UBool isLenient)
413 ((DateFormat*)fmt)->setLenient(isLenient);
410 udat_setLenient( UDateFormat* fmt, UBool isLenient) argument
H A Dcalendar.cpp1135 if(isLenient()) {
1142 if(isLenient()) {
2137 UBool oldLenient = isLenient();
2423 Calendar::isLenient() const function in class:Calendar
2771 * @see #isLenient
2948 if (!isLenient()) {
3018 if (!isLenient() || fSkippedWallTime == UCAL_WALLTIME_NEXT_VALID) {
3032 if (!isLenient()) {
3861 if (isLenient() || ! fAreAllFieldsSet)
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
H A DCalendar.java1507 calendar.isLenient() == other.calendar.isLenient() &&
2049 public boolean isLenient() method in class:Calendar
2051 return calendar.isLenient();
2111 // * <b>Note:</b>This option is effective only when this calendar is {@link #isLenient() lenient}.
H A DULocale.java1885 static ULocale[] parseAcceptLanguage(String acceptLanguage, boolean isLenient) argument
1945 if (isLenient) {
2028 if (isLenient) {
2057 if (q1 && c != '0' && !isLenient) {
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormat.java1508 public boolean isLenient() method in class:DateFormat
1510 return calendar.isLenient()
1534 return calendar.isLenient();
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DULocale.java1991 static ULocale[] parseAcceptLanguage(String acceptLanguage, boolean isLenient) argument
2051 if (isLenient) {
2134 if (isLenient) {
2163 if (q1 && c != '0' && !isLenient) {
H A DCalendar.java1936 if(isLenient()) {
1942 if(isLenient()) {
2306 isLenient() == other.isLenient() &&
3168 boolean oldLenient = isLenient();
3997 public boolean isLenient() method in class:Calendar
4054 * <b>Note:</b>This option is effective only when this calendar is {@link #isLenient() lenient}.
4717 if (isLenient() || !areAllFieldsSet) areFieldsSet = false;
5124 * @see #isLenient
5186 if (!isLenient()) {
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDateFormat.java1347 public boolean isLenient() method in class:DateFormat
1349 return dateFormat.isLenient();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java1627 public boolean isLenient() method in class:DateFormat
1629 return calendar.isLenient()
1655 return calendar.isLenient();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java2114 static ULocale[] parseAcceptLanguage(String acceptLanguage, boolean isLenient) argument
2174 if (isLenient) {
2257 if (isLenient) {
2286 if (q1 && c != '0' && !isLenient) {
H A DCalendar.java2016 if(isLenient()) {
2022 if(isLenient()) {
2397 isLenient() == other.isLenient() &&
3268 boolean oldLenient = isLenient();
4107 public boolean isLenient() method in class:Calendar
4168 * <b>Note:</b>This option is effective only when this calendar is {@link #isLenient() lenient}.
4879 if (isLenient() || !areAllFieldsSet) areFieldsSet = false;
5293 * @see #isLenient
5359 if (!isLenient()) {
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1536 int isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE); local
1537 log_verbose("lenient: 0x%x\n", isLenient);
1538 if (isLenient != FALSE) {
1539 log_err("didn't expect lenient value: %d\n", isLenient);
1543 isLenient = unum_getAttribute(fmt, UNUM_LENIENT_PARSE);
1544 if (isLenient != TRUE) {
1545 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/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 ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 4294 milliseconds

12