/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | ULocale.java | 2621 * @param localeID The locale ID to parse. 3142 LanguageTag tag = LanguageTag.parse(languageTag, null); in forLanguageTag() 3372 LanguageTag tag = LanguageTag.parse(languageTag, sts); in setLanguageTag()
|
H A D | VTimeZone.java | 444 * parse the contents to initialize this VTimeZone object. 446 * the parse is completed, the reader points at the beginning 520 return parse(); in load() 532 private boolean parse() { in parse() method in VTimeZone 575 // Always in 'Z' format, so the offset argument for the parse method in parse()
|
/third_party/json/tests/src/ |
H A D | unit-comparison.cpp | 578 json j_object = json::parse(s_object, [](int /*unused*/, json::parse_event_t /*unused*/, const json & j) noexcept 586 json j_array = json::parse(s_array, [](int /*unused*/, json::parse_event_t /*unused*/, const json & j) noexcept
|
/third_party/json/docs/docset/ |
H A D | docSet.sql | 99 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::parse', 'Function', 'api/basic_json/parse/index.html');
|
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | sshd.c | 161 lwsl_notice("unable to parse server key: %d\n", n); in offer() 318 lwsl_err("Unable to parse host key %d\n", n); in handle_name() 1903 parse(struct per_session_data__sshd *pss, uint8_t *p, size_t len) in parse() function 2148 if (parse(pss, in, len)) in lws_callback_raw_sshd()
|
/third_party/node/src/crypto/ |
H A D | crypto_keys.cc | 83 const std::function<EVP_PKEY*(const unsigned char** p, long l)>& parse) { in TryParsePublicKey() 97 pkey->reset(parse(&p, der_len)); in TryParsePublicKey() 258 // OpenSSL can fail to parse the key but still return a non-null pointer. in ParsePrivateKey() 782 // For DER, the type determines how to parse it. SPKI, PKCS#8 and SEC1 are in GetPublicOrPrivateKeyFromJs() 78 TryParsePublicKey( EVPKeyPointer* pkey, const BIOPointer& bp, const char* name, const std::function<EVP_PKEY*(const unsigned char** p, long l)>& parse) TryParsePublicKey() argument
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | parse.cpp | 11 * File parse.cpp 36 #include "parse.h" 775 parse(ucbuf.getAlias(), inputDir, outputDir, filename.data(), false, false, false, &errorCode)); in getRules() 1474 // need to parse the collation data regardless in parseCollationElements() 1574 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status)); in realParseTable() 1582 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status)); in realParseTable() 1590 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status)); in realParseTable() 2185 /* parse a non-top-level resource */ 2204 /* This function parses from the colon onwards. If the colon is present, parse the in parseResource() 2205 type then try to parse in parseResource() 2316 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, const char *filename, parse() function [all...] |
/third_party/python/Tools/scripts/ |
H A D | texi2html.py | 253 def parse(self, fp): member in TexinfoParser 2064 parser.parse(fp)
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 628 import urllib.request, urllib.parse namespace 637 filename = urllib.parse.urlparse(url)[2].split('/')[-1] # '/': it's URL!
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/ |
H A D | lunr.js | 1931 parser.parse() 3199 lunr.QueryParser.prototype.parse = function () {
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | parse.cpp | 11 * File parse.cpp 34 #include "parse.h" 767 parse(ucbuf.getAlias(), inputDir, outputDir, filename.data(), FALSE, FALSE, &errorCode)); in getRules() 1126 // need to parse the collation data regardless in parseCollationElements() 1226 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status)); in realParseTable() 1234 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status)); in realParseTable() 1242 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status)); in realParseTable() 1837 /* parse a non-top-level resource */ 1856 /* This function parses from the colon onwards. If the colon is present, parse the in parseResource() 1857 type then try to parse in parseResource() 1968 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, const char *filename, parse() function [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 489 return AMDGPULibFunc::parse(FMangledName, *FInfo); in parseFunctionName() 1285 if (!AMDGPULibFunc::parse(CI->getCalledFunction()->getName(), fInfo)) in fold_sincos()
|
/third_party/python/Lib/test/ |
H A D | test_urllib2.py | 23 from urllib.parse import urlparse 39 for module in 'request', 'response', 'parse', 'error', 'robotparser': 1281 valid_url = urllib.parse.urljoin(from_url,relative_url)
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 283 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); member 3176 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header() 3178 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 315 int (*parse)(const struct sk_buff *skb, unsigned char *haddr); member 3166 if (!dev->header_ops || !dev->header_ops->parse) in dev_parse_header() 3168 return dev->header_ops->parse(skb, haddr); in dev_parse_header()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | caltest.cpp | 1546 if (U_FAILURE(status)) { errln("Error in parse/calculate test for 1997"); return; } in TestDOW_LOCALandYEAR_WOY() 1554 if (U_FAILURE(status)) { errln("Error in parse/calculate test for 1998"); return; } in TestDOW_LOCALandYEAR_WOY() 1562 if (U_FAILURE(status)) { errln("Error in parse/calculate test for 1582"); return; } in TestDOW_LOCALandYEAR_WOY() 1693 tst=sdf->parse(us,errorCode); in doYEAR_WOYLoop() 3383 UDate date = formatter->parse("1975-05-06", status); in TestIslamicUmAlQura() 3433 UDate date = formatter->parse("1975-05-06", status); in TestIslamicTabularDates()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | csrsbcs.cpp | 123 int32_t NGramParser::parse(InputText *det) in parse() function in NGramParser 259 result = parser.parse(det); in match_sbcs() 1229 result = parser.parse(det); in match_sbcs()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csrsbcs.cpp | 123 int32_t NGramParser::parse(InputText *det) in parse() function in NGramParser 259 result = parser.parse(det); in match_sbcs() 1229 result = parser.parse(det); in match_sbcs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 427 bool parse(MachineInstr *&MI); 851 if (parse(MI)) in parseBasicBlock() 915 // The method 'parseBasicBlock' should parse the whole block until the next in parseBasicBlocks() 922 bool MIParser::parse(MachineInstr *&MI) { in parse() function in MIParser 1777 // TODO: Only parse the name if it's a MachineBasicBlockLabel. Deprecate once 2875 return error("unable to parse target custom pseudo source value");
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csrsbcs.cpp | 123 int32_t NGramParser::parse(InputText *det) in parse() function in NGramParser 259 result = parser.parse(det); in match_sbcs() 1229 result = parser.parse(det); in match_sbcs()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 393 brcmf_find_wpaie(const u8 *parse, u32 len) in brcmf_find_wpaie() argument 397 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpaie() 398 if (brcmf_tlv_has_ie((const u8 *)ie, &parse, &len, in brcmf_find_wpaie() 406 brcmf_find_wpsie(const u8 *parse, u32 len) in brcmf_find_wpsie() argument 410 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpsie() 411 if (brcmf_tlv_has_ie((u8 *)ie, &parse, &len, in brcmf_find_wpsie() 1848 /* The MFP mode (1 or 2) needs to be determined, parse IEs. The in brcmf_set_key_mgmt() 4500 /* parse and save new vndr_ie in curr_ie_buff before comparing it */ in brcmf_vif_set_mgmt_ie() 4520 /* parse old vndr_ie */ in brcmf_vif_set_mgmt_ie()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 466 brcmf_find_wpaie(const u8 *parse, u32 len) in brcmf_find_wpaie() argument 470 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpaie() 471 if (brcmf_tlv_has_ie((const u8 *)ie, &parse, &len, in brcmf_find_wpaie() 479 brcmf_find_wpsie(const u8 *parse, u32 len) in brcmf_find_wpsie() argument 483 while ((ie = brcmf_parse_tlvs(parse, len, WLAN_EID_VENDOR_SPECIFIC))) { in brcmf_find_wpsie() 484 if (brcmf_tlv_has_ie((u8 *)ie, &parse, &len, in brcmf_find_wpsie() 2198 /* The MFP mode (1 or 2) needs to be determined, parse IEs. The in brcmf_set_key_mgmt() 4912 /* parse and save new vndr_ie in curr_ie_buff before comparing it */ in brcmf_vif_set_mgmt_ie() 4932 /* parse old vndr_ie */ in brcmf_vif_set_mgmt_ie()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 6570 int parse, step; 6628 if (comp != 0) *comp = 4; // can't actually tell whether it's 3 or 4 until we parse the comments 6682 while (g->cur_y >= g->max_y && g->parse > 0) { 6683 g->step = (1 << g->parse) * g->line_size; 6685 --g->parse; 6875 g->parse = 3; 6878 g->parse = 0; 7580 return stbi__err("integer parse overflow", "Parsing an integer in the PPM header overflowed a 32-bit int"); 7802 info() for BMP to shares code instead of sloppy parse
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 4083 // Note: The type after -> is weird, because VS2015 cannot parse 5220 TestSpecParser& parse( std::string const& arg ); 9230 virtual auto parse( std::string const& exeName, TokenStream const &tokens) const -> InternalParseResult = 0; 9233 auto parse( Args const &args ) const -> InternalParseResult { 9234 return parse( args.exeName(), TokenStream( args ) ); 9323 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override { 9347 auto parse( std::string const &, TokenStream const &tokens ) const -> InternalParseResult override { 9422 using ParserBase::parse; 9424 auto parse( std::string const&, TokenStream const &tokens ) const -> InternalParseResult override { 9599 using ParserBase::parse; [all...] |