/prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/ |
stdfix.h | 27 /* ISO/IEC JTC1 SC22 WG14 N1169 29 * ISO/IEC TR 18037
|
/prebuilt/linux-x86_64/swt/about_files/ |
IJG_README | 21 IJG is not affiliated with the official ISO JPEG standards committee. 228 The book includes the complete text of the ISO JPEG standards (DIS 10918-1 233 paper copy through ISO or ITU. (Unless you feel a need to own a certified 243 Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS 246 numbers ISO/IEC IS 10918-2, ITU-T T.83. 249 a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG 339 The root of the problem is that the ISO JPEG committee failed to specify a
|
/prebuilt/windows/swt/about_files/ |
IJG_README | 21 IJG is not affiliated with the official ISO JPEG standards committee. 228 The book includes the complete text of the ISO JPEG standards (DIS 10918-1 233 paper copy through ISO or ITU. (Unless you feel a need to own a certified 243 Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS 246 numbers ISO/IEC IS 10918-2, ITU-T T.83. 249 a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG 339 The root of the problem is that the ISO JPEG committee failed to specify a
|
/prebuilt/windows-x86_64/swt/about_files/ |
IJG_README | 21 IJG is not affiliated with the official ISO JPEG standards committee. 228 The book includes the complete text of the ISO JPEG standards (DIS 10918-1 233 paper copy through ISO or ITU. (Unless you feel a need to own a certified 243 Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS 246 numbers ISO/IEC IS 10918-2, ITU-T T.83. 249 a newer ISO standard numbered ISO/IEC IS 10918-3 and ITU-T T.84. IJG 339 The root of the problem is that the ISO JPEG committee failed to specify a
|
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/ |
CharsetTest.java | 93 assertTrue(Charset.isSupported("ISO-8859-1")); 104 assertEquals("ISO-8859-1", Charset.forName("ISO-8859-1").name()); 105 assertEquals("ISO-8859-1", Charset.forName("ISO8859_1").name()); 117 assertTrue(Charset.availableCharsets().containsKey("ISO-8859-1")); 135 assertTrue(Charset.forName("ISO-8859-1").contains(Charset.forName("ISO-8859-1"))); 136 assertTrue(Charset.forName("ISO-8859-1").contains(Charset.forName("US-ASCII"))); 137 assertFalse(Charset.forName("ISO-8859-1").contains(Charset.forName("UTF-8"))); 156 assertTrue(Charset.forName("UTF-8").contains(Charset.forName("ISO-8859-1"))) [all...] |
Charset_ISO_8859_10.java | 27 charsetName = "ISO-8859-10";
|
Charset_ISO_8859_16.java | 27 charsetName = "ISO-8859-16";
|
Charset_SingleByte_ISO_8859_1.java | 37 charsetName = "ISO-8859-1";
|
Charset_SingleByte_ISO_8859_13.java | 37 charsetName = "ISO-8859-13";
|
Charset_SingleByte_ISO_8859_15.java | 37 charsetName = "ISO-8859-15";
|
Charset_SingleByte_ISO_8859_2.java | 37 charsetName = "ISO-8859-2";
|
Charset_SingleByte_ISO_8859_3.java | 37 charsetName = "ISO-8859-3";
|
Charset_SingleByte_ISO_8859_4.java | 37 charsetName = "ISO-8859-4";
|
/external/icu4c/tools/gennames/ |
gennames.c | 19 * Unicode 1.0 character name, and (starting with ICU 2.2) the ISO 10646 comment. 56 * Different strings for a code point - normal name, 1.0 name, and ISO comment - 348 { "no-iso-comments", NULL, NULL, NULL, '\1', UOPT_NO_ARG, 0 }, 349 { "only-iso-comments", NULL, NULL, NULL, '\1', UOPT_NO_ARG, 0 } 410 "\t --no-iso-comments do not store ISO comments\n" 411 "\t --only-iso-comments write ucomment.icu with only ISO comments\n"); 504 /* get the ISO 10646 comment */ 537 * 1: only store regular names, or only store ISO 10646 comment [all...] |
/bionic/libc/tzcode/ |
strftime.c | 433 ** "ISO 8601: Weekday as a decimal number 440 case 'V': /* ISO 8601 week number */ 441 case 'G': /* ISO 8601 year (four digits) */ 442 case 'g': /* ISO 8601 year (two digits) */ 449 ** From "http://www.ft.uni-erlangen.de/~mskuhn/iso-time.html" by Markus Kuhn: 482 ** the ISO year begin on? 488 ** ISO year begin on?
|
/system/core/libcutils/ |
tzstrftime.c | 383 ** "ISO 8601: Weekday as a decimal number 390 case 'V': /* ISO 8601 week number */ 391 case 'G': /* ISO 8601 year (four digits) */ 392 case 'g': /* ISO 8601 year (two digits) */ 399 ** From "http://www.ft.uni-erlangen.de/~mskuhn/iso-time.html" by Markus Kuhn: 432 ** the ISO year begin on? 438 ** ISO year begin on?
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
sbr_generate_high_freq.cpp | 54 in the course of development of the ISO/IEC 13818-7 and ISO/IEC 14496-3 57 specified by the ISO/IEC 13818-7 and ISO/IEC 14496-3 standards. 58 ISO/IEC gives users free license to this software module or modifications 60 image-coding related ITU Recommendations and/or ISO/IEC International 61 Standards. ISO/IEC gives users the same free license to this software module or 62 modifications thereof for research purposes and further ISO/IEC standardisation. 64 use may infringe existing patents. ISO/IEC have no liability for use of this 67 Recommendations and/or ISO/IEC International Standards [all...] |
/external/webkit/SunSpider/tests/sunspider-0.9/ |
date-format-tofte.js | 123 // the logic should match iso's 8601 standard. 187 // Weeknumber, as per ISO specification: 188 // http://www.cl.cam.ac.uk/~mgk25/iso-time.html
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
date-format-tofte.js | 123 // the logic should match iso's 8601 standard. 187 // Weeknumber, as per ISO specification: 188 // http://www.cl.cam.ac.uk/~mgk25/iso-time.html
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
sbr_generate_high_freq.cpp | 54 in the course of development of the ISO/IEC 13818-7 and ISO/IEC 14496-3 57 specified by the ISO/IEC 13818-7 and ISO/IEC 14496-3 standards. 58 ISO/IEC gives users free license to this software module or modifications 60 image-coding related ITU Recommendations and/or ISO/IEC International 61 Standards. ISO/IEC gives users the same free license to this software module or 62 modifications thereof for research purposes and further ISO/IEC standardisation. 64 use may infringe existing patents. ISO/IEC have no liability for use of this 67 Recommendations and/or ISO/IEC International Standards [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
gcc.info | 74 * C Implementation:: How GCC implements the ISO C specification. 156 published in 1990. This standard was ratified as an ISO standard 157 (ISO/IEC 9899:1990) later in 1990. There were no technical differences 159 were renumbered and became clauses in the ISO standard. This standard, 162 ISO standard, also came with a Rationale document. To select this 169 Errors in the 1990 ISO C standard were corrected in two Technical 181 A new edition of the ISO C standard was published in 1999 as ISO/IEC 188 Errors in the 1999 ISO C standard were corrected in three Technical 204 The ISO C standard defines (in clause 4) two classes of conformin [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
gcc.info | 74 * C Implementation:: How GCC implements the ISO C specification. 156 published in 1990. This standard was ratified as an ISO standard 157 (ISO/IEC 9899:1990) later in 1990. There were no technical differences 159 were renumbered and became clauses in the ISO standard. This standard, 162 ISO standard, also came with a Rationale document. To select this 169 Errors in the 1990 ISO C standard were corrected in two Technical 181 A new edition of the ISO C standard was published in 1999 as ISO/IEC 188 Errors in the 1999 ISO C standard were corrected in three Technical 204 The ISO C standard defines (in clause 4) two classes of conformin [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
gcc.info | 74 * C Implementation:: How GCC implements the ISO C specification. 156 published in 1990. This standard was ratified as an ISO standard 157 (ISO/IEC 9899:1990) later in 1990. There were no technical differences 159 were renumbered and became clauses in the ISO standard. This standard, 162 ISO standard, also came with a Rationale document. To select this 169 Errors in the 1990 ISO C standard were corrected in two Technical 181 A new edition of the ISO C standard was published in 1999 as ISO/IEC 188 Errors in the 1999 ISO C standard were corrected in three Technical 204 The ISO C standard defines (in clause 4) two classes of conformin [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
gcc.info | 74 * C Implementation:: How GCC implements the ISO C specification. 156 published in 1990. This standard was ratified as an ISO standard 157 (ISO/IEC 9899:1990) later in 1990. There were no technical differences 159 were renumbered and became clauses in the ISO standard. This standard, 162 ISO standard, also came with a Rationale document. To select this 169 Errors in the 1990 ISO C standard were corrected in two Technical 181 A new edition of the ISO C standard was published in 1999 as ISO/IEC 188 Errors in the 1999 ISO C standard were corrected in three Technical 204 The ISO C standard defines (in clause 4) two classes of conformin [all...] |
/bionic/libc/include/net/ |
if_types.h | 69 #define IFT_EON 0x19 /* ISO over IP */ 130 #define IFT_ISO88025DTR 0x56 /* ISO 802.5r DTR */ 142 #define IFT_ISO88025CRFPINT 0x62 /* ISO 802.5 CRFP */ 159 #define IFT_ISO88025FIBER 0x73 /* ISO 802.5j Fiber Token Ring */
|