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

/external/chromium_org/third_party/icu/source/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.c229 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
231 bom, 4,
332 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
334 bom, 4,
707 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
709 bom, 4,
818 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
820 bom, 4,
/external/chromium_org/third_party/icu/source/test/thaitest/
H A Dthaitest.cpp407 UChar bom = 0xFEFF; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_screen.h105 struct radeon_bo_manager *bom; member in struct:radeon_screen
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h105 struct radeon_bo_manager *bom; member in struct:radeon_screen
/external/chromium_org/third_party/sqlite/src/src/
H A Dutf.c350 u8 bom = 0; local
357 bom = SQLITE_UTF16BE;
360 bom = SQLITE_UTF16LE;
364 if( bom ){
372 pMem->enc = bom;
/external/icu/icu4c/source/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.c229 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
231 bom, 4,
332 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
334 bom, 4,
707 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
709 bom, 4,
818 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
820 bom, 4,
/external/icu/icu4c/source/test/thaitest/
H A Dthaitest.cpp407 UChar bom = 0xFEFF; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_screen.h105 struct radeon_bo_manager *bom; member in struct:radeon_screen
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h105 struct radeon_bo_manager *bom; member in struct:radeon_screen
/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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c20009 u8 bom = 0; local
20016 bom = SQLITE_UTF16BE;
20019 bom = SQLITE_UTF16LE;
20023 if( bom ){
20031 pMem->enc = bom;
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c22052 u8 bom = 0; local
22059 bom = SQLITE_UTF16BE;
22062 bom = SQLITE_UTF16LE;
22066 if( bom ){
22074 pMem->enc = bom;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c22052 u8 bom = 0; local
22059 bom = SQLITE_UTF16BE;
22062 bom = SQLITE_UTF16LE;
22066 if( bom ){
22074 pMem->enc = bom;
[all...]

Completed in 4238 milliseconds