Home
last modified time | relevance | path

Searched defs:hasBOM (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcsrutf8.cpp30 bool hasBOM = false; in match() local
Dcsrucode.cpp129 bool hasBOM = false; in match() local
/external/cronet/stable/third_party/icu/source/i18n/
Dcsrutf8.cpp30 bool hasBOM = false; in match() local
Dcsrucode.cpp129 bool hasBOM = false; in match() local
/external/cronet/tot/third_party/icu/source/i18n/
Dcsrutf8.cpp30 bool hasBOM = false; in match() local
Dcsrucode.cpp129 bool hasBOM = false; in match() local
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DBOMInputStream.java345 public boolean hasBOM() throws IOException { in hasBOM() method in BOMInputStream
360 public boolean hasBOM(final ByteOrderMark bom) throws IOException { in hasBOM() method in BOMInputStream
/external/deqp/scripts/src_util/
Dcheck_boms.py32 def hasBOM (file): function