Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtptngen_impl.h147 int32_t getCanonicalIndex(const UnicodeString& s) { return getCanonicalIndex(s, TRUE); } in getCanonicalIndex() function
148 int32_t getCanonicalIndex(const UnicodeString& s, UBool strict);
Ddtptngen.cpp1026 int32_t canonicalIndex = fp->getCanonicalIndex(field); in adjustFieldTypes()
1584 int32_t canonicalIndex = fp->getCanonicalIndex(field); in set()
1763 FormatParser::getCanonicalIndex(const UnicodeString& s, UBool strict) { in getCanonicalIndex() function in FormatParser
/external/icu4c/i18n/unicode/
Ddtptngen.h463 int32_t getCanonicalIndex(const UnicodeString& field);