Home
last modified time | relevance | path

Searched refs:ToASCII (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/encodings/
H A Didna.py60 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 DIdnaTestV2.window.js39 }, `ToASCII("${idnaTest.input}")${idnaTest.comment ? " " + idnaTest.comment : ""}`);
/third_party/node/src/
H A Dnode_i18n.cc615 // 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 Dnode_url.cc302 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 Dnode_i18n.h58 int32_t ToASCII(MaybeStackBuffer<char>* buf,
H A Dnode_url.h46 static void ToASCII(const v8::FunctionCallbackInfo<v8::Value>& args);
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtil.h30 bool ToASCII(uint8_t *Data, size_t Size);
H A DFuzzerUtil.cpp59 bool ToASCII(uint8_t *Data, size_t Size) { in ToASCII() function
H A DFuzzerMutate.cpp492 ToASCII(Data, MaxSize);
504 ToASCII(Data, NewSize);

Completed in 6 milliseconds