/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | phonenumberutil.js | 72 // More specifically, the number failed to match the regular expression 833 * Helper initialiser method to create the regular-expression pattern to match 978 * group does not match correctly. Therefore, we use \d, so that the first 2536 // overridden the pattern to match anything, but that is not the case in the 3092 // avoid checking the validation pattern if they don't match. If they are 3093 // absent, this means they match the general description, which we have 3161 // number does not match that of the region code. 3260 * Returns a list with the region codes that match the specific country calling 3392 // Number is too short, or doesn't match the basic phone number pattern. 3492 // possible length (-1) which is guaranteed not to match th [all...] |
/third_party/python/Lib/ |
H A D | argparse.py | 1403 # if these defaults match any existing arguments, replace 1461 # raise an error if the metavar does not match the type 1466 raise ValueError("length of metavar tuple does not match nargs") 1494 if self._negative_number_matcher.match(option_string): 1998 # if there is an explicit argument, try to match the 2038 # if there is no explicit argument, try to match the 2063 # match as many Positionals as possible 2192 # match the pattern for this action to the arg strings 2194 match = _re.match(nargs_patter [all...] |
/applications/standard/app_samples/code/BasicFeature/DataManagement/UDMF/UDMFDemo/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/DataManagement/pasteboard/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Ability/AppStartup/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Native/ArkTSXComponent/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkQoS/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkTsDrawing/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkVulkan/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/applications/standard/app_samples/code/DocsSample/ArkTSUtilsDocModule/ |
H A D | hvigorw.bat | 46 echo Please set the NODE_HOME variable in your environment to match the
|
/drivers/peripheral/wlan/chip/hdi_service/ |
H A D | wifi_ap_iface.h | 61 int32_t RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) override;
|
H A D | wifi_sta_iface.h | 60 int32_t RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) override;
|
H A D | wifi_p2p_iface.cpp | 161 int32_t WifiP2pIface::RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) in RegisterActionFrameReceiver() argument
|
H A D | wifi_ext_iface.cpp | 158 int32_t WifiExtIface::RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) in RegisterActionFrameReceiver() argument
|
H A D | wifi_p2p_iface.h | 59 int32_t RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) override;
|
H A D | wifi_ext_iface.h | 59 int32_t RegisterActionFrameReceiver(const std::string& ifName, const std::vector<uint8_t>& match) override;
|
/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal.h | 372 * @param match Indicates the data matching action frame. 380 int32_t (*registerActionFrameReceiver)(const char *ifName, const uint8_t *match, uint32_t matchLen);
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | build_only_parser_lite.py | 55 if re.match(_COMPILE_PARA, line):
|
/third_party/gn/src/base/json/ |
H A D | json_parser.h | 196 // Helper function that returns true if the byte sequence |match| can be 198 // than |match|-length bytes or if the sequence does not match, and the 200 bool ConsumeIfMatch(std::string_view match);
|
/third_party/cJSON/tests/unity/extras/fixture/ |
H A D | rakefile_helper.rb | 171 test_results += if output.match(/OK$/m).nil?
|
/third_party/icu/icu4c/source/python/icutools/databuilder/test/ |
H A D | filtration_test.py | 416 is_match = filter.match(InFile("%s/%s.txt" % (tree, file_stem)))
|
/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_types.h | 211 * The StringSegment to match against. Matches always start at the beginning of the 214 * The data structure to store results if the match succeeds. 218 virtual bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const = 0; 221 * Performs a fast "smoke check" for whether or not this matcher could possibly match against the 224 * match. Matchers should use the {@link StringSegment#startsWith} method in order to correctly 229 * @return true if the matcher might be able to match against this segment; false if it definitely 230 * will not be able to match.
|
H A D | numparse_symbols.h | 19 * A base class for many matchers that performs a simple match against a UnicodeString and/or UnicodeSet. 30 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
|