OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bom8
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/as_is/os400/
fixup-icu.sh
36
bom8
=`od -t x1 -N 3 $file|\
40
echo "file $file bom /${
bom8
}/"
41
if [ "$
bom8
" = "57 8b ab" ]
unpax-icu.sh
109
bom8
=`head -n 1 $file|\
116
if [ "$
bom8
" = "057 08b 0ab" -o "$
bom8
" = "57 8b ab" ]
/external/icu/icu4c/as_is/os390/
unpax-icu.sh
76
bom8
=`head -c 3 $file|\
83
if [ "$
bom8
" = "57 8b ab" ]
Completed in 1246 milliseconds