HomeSort by relevance Sort by last modified time
    Searched full:iso (Results 926 - 950 of 2019) sorted by null

<<31323334353637383940>>

  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
cc1 
  /external/expat/tests/
runtests.c 261 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
273 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
283 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
293 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
392 "<?xml version='1.0' encoding='iso-8859-1'?>\n"
781 "<?xml encoding='iso-8859-3'?>"
988 "<?xml version='1.0' encoding='iso-8859-1'?><s>"
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 75 /** True if c is ISO-LATIN characters 0-9 */
81 /** True if c is ISO-LATIN characters 0-9, *, # */
87 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD */
93 /** True if c is ISO-LATIN characters 0-9, *, # , + (no WILD) */
99 /** True if c is ISO-LATIN characters 0-9, *, # , +, WILD, WAIT, PAUSE */
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
get_ics_info.cpp 34 Description: Update per review comments, and match ISO/IEC 14496-3
156 (1) ISO/IEC 14496-3:1999(E) Titled "Information technology - Coding
164 of the MPEG-2 NBC/MPEG-4 Audio standard ISO/IEC 13818-7, 14496-1,2 and
167 Audio standard. ISO/IEC gives users of the MPEG-2 NBC/MPEG-4 Audio
174 and ISO/IEC have no liability for use of this software module or
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
get_ics_info.cpp 34 Description: Update per review comments, and match ISO/IEC 14496-3
156 (1) ISO/IEC 14496-3:1999(E) Titled "Information technology - Coding
164 of the MPEG-2 NBC/MPEG-4 Audio standard ISO/IEC 13818-7, 14496-1,2 and
167 Audio standard. ISO/IEC gives users of the MPEG-2 NBC/MPEG-4 Audio
174 and ISO/IEC have no liability for use of this software module or
  /frameworks/base/media/libstagefright/codecs/aacdec/
get_ics_info.cpp 34 Description: Update per review comments, and match ISO/IEC 14496-3
156 (1) ISO/IEC 14496-3:1999(E) Titled "Information technology - Coding
164 of the MPEG-2 NBC/MPEG-4 Audio standard ISO/IEC 13818-7, 14496-1,2 and
167 Audio standard. ISO/IEC gives users of the MPEG-2 NBC/MPEG-4 Audio
174 and ISO/IEC have no liability for use of this software module or
  /frameworks/base/obex/javax/obex/
ObexHelper.java 418 // Time ISO Header
423 * The ISO Header should take the form YYYYMMDDTHHMMSSZ. The
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 825 /*ISO-2022*/
853 expectedISO88593, sizeof(expectedISO88593), "iso-8859-3", toISO88593Offs,FALSE );
867 expectedISO88593, sizeof(expectedISO88593), "iso-8859-3", toISO88593Offs,FALSE );
877 /*ISO-2022*/
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
c++ 
g++ 
gcc 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-c++ 
arm-eabi-cpp 
arm-eabi-g++ 
arm-eabi-gcc 
arm-eabi-gcc-4.4.0 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
cc1 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
cc1 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixincl 
  /external/icu4c/common/unicode/
uchar.h 111 * most of general categories "Z" (separators) + most whitespace ISO controls
113 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces
115 * - u_isspace: Z + whitespace ISO controls (including no-break spaces)
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
uchar.h 90 * most of general categories "Z" (separators) + most whitespace ISO controls
92 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces
94 * - u_isspace: Z + whitespace ISO controls (including no-break spaces)
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
uchar.h 90 * most of general categories "Z" (separators) + most whitespace ISO controls
92 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces
94 * - u_isspace: Z + whitespace ISO controls (including no-break spaces)
    [all...]
  /external/webkit/WebCore/icu/unicode/
uchar.h 90 * most of general categories "Z" (separators) + most whitespace ISO controls
92 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces
94 * - u_isspace: Z + whitespace ISO controls (including no-break spaces)
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uchar.h 90 * most of general categories "Z" (separators) + most whitespace ISO controls
92 * - u_isWhitespace: Java isWhitespace; Z + whitespace ISO controls but excluding no-break spaces
94 * - u_isspace: Z + whitespace ISO controls (including no-break spaces)
    [all...]
  /external/stlport/test/unit/
string_test.cpp 379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
381 /* This test really not required: in ISO-IEC-14882:1998(E) paragraph 3 stated:
416 CPPUNIT_ASSERT( *(yy.c_str()) == '\0' ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 1
434 // ISO/IEC 14882:1998(E), ISO/IEC 14882:2003(E), 21.3.4 ('... the const version')
665 /* ISO/IEC 14882 2003, 21.3.6.1 basic_string::find [lib.string::find]
    [all...]

Completed in 280 milliseconds

<<31323334353637383940>>