Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 8 of 8) sorted by relevance

/foundation/ace/ace_engine/frameworks/core/common/ime/
Dtext_input_formatter.cpp24 BlackListCharsFormatter::BlackListCharsFormatter(std::wregex&& regex) : regex_(regex) {} in BlackListCharsFormatter()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_ag/
Dhfp_ag_command_processor.cpp562 std::regex regex("\\,"); in BindSetter() local
609 std::regex regex("\\,"); in BievSetter() local
651 std::regex regex("\\,"); in BacSetter() local
/foundation/ace/ace_engine/frameworks/bridge/common/media_query/
Dmedia_queryer.cpp38 … MediaQueryerRule(const std::regex& regex, const ConditionParser& parser, uint32_t matchResultSize) in MediaQueryerRule()
41 explicit MediaQueryerRule(const std::regex& regex) : regex_(regex) {} in MediaQueryerRule()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_hf/
Dhfp_hf_command_processor.cpp426 std::regex regex("\\,"); in ProcessChld() local
462 std::regex regex("\\,"); in ProcessListHfIndicators() local
/foundation/ace/ace_engine/adapter/preview/inspector/
Djs_inspector_manager.cpp411 std::regex regex("([A-Z])"); in ConvertStrToPropertyType() local
/foundation/ace/ace_engine/frameworks/bridge/common/accessibility/
Daccessibility_node_manager.cpp154 std::regex regex("([A-Z])"); in ConvertStrToPropertyType() local
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/app/src/
Dquery_helper.cpp53 std::regex regex(" "); in StringToDbQuery() local
/foundation/appexecfwk/standard/services/bundlemgr/src/
Dinner_bundle_info.cpp257 std::regex regex(pathRegxUri); in MatchUri() local