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

  /external/chromium_org/third_party/sqlite/src/src/
utf.c 31 ** BOM or Byte Order Mark:
350 u8 bom = 0; local
357 bom = SQLITE_UTF16BE;
360 bom = SQLITE_UTF16LE;
364 if( bom ){
372 pMem->enc = bom;
  /external/chromium_org/third_party/icu/source/common/
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...]
ucnv_u32.c 226 /* write the BOM if necessary */
228 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
230 bom, 4,
329 /* write the BOM if necessary */
331 static const char bom[]={ 0, 0, (char)0xfe, (char)0xff }; local
333 bom, 4,
704 /* write the BOM if necessary */
706 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
708 bom, 4,
815 /* write the BOM if necessary *
817 static const char bom[]={ (char)0xff, (char)0xfe, 0, 0 }; local
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_screen.h 105 struct radeon_bo_manager *bom; member in struct:radeon_screen
  /external/icu4c/common/
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...]
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...]
  /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/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.h 105 struct radeon_bo_manager *bom; member in struct:radeon_screen
  /external/chromium_org/third_party/icu/source/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/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)));
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java 49 String bom = ""; field in class:CharsetDecoderTest
376 assertCharBufferValue(bom + getString(), out);
  /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/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 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 20024 u8 bom = 0; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 20833 u8 bom = 0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 20833 u8 bom = 0; local
    [all...]

Completed in 1162 milliseconds