Searched refs:ToASCII (Results 1 - 9 of 9) sorted by relevance
/third_party/python/Lib/encodings/ |
H A D | idna.py | 60 def ToASCII(label): function 131 # Step 6: Apply ToASCII 132 label2 = ToASCII(result) 179 result.extend(ToASCII(label)) 244 result.extend(ToASCII(label))
|
/third_party/node/test/fixtures/wpt/url/ |
H A D | IdnaTestV2.window.js | 39 }, `ToASCII("${idnaTest.input}")${idnaTest.comment ? " " + idnaTest.comment : ""}`);
|
/third_party/node/src/ |
H A D | node_i18n.cc | 615 // Do not check info.errors like we do with ToASCII since ToUnicode always in ToUnicode() 642 int32_t ToASCII(MaybeStackBuffer<char>* buf, in ToASCII() function 678 // In UTS #46 which specifies ToASCII, certain error conditions are in ToASCII() 737 static void ToASCII(const FunctionCallbackInfo<Value>& args) { in ToASCII() function 747 int32_t len = ToASCII(&buf, *val, val.length(), mode); in ToASCII() 868 SetMethod(context, target, "toASCII", ToASCII); in Initialize() 894 registry->Register(ToASCII); in RegisterExternalReferences()
|
H A D | node_url.cc | 302 void BindingData::ToASCII(const v8::FunctionCallbackInfo<v8::Value>& args) { in ToASCII() function in node::url::BindingData 348 SetMethodNoSideEffect(context, target, "toASCII", ToASCII); in Initialize() 360 registry->Register(ToASCII); in RegisterExternalReferences()
|
H A D | node_i18n.h | 58 int32_t ToASCII(MaybeStackBuffer<char>* buf,
|
H A D | node_url.h | 46 static void ToASCII(const v8::FunctionCallbackInfo<v8::Value>& args);
|
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerUtil.h | 30 bool ToASCII(uint8_t *Data, size_t Size);
|
H A D | FuzzerUtil.cpp | 59 bool ToASCII(uint8_t *Data, size_t Size) { in ToASCII() function
|
H A D | FuzzerMutate.cpp | 492 ToASCII(Data, MaxSize); 504 ToASCII(Data, NewSize);
|
Completed in 6 milliseconds