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 49 fIsDefault = FALSE;
53 fIsDefault = FALSE;
60 && (fIsDefault == other.fIsDefault);
82 UBool isDefault() const { return fIsDefault; }
113 UBool fIsDefault;
affixpatternparser.cpp 77 fIsDefault(TRUE) {
89 fIsDefault = FALSE;
95 fIsDefault = TRUE;

Completed in 2351 milliseconds