Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_matched.h63 static const UChar32 REPLACE_CHAR; variable
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_matched.cpp30 const UChar32 PhoneNumberMatched::REPLACE_CHAR = 'A'; member in OHOS::Global::I18n::PhoneNumberMatched
119 chs.replace(i, 1, PhoneNumberMatched::REPLACE_CHAR); in ReplaceSpecifiedPos()