Searched refs:bom (Results 1 – 7 of 7) sorted by relevance
183 unsigned bom = static_cast<unsigned>(c[0] | (c[1] << 8) | (c[2] << 16) | (c[3] << 24)); in DetectType() local185 …if (bom == 0xFFFE0000) { type_ = kUTF32BE; hasBOM_ = true; is_->Take(); is_->Take… in DetectType()186 …else if (bom == 0x0000FEFF) { type_ = kUTF32LE; hasBOM_ = true; is_->Take(); is_->Take… in DetectType()187 …else if ((bom & 0xFFFF) == 0xFFFE) { type_ = kUTF16BE; hasBOM_ = true; is_->Take(); is_->Take… in DetectType()188 …else if ((bom & 0xFFFF) == 0xFEFF) { type_ = kUTF16LE; hasBOM_ = true; is_->Take(); is_->Take… in DetectType()189 …else if ((bom & 0xFFFFFF) == 0xBFBBEF) { type_ = kUTF8; hasBOM_ = true; is_->Take(); is_->Take… in DetectType()
245 const char* XMLUtil::ReadBOM( const char* p, bool* bom ) in ReadBOM() argument247 *bom = false; in ReadBOM()254 *bom = true; in ReadBOM()1806 static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 }; in PushHeader() local1808 Print( "%s", bom ); in PushHeader()
64 "tiver permissões para iniciar o servidor X. Um bom compromisso é permitir "
82 "tiver permissão de iniciar o servidor X. Um bom compromisso é permitir o "
432 …mium/third_party/devtools-frontend/src/node_modules/load-json-file/node_modules/strip-bom/license \617 src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/strip-bom/license \
801 chromium/third_party/devtools-frontend/src/node_modules/strip-bom/license \
800 …16e29de9e6cedae607b8634c chromium/third_party/devtools-frontend/src/node_modules/strip-bom/license