Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/
H A Drouter_map_helper.cpp91 bool bnum = std::regex_match(b, NUM_REGEX); in CompareIdentifiers() local
92 if (anum && bnum) { in CompareIdentifiers()
100 if (anum && !bnum) { in CompareIdentifiers()
103 if (bnum && !anum) { in CompareIdentifiers()