Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_matched.cpp151 std::string stringParse; in FindShortNumbers() local
152 numberToParse.toUTF8String(stringParse); in FindShortNumbers()
155 phoneNumberUtil->ParseAndKeepRawInput(stringParse, country, &phoneNumber); in FindShortNumbers()