Searched defs:bom (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/common/
H A Ducnv_u16.c70 static const char bom[]={ (char)0xfe, (char)0xff }; local
72 bom, 2,
669 static const char bom[]={ (char)0xff, (char)0xfe }; local
671 bom, 2,
H A Ducnv_u32.c228 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
230 bom, 4,
331 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
333 bom, 4,
706 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
708 bom, 4,
817 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
819 bom, 4,
/external/icu4c/test/thaitest/
H A Dthaitest.cpp407 UChar bom = 0xFEFF; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
H A DCharsetDecoderTest.java49 String bom = ""; field in class:CharsetDecoderTest
376 assertCharBufferValue(bom + getString(), out);
/external/icu4c/tools/genrb/
H A Dderb.c77 /* 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/tinyxml2/
H A Dtinyxml2.cpp245 const char* XMLUtil::ReadBOM( const char* p, bool* bom )
247 *bom = false;
254 *bom = true;
1769 static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 }; local
1771 Print( "%s", bom );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jar ... void assertMutable () public java.lang.String getCharset () byte[] bom private java.lang.Object getDescribedProperty (org.eclipse ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c20833 u8 bom = 0; local
20840 bom = SQLITE_UTF16BE;
20843 bom = SQLITE_UTF16LE;
20847 if( bom ){
20855 pMem->enc = bom;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c20833 u8 bom = 0; local
20840 bom = SQLITE_UTF16BE;
20843 bom = SQLITE_UTF16LE;
20847 if( bom ){
20855 pMem->enc = bom;
[all...]

Completed in 505 milliseconds