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

1 2 3 4 5

  /external/icu4c/data/mappings/
convrtrs.txt 52 # curly braces, as in ISO_8859-1:1987{IANA*} iso-8859-1 { MIME* } or
53 # some-charset{MIME* IANA*}. The order of tags does not matter, and
86 # that is maintained by the IANA (http://www.iana.org/) must
88 # list shows. Currently, the IANA list is at
89 # http://www.iana.org/assignments/character-sets
91 # IANA names usually isn't specified. This means that some other applications
130 IANA # Source: http://www.iana.org/assignments/character-sets
131 MIME # Source: http://www.iana.org/assignments/character-set
    [all...]
  /external/chromium/third_party/icu/source/data/mappings/
convrtrs.txt 48 # curly braces, as in ISO_8859-1:1987{IANA*} iso-8859-1 { MIME* } or
49 # some-charset{MIME* IANA*}. The order of tags does not matter, and
82 # that is maintained by the IANA (http://www.iana.org/) must
84 # list shows. Currently, the IANA list is at
85 # http://www.iana.org/assignments/character-sets
87 # IANA names usually isn't specified. This means that some other applications
126 IANA # Source: http://www.iana.org/assignments/character-sets
127 MIME # Source: http://www.iana.org/assignments/character-set
    [all...]
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 7 * Regular expression to match all IANA top-level domains.
9 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
10 * This pattern is auto-generated by frameworks/base/common/tools/make-iana-tld-pattern.py
18 * Regular expression to match all IANA top-level domains for WEB_URL.
20 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
21 * This pattern is auto-generated by frameworks/base/common/tools/make-iana-tld-pattern.py
131 f = urlopen('http://data.iana.org/TLD/tlds-alpha-by-domain.txt')
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java 1 package org.bouncycastle.asn1.iana;
  /external/chromium/third_party/icu/source/i18n/
csrecog.h 23 * Get the IANA name of this charset.
  /external/icu4c/i18n/
csrecog.h 23 * Get the IANA name of this charset.
  /external/chromium/third_party/icu/source/test/cintltst/
stdnmtst.c 103 dotestname("Iso20-22__cN", "IANA", "ISO-2022-CN") &&
104 dotestname("ascii", "IANA", "ANSI_X3.4-1968") &&
105 dotestname("cp850", "IANA", "IBM850") &&
110 log_verbose("PASS: getting IANA and MIME standard names works\n");
145 if (dotestconv("UTF-8", "IANA", "UTF-8") && /* default name */
151 dotestconv("ibm-1208", "IANA", NULL) && /* mapping does not exist */
152 dotestconv("ibm-5305", "IANA", NULL) && /* mapping does not exist */
155 dotestconv("ISO-2022-CN", "IANA", "ISO_2022,locale=zh,version=0") &&/* default name */
165 log_verbose("PASS: getting IANA and MIME canonical names works\n");
292 doTestNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA))
    [all...]
  /external/icu4c/test/cintltst/
stdnmtst.c 103 dotestname("Iso20-22__cN", "IANA", "ISO-2022-CN") &&
104 dotestname("ascii", "IANA", "ANSI_X3.4-1968") &&
105 dotestname("cp850", "IANA", "IBM850") &&
110 log_verbose("PASS: getting IANA and MIME standard names works\n");
145 if (dotestconv("UTF-8", "IANA", "UTF-8") && /* default name */
151 dotestconv("ibm-1208", "IANA", NULL) && /* mapping does not exist */
152 dotestconv("ibm-5305", "IANA", NULL) && /* mapping does not exist */
155 dotestconv("ISO-2022-CN", "IANA", "ISO_2022,locale=zh,version=0") &&/* default name */
165 log_verbose("PASS: getting IANA and MIME canonical names works\n");
292 doTestNames("ASCII", "IANA", asciiIANA, ARRAY_SIZE(asciiIANA))
    [all...]
  /development/samples/NFCDemo/src/com/example/android/nfc/record/
TextRecord.java 37 /** ISO/IANA language code */
58 * Returns the ISO/IANA language code associated with this text element.
81 * Bits 5 to 0 are the length of the IANA language code.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_defs.h 42 * EAP Method Types as allocated by IANA:
43 * http://www.iana.org/assignments/eap-numbers
  /external/iptables/extensions/
libipt_dscp_helper.c 5 * <http://www.iana.org/assignments/dscp-registry>
  /frameworks/base/core/java/com/google/android/mms/pdu/
CharacterSets.java 25 * IANA assigned MIB enum numbers.
138 * is assigned to by IANA.
140 * @param mibEnumValue An IANA assigned MIBEnum number.
157 * @return The MIBEnum number assigned by IANA for this charset.
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSOutput.java 92 * Assigned Numbers Authority [<a href='ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets'>IANA-CHARSETS</a>]
101 * Assigned Numbers Authority [<a href='ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets'>IANA-CHARSETS</a>]
  /frameworks/base/core/java/android/util/
Patterns.java 27 * Regular expression to match all IANA top-level domains.
29 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
30 * This pattern is auto-generated by frameworks/base/common/tools/make-iana-tld-pattern.py
61 * Regular expression pattern to match all IANA top-level domains.
67 * Regular expression to match all IANA top-level domains for WEB_URL.
69 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
70 * This pattern is auto-generated by frameworks/base/common/tools/make-iana-tld-pattern.py
  /external/webkit/WebCore/platform/text/mac/
character-sets.txt 39 IANA-CHARSET-MIB as originally defined in RFC3808, and as currently
40 maintained by IANA at http://www/iana.org/assignments/ianacharset-mib.
56 character set entry in the IANA Registry in order to distinguish the
557 Name: ISO_8859-6-E [RFC1556,IANA]
563 Name: ISO_8859-6-I [RFC1556,IANA]
1203 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM00858) [Mahdi]
1210 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM00924) [Mahdi]
1217 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01140) [Mahdi]
1224 Source: IBM See (http://www.iana.org/assignments/charset-reg/IBM01141) [Mahdi
    [all...]
mac-encodings.txt 7 # The items on the right are IANA character set names. Names listed in character-sets.txt are not
  /external/ipsec-tools/src/include-glibc/net/
pfkeyv2.h 20 /* private allocations - based on RFC2407/IANA assignment */
  /external/tcpdump/
af.h 41 #define AFNUM_L2VPN 196 /* still to be approved by IANA */
l2vpn.c 29 /* draft-ietf-pwe3-iana-allocation-04 */
oui.h 35 * http://www.iana.org/assignments/enterprise-numbers
  /packages/apps/Tag/src/com/android/apps/tag/record/
TextRecord.java 54 /** ISO/IANA language code */
80 * Returns the ISO/IANA language code associated with this text element.
126 * Bits 5 to 0 are the length of the IANA language code.
  /packages/apps/Email/src/org/apache/commons/io/
IOUtils.java 245 * <a href="http://www.iana.org/assignments/character-sets">IANA</a>.
306 * <a href="http://www.iana.org/assignments/character-sets">IANA</a>.
368 * <a href="http://www.iana.org/assignments/character-sets">IANA</a>.
422 * <a href="http://www.iana.org/assignments/character-sets">IANA</a>.
465 * <a href="http://www.iana.org/assignments/character-sets">IANA</a>.
    [all...]
  /external/chromium/net/base/
platform_mime_util_linux.cc 33 // FWIW, image/vnd.microsoft.icon is the official IANA assignment.
  /external/chromium/sdch/open-vcdiff/src/
vcencoder.cc 25 // the IANA at http://www.iana.org/assignments/vcdiff-comp-ids
  /libcore/luni/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetTest.java 33 // Will contain names of charsets registered with IANA
36 // Will contain names of charsets not known to be registered with IANA

Completed in 1022 milliseconds

1 2 3 4 5