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 45 const UnicodeString &getISO() const { return fISO; }
52 fISO = iso;
58 && (fISO == other.fISO)
106 UnicodeString fISO;
affixpatternparser.cpp 75 fISO(gDefaultSymbols, 2),
92 fISO.setTo(gDefaultSymbols, 2);
107 fISO.setTo(currency, u_strlen(currency));

Completed in 81 milliseconds