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

  /external/icu/icu4c/source/i18n/
affixpatternparser.h 51 fIsDefault = FALSE;
55 fIsDefault = FALSE;
62 && (fIsDefault == other.fIsDefault);
84 UBool isDefault() const { return fIsDefault; }
115 UBool fIsDefault;
affixpatternparser.cpp 81 fIsDefault(TRUE) {
93 fIsDefault = FALSE;
99 fIsDefault = TRUE;

Completed in 57 milliseconds