Home
last modified time | relevance | path

Searched defs:typeString (Results 1 – 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
Drelative_time_format.cpp316 std::string typeString = FormatUtils::GetNumberFieldType("number", fieldId, number); in IntlFormatToParts() local
324 std::string typeString = FormatUtils::GetNumberFieldType("number", fieldId, number); in IntlFormatToParts() local
Dnumber_format.cpp747 std::string typeString = "literal"; in FindAllFormatParts() local
778 std::string typeString = "literal"; in FindAllFormatParts() local
789 std::string typeString = "literal"; in SetEveryFormatPartItem() local
828 void NumberFormat::AddFormatParts(std::string typeString, std::vector<std::vector<std::string>> &re… in AddFormatParts()