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

  /external/icu/icu4c/source/i18n/
affixpatternparser.h 47 const UnicodeString &getISO() const { return fISO; }
54 fISO = iso;
60 && (fISO == other.fISO)
108 UnicodeString fISO;
affixpatternparser.cpp 79 fISO(gDefaultSymbols, 2),
96 fISO.setTo(gDefaultSymbols, 2);
111 fISO.setTo(currency, u_strlen(currency));

Completed in 56 milliseconds