Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dborder_rule.cpp78 } else if (type == PhoneNumberMatched::CONTAIN_OR_INTERSECT && ((borderBegin <= begin && in Handle()
H A Dphone_number_matched.cpp29 const int PhoneNumberMatched::CONTAIN_OR_INTERSECT = 8; member in OHOS::Global::I18n::PhoneNumberMatched
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_matched.h40 static const int CONTAIN_OR_INTERSECT; variable