Home
last modified time | relevance | path

Searched refs:getCanonicalIndex (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Ddtptngen_impl.h146 int32_t getCanonicalIndex(const UnicodeString& s) { return getCanonicalIndex(s, TRUE); } in getCanonicalIndex() function
147 int32_t getCanonicalIndex(const UnicodeString& s, UBool strict);
Ddtptngen.cpp1016 int32_t canonicalIndex = fp->getCanonicalIndex(field); in adjustFieldTypes()
1571 int32_t canonicalIndex = fp->getCanonicalIndex(field); in set()
1750 FormatParser::getCanonicalIndex(const UnicodeString& s, UBool strict) { in getCanonicalIndex() function in FormatParser
/external/icu4c/i18n/unicode/
Ddtptngen.h461 int32_t getCanonicalIndex(const UnicodeString& field);