Home
last modified time | relevance | path

Searched defs:phoneLength (Results 1 - 4 of 4) sorted by relevance

/base/telephony/call_manager/test/fuzztest/formatphonenumber_fuzzer/
H A Dformatphonenumber_fuzzer.cpp94 int32_t phoneLength = msg.length() > kMaxNumberLen ? kMaxNumberLen : msg.length(); in ReportOttCallDetailsInfo() local
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dcode_rule.cpp270 int phoneLength = CountDigits(phoneStr); in StartWithBrackets() local
H A Dregex_rule.cpp437 int phoneLength = CountDigits(phoneStr); in StartWithBrackets() local
/base/telephony/call_manager/test/fuzztest/callabilitycallback_fuzzer/
H A Dcallabilitycallback_fuzzer.cpp124 int32_t phoneLength = msg.length() > kMaxNumberLen ? kMaxNumberLen : msg.length(); in UpdateCallEvent() local

Completed in 4 milliseconds