Searched refs:ToASCII (Results 1 – 12 of 12) sorted by relevance
/third_party/python/Lib/encodings/ |
D | idna.py | 60 def ToASCII(label): function 132 label2 = ToASCII(result) 179 result.extend(ToASCII(label)) 244 result.extend(ToASCII(label))
|
/third_party/icu/docs/userguide/strings/ |
D | stringprep.md | 124 1. ToASCII: This operation is performed on domain labels before sending the 134 output of Punycode decoder is verified by applying ToASCII operation and 139 ToASCII operation. These code points are : 154 IDNA specifies that the ToUnicode and ToASCII have options to check for 158 ToASCII operation on the labels match using case insensitive ASCII comparison. 235 ICU provides APIs for performing the ToASCII, ToUnicode and compare operations 246 ### ToASCII operation
|
/third_party/node/src/ |
D | node_i18n.cc | 600 int32_t ToASCII(MaybeStackBuffer<char>* buf, in ToASCII() function 695 static void ToASCII(const FunctionCallbackInfo<Value>& args) { in ToASCII() function 705 int32_t len = ToASCII(&buf, *val, val.length(), mode); in ToASCII() 826 env->SetMethod(target, "toASCII", ToASCII); in Initialize()
|
D | node_i18n.h | 57 int32_t ToASCII(MaybeStackBuffer<char>* buf,
|
D | node_url.cc | 346 bool ToASCII(const std::string& input, std::string* output) { in ToASCII() function 348 if (i18n::ToASCII(&buf, input.c_str(), input.length()) < 0) in ToASCII() 360 bool ToASCII(const std::string& input, std::string* output) { in ToASCII() function 523 if (!ToASCII(decoded, &decoded)) in ParseHost()
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerUtil.h | 30 bool ToASCII(uint8_t *Data, size_t Size);
|
D | FuzzerUtil.cpp | 59 bool ToASCII(uint8_t *Data, size_t Size) { in ToASCII() function
|
D | FuzzerMutate.cpp | 492 ToASCII(Data, MaxSize); in MutateImpl() 504 ToASCII(Data, NewSize); in MutateImpl()
|
/third_party/python/Doc/library/ |
D | codecs.rst | 1467 .. function:: ToASCII(label)
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 63 # An for 4.2 ToASCII step n
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/unicode/ |
D | IdnaTestV2.txt | 63 # An for 4.2 ToASCII step n
|
/third_party/icu/icu4c/source/test/testdata/ |
D | IdnaTestV2.txt | 63 # An for 4.2 ToASCII step n
|