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

  /external/icu/icu4c/source/test/intltest/
fldset.h 212 UBool fIsSet[U_FIELDS_SET_MAX];
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
FieldsSet.java 29 fIsSet = new boolean[fFieldsCount];
39 protected boolean fIsSet[] = null;
49 fIsSet[field] = false;
54 fIsSet[field] = true;
58 return fIsSet[field];
62 if (fIsSet[field]) {
  /external/icu/icu4c/source/i18n/unicode/
calendar.h     [all...]

Completed in 680 milliseconds