HomeSort by relevance Sort by last modified time
    Searched refs:fIsSet (Results 1 - 6 of 6) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
FieldsSet.java 32 fIsSet = new boolean[fFieldsCount];
42 protected boolean fIsSet[] = null;
52 fIsSet[field] = false;
57 fIsSet[field] = true;
61 return fIsSet[field];
65 if (fIsSet[field]) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
FieldsSet.java 31 fIsSet = new boolean[fFieldsCount];
41 protected boolean fIsSet[] = null;
51 fIsSet[field] = false;
56 fIsSet[field] = true;
60 return fIsSet[field];
64 if (fIsSet[field]) {
  /external/icu/icu4c/source/test/intltest/
fldset.cpp 163 fIsSet[i]=FALSE;
172 fIsSet[field] = FALSE;
179 fIsSet[field] = TRUE;
186 return fIsSet[field];
fldset.h 214 UBool fIsSet[U_FIELDS_SET_MAX];
  /external/icu/icu4c/source/i18n/
calendar.cpp 800 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h     [all...]

Completed in 386 milliseconds