HomeSort by relevance Sort by last modified time
    Searched full:punycode (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/chromium/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 5 // in punycode as 'xn--bcher-kva.ch'
9 // the C++ end the bindings were passed the punycode equivalent of this
  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 5 // in punycode as 'xn--bcher-kva.ch'
9 // the C++ end the bindings were passed the punycode equivalent of this
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
international_domain_names.js 5 // in punycode as 'xn--bcher-kva.ch'
9 // the C++ end the bindings were passed the punycode equivalent of this
  /external/chromium_org/third_party/icu/source/common/
punycode.h 8 * file name: punycode.h
19 punycode.c 0.4.0 (2001-Nov-17-Sat)
33 * u_strToPunycode() converts Unicode to Punycode.
46 * @param dest Output Punycode array.
73 * u_strFromPunycode() converts Punycode to Unicode.
75 * than the Punycode string (in chars).
77 * @param src Input Punycode string.
83 * defined by the Punycode string.
punycode.c 8 * file name: punycode.c
20 punycode.c 0.4.0 (2001-Nov-17-Sat)
52 #include "punycode.h"
56 /* Punycode ----------------------------------------------------------------- */
58 /* Punycode parameters for Bootstring */
150 /* Punycode-specific Bootstring code ---------------------------------------- */
154 * that are not used with the Punycode parameter set.
326 /** RAM: comment out the old code for conformance with draft-ietf-idn-punycode-03.txt
464 /** RAM: comment out the old code for conformance with draft-ietf-idn-punycode-03.txt
510 /* not needed for Punycode: *
    [all...]
uts46.cpp 24 #include "punycode.h"
360 // "??--..." is Punycode or forbidden.
465 // "??--..." is Punycode or forbidden.
691 // Label starts with "xn--", try to un-Punycode it.
724 // Deviation characters are ok in Punycode even in transitional processing.
763 // If the label was not a Punycode label, then it was the result of
765 // If the label was in Punycode, then we mapped it again above
769 // in a non-Punycode label or U+FFFD itself in a Punycode label.
826 // Leave a Punycode label unchanged if it has no severe errors
833 UnicodeString punycode; local
    [all...]
  /external/icu4c/common/
punycode.h 8 * file name: punycode.h
19 punycode.c 0.4.0 (2001-Nov-17-Sat)
33 * u_strToPunycode() converts Unicode to Punycode.
46 * @param dest Output Punycode array.
73 * u_strFromPunycode() converts Punycode to Unicode.
75 * than the Punycode string (in chars).
77 * @param src Input Punycode string.
83 * defined by the Punycode string.
punycode.cpp 8 * file name: punycode.cpp
20 punycode.c 0.4.0 (2001-Nov-17-Sat)
55 #include "punycode.h"
59 /* Punycode ----------------------------------------------------------------- */
61 /* Punycode parameters for Bootstring */
153 /* Punycode-specific Bootstring code ---------------------------------------- */
157 * that are not used with the Punycode parameter set.
329 /** RAM: comment out the old code for conformance with draft-ietf-idn-punycode-03.txt
468 /** RAM: comment out the old code for conformance with draft-ietf-idn-punycode-03.txt
514 /* not needed for Punycode: *
    [all...]
uts46.cpp 26 #include "punycode.h"
366 // "??--..." is Punycode or forbidden.
471 // "??--..." is Punycode or forbidden.
697 // Label starts with "xn--", try to un-Punycode it.
730 // Deviation characters are ok in Punycode even in transitional processing.
769 // If the label was not a Punycode label, then it was the result of
771 // If the label was in Punycode, then we mapped it again above
775 // in a non-Punycode label or U+FFFD itself in a Punycode label.
835 // Leave a Punycode label unchanged if it has no severe errors
842 UnicodeString punycode; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
punyref.h 10 punycode.c from draft-ietf-idn-punycode-03
16 Punycode (draft-ietf-idn-punycode-03).
60 /* punycode_encode() converts Unicode to Punycode. The input */
92 /* punycode_decode() converts Punycode to Unicode. The input is */
punyref.c 30 punycode.c 0.4.0 (2001-Nov-17-Sat)
47 /*** Bootstring parameters for Punycode ***/
151 /* (not needed for Punycode with unsigned code points) */
170 /* (not needed for Punycode) */
182 /* Punycode does not need to check whether input[j] is basic: */
282 /* not needed for Punycode: */
  /external/icu4c/test/intltest/
punyref.h 10 punycode.c from draft-ietf-idn-punycode-03
16 Punycode (draft-ietf-idn-punycode-03).
60 /* punycode_encode() converts Unicode to Punycode. The input */
92 /* punycode_decode() converts Punycode to Unicode. The input is */
punyref.c 30 punycode.c 0.4.0 (2001-Nov-17-Sat)
47 /*** Bootstring parameters for Punycode ***/
151 /* (not needed for Punycode with unsigned code points) */
170 /* (not needed for Punycode) */
182 /* Punycode does not need to check whether input[j] is basic: */
282 /* not needed for Punycode: */
  /external/chromium/chrome/browser/autocomplete/
history_provider.h 45 // e.g. we convert a Unicode hostname to punycode, other providers will show
  /external/chromium/net/data/ssl/certificates/
README 35 - punycodetest.der : A test self-signed server certificate with punycode name.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 94 # Step 6: Encode with PUNYCODE
95 label = label.encode("punycode")
130 # Step 5: Decode using PUNYCODE
131 result = label1.decode("punycode")
punycode.py 73 # Punycode parameters: tmin = 1, tmax = 26, base = 36
110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
231 name='punycode',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 94 # Step 6: Encode with PUNYCODE
95 label = label.encode("punycode")
130 # Step 5: Decode using PUNYCODE
131 result = label1.decode("punycode")
punycode.py 73 # Punycode parameters: tmin = 1, tmax = 26, base = 36
110 # Punycode parameters: initial bias = 72, damp = 700, skew = 38
231 name='punycode',
  /external/chromium_org/chrome/browser/autocomplete/
history_provider.h 38 // e.g. we convert a Unicode hostname to punycode, other providers will show
  /external/chromium_org/net/dns/
dns_config_service_win.cc 122 // Converts a base::string16 domain name to ASCII, possibly using punycode.
136 // Otherwise try to convert it from IDN to punycode.
138 url_canon::RawCanonOutputT<char16, kInitialBufferSize> punycode; local
139 if (!url_canon::IDNToASCII(widestr.data(), widestr.length(), &punycode))
145 bool success = UTF16ToUTF8(punycode.data(), punycode.length(), domain);
358 // Convert non-ASCII to punycode, although getaddrinfo does not properly
dns_config_service_win.h 53 // are converted to punycode.
  /external/chromium/chrome/browser/content_settings/
content_settings_pattern.h 51 // in original (if it was already ASCII) or punycode form.
  /external/chromium/chrome/browser/extensions/
extension_proxy_api_helpers.cc 92 "(encode URLs in Punycode format).";
115 "(encode URLs in Punycode format).";
146 "URLs (encode URLs in Punycode format).",
244 "(encode URLs in Punycode format).";
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api_helpers.cc 118 "(encode URLs in Punycode format).";
143 "(encode URLs in Punycode format).";
176 "URLs (encode URLs in Punycode format).",
278 "(encode URLs in Punycode format).";

Completed in 1520 milliseconds

1 2 3 4