HomeSort by relevance Sort by last modified time
    Searched refs:bom (Results 1 - 11 of 11) sorted by null

  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
UTF16CharsetDecoderTest.java 36 bom = "\ufeff";
49 // if don't specified BOM
CharsetDecoderTest.java 49 String bom = ""; field in class:CharsetDecoderTest
376 assertCharBufferValue(bom + getString(), out);
  /external/icu4c/common/
ucnv_u32.c 227 /* write the BOM if necessary */
229 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
231 bom, 4,
330 /* write the BOM if necessary */
332 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
334 bom, 4,
705 /* write the BOM if necessary */
707 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
709 bom, 4,
816 /* write the BOM if necessary *
818 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
    [all...]
ucnv_u16.c 32 * "with BOM" variants of UTF-16BE and UTF-16LE.
68 /* write the BOM if necessary */
70 static const char bom[]={ (char)0xfe, (char)0xff }; local
72 bom, 2,
573 cnv->mode=8; /* no BOM handling */
575 cnv->mode=0; /* Java-specific "UnicodeBig" requires BE BOM or no BOM */
579 /* reset fromUnicode for "UnicodeBig": prepare to output the UTF-16BE BOM */
667 /* write the BOM if necessary */
669 static const char bom[]={ (char)0xff, (char)0xfe } local
    [all...]
  /external/icu4c/test/thaitest/
thaitest.cpp 303 * Order Mark (BOM) so that we know what order to read the bytes in.
353 charCount--; // skip the BOM
407 UChar bom = 0xFEFF; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
  /external/qemu/distrib/sdl-1.2.15/Xcode/
package 228 # generate bom file
229 set pkgBom = $pkg/$root.bom
230 echo -n " generating bom file ... "
  /external/tinyxml2/
tinyxml2.cpp 245 const char* XMLUtil::ReadBOM( const char* p, bool* bom )
247 *bom = false;
249 // Check for BOM:
254 *bom = true;
1769 static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 }; local
    [all...]
  /external/icu4c/tools/genrb/
derb.c 77 /* 8 */ { "bom", NULL, NULL, NULL, 0, UOPT_NO_ARG, 0 },
129 " [ -v, --verbose ] [ -e, --encoding encoding ] [ --bom ]\n"
330 static const UChar bom[] = { 0xFEFF }; local
331 printString(out, converter, bom, (int32_t)(sizeof(bom)/sizeof(*bom)));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 223 milliseconds