Searched refs:bom (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_document.rb242 bom = "\ufeff".force_encoding("ASCII-8BIT")
243 document = REXML::Document.new(bom + xml)
252 bom = "\ufeff".encode("UTF-16LE").force_encoding("ASCII-8BIT")
253 document = REXML::Document.new(bom + xml)
262 bom = "\ufeff".encode("UTF-16BE").force_encoding("ASCII-8BIT")
263 document = REXML::Document.new(bom + xml)
274 bom = "\ufeff".force_encoding("ASCII-8BIT")
275 document = REXML::Document.new(bom + xml)
284 bom = "\ufeff".encode("UTF-16LE").force_encoding("ASCII-8BIT")
285 document = REXML::Document.new(bom
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dutf8.c366 uint16_t bom = (p[0] << 8) + p[1]; local
367 if (bom == 0xfffe || bom == 0xfeff) {
368 little = (bom == 0xfffe);
425 uint16_t bom = 0xfffe; local
431 p[0] = (bom >> 8) & 0xff;
432 p[1] = (bom ) & 0xff;
434 p[1] = (bom ) & 0xff;
435 p[0] = (bom >> 8) & 0xff;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducdata.c65 ac_uint2 bom; member in struct:__anon3029
171 if (hdr.bom == 0xfffe) {
206 if (hdr.bom == 0xfffe) {
223 if (hdr.bom == 0xfffe) {
352 if (hdr.bom == 0xfffe) {
377 if (hdr.bom == 0xfffe) {
547 if (hdr.bom == 0xfffe) {
564 if (hdr.bom == 0xfffe) {
745 if (hdr.bom == 0xfffe) {
763 if (hdr.bom
[all...]
/macosx-10.10/procmail-14/procmail/src/
H A Dregexp.c512 ;{ const char*start,*bom; local
549 { thiss=cleantail(bom=start,thiss,th1);
592 if(bom<(char*)text)
593 bom=(const char*)text;
596 len=eom>bom?eom-bom:0;
598 tmemmove(q=(char*)text,bom,len),q[len]='\0',bom=q;
602 tmemmove(q=p+Stdfilled-(int)len,bom,len);retbStdout(p);
/macosx-10.10/ICU-531.30/icuSources/common/
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,
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,
/macosx-10.10/ICU-531.30/icuSources/test/thaitest/
H A Dthaitest.cpp407 UChar bom = 0xFEFF; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DProvider.pm1104 my $bom = $boms->[$count++];
1106 # does the string start with the bom?
1107 if ($bom eq substr($string, 0, length($bom))) {
1109 return Encode::decode($enc, substr($string, length($bom)), 1);
/macosx-10.10/tidy-15.15/tidy/src/
H A Dstreamio.c175 uint bom; local
193 bom = (c << 8) + c1;
195 if ( bom == UNICODE_BOM_BE )
203 else if (bom == UNICODE_BOM_LE)
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-parse.el448 (bom (match-beginning 10))
473 (progn (goto-char bom)
489 (list 'index index-tag context file bom arg key showkey sortkey key-end))))
/macosx-10.10/emacs-93/emacs/mac/
H A Dmake-package386 echo "Creating bom file"
387 mkbom ${tempparentfull} ${packagedir}/Contents/Resources/Emacs.bom
/macosx-10.10/vim-55/runtime/syntax/
H A Dtidy.vim93 syn match tidyOption "^output-bom" contained
/macosx-10.10/sudo-73/src/
H A Dpp6897 (cd $bomstage && $pp_macos_sudo mkbom . $pp_wrkdir/bom_stage.bom) ||
6899 $pp_macos_sudo mv $pp_wrkdir/bom_stage.bom "$2"
7109 # Create the bill-of-materials (Archive.bom)
7113 pp_macos_mkbom $pp_wrkdir/tmp.bomls $Contents/Archive.bom
/macosx-10.10/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c3231 int bom = (ptr->buf[0] == 0xef && ptr->buf[1] == 0xbb local
3235 if (!bom){

Completed in 313 milliseconds