Home
last modified time | relevance | path

Searched full:bom (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodedstream.h170 // Detect encoding type with BOM or RFC 4627
172 // BOM (Byte Order Mark): in DetectType()
183 unsigned bom = static_cast<unsigned>(c[0] | (c[1] << 8) | (c[2] << 16) | (c[3] << 24)); in DetectType() local
185 …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()
242 \param putBOM Whether to write BOM at the beginning of the stream.
H A Dencodings.h67 //! Take a character from input byte stream, skip BOM if exist.
75 //! Put BOM to output byte stream.
/OK3568_Linux_fs/external/xserver/debian/po/
H A Dpt.po64 "tiver permissões para iniciar o servidor X. Um bom compromisso é permitir "
H A Dpt_BR.po82 "tiver permissão de iniciar o servidor X. Um bom compromisso é permitir o "
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dconfig.c245 /* We are at the file beginning; skip UTF8-encoded BOM in perf_parse_file()
252 /* Do not tolerate partial BOM. */ in perf_parse_file()
255 /* No BOM at file beginning. Cool. */ in perf_parse_file()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp245 const char* XMLUtil::ReadBOM( const char* p, bool* bom ) in ReadBOM() argument
247 *bom = false; in ReadBOM()
249 // Check for BOM: 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() local
1808 Print( "%s", bom ); in PushHeader()
H A Dtinyxml2.h1354 /** Sets whether to write the BOM when writing the file.
1740 /** If streaming, write the BOM and declaration. */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Drohm,bd71847-pmic.yaml15 optimized for low BOM cost and compact solution footprint. BD71847MWV and
H A Drohm,bd71837-pmic.yaml15 BOM cost and compact solution footprint. BD71837MWV integrates 8 Buck
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/
H A Dice-mcpp.patch128 + // When encoding is UTF-8, skip BOM if present.
/OK3568_Linux_fs/buildroot/dl/python-setuptools/
HDsetuptools-62.6.0.tar.gzsetuptools-62.6.0/ setuptools-62.6.0/CHANGES.rst setuptools-62.6. ...
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine/
H A Dchromium-latest.inc432 …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 \
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/
HDlibthird_media.so__gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize fprintf g_level_list mod_tag_list stderr __aeabi_unwind_cpp_pr0 memcpy _ZdlPv strlen _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERjj _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_S_copy_charsEPcPKcS7_ _ZSt19__throw_logic_errorPKc __cxa_guard_acquire __cxa_guard_release __aeabi_atexit _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareERKS4_ ...
/OK3568_Linux_fs/external/rknpu2/runtime/RK3588/Android/librknn_api/armeabi-v7a/
HDlibrknnrt.so__cxa_atexit __cxa_finalize __register_atfork _ZN4rknn7Logging16s_GlobalLogLevelE _ZNKSt13runtime_error4whatEv _ZNKSt6__ndk112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7compareEPKc _ZNKSt6__ndk112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7compareEjjPKcj _ZNKSt6__ndk119__shared_weak_count13__get_deleterERKSt9type_info _ZNKSt6__ndk120__vector_base_commonILb1EE20__throw_length_errorEv _ZNKSt6__ndk120__vector_base_commonILb1EE20__throw_out_of_rangeEv _ZNKSt6__ndk121__basic_string_commonILb1EE20__throw_length_errorEv _ZNKSt6__ndk16locale9use_facetERNS0_2idE _ZNKSt6__ndk18ios_base6getlocEv _ZNKSt9exception4whatEv _ZNSt11logic_errorC2EPKc _ZNSt11logic_errorC2ERKS_ _ZNSt12length_errorD1Ev _ZNSt13exception_ptrC1ERKS_ _ZNSt13exception_ptrD1Ev ...
/OK3568_Linux_fs/external/rknpu2/runtime/RK356X/Android/librknn_api/armeabi-v7a/
H A Dlibrknn_api.so__cxa_atexit __cxa_finalize __register_atfork _ZN4rknn7Logging16s_GlobalLogLevelE _ZNKSt13runtime_error4whatEv _ZNKSt6__ndk112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7compareEPKc _ZNKSt6__ndk112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7compareEjjPKcj _ZNKSt6__ndk119__shared_weak_count13__get_deleterERKSt9type_info _ZNKSt6__ndk120__vector_base_commonILb1EE20__throw_length_errorEv _ZNKSt6__ndk120__vector_base_commonILb1EE20__throw_out_of_rangeEv _ZNKSt6__ndk121__basic_string_commonILb1EE20__throw_length_errorEv _ZNKSt6__ndk16locale9use_facetERNS0_2idE _ZNKSt6__ndk18ios_base6getlocEv _ZNKSt9exception4whatEv _ZNSt11logic_errorC2EPKc _ZNSt11logic_errorC2ERKS_ _ZNSt12length_errorD1Ev _ZNSt13exception_ptrC1ERKS_ _ZNSt13exception_ptrD1Ev ...
HDlibrknnrt.so__cxa_atexit __cxa_finalize __register_atfork _ZN4rknn7Logging16s_GlobalLogLevelE _ZNKSt13runtime_error4whatEv _ZNKSt6__ndk112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7compareEPKc _ZNKSt6__ndk112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE7compareEjjPKcj _ZNKSt6__ndk119__shared_weak_count13__get_deleterERKSt9type_info _ZNKSt6__ndk120__vector_base_commonILb1EE20__throw_length_errorEv _ZNKSt6__ndk120__vector_base_commonILb1EE20__throw_out_of_rangeEv _ZNKSt6__ndk121__basic_string_commonILb1EE20__throw_length_errorEv _ZNKSt6__ndk16locale9use_facetERNS0_2idE _ZNKSt6__ndk18ios_base6getlocEv _ZNKSt9exception4whatEv _ZNSt11logic_errorC2EPKc _ZNSt11logic_errorC2ERKS_ _ZNSt12length_errorD1Ev _ZNSt13exception_ptrC1ERKS_ _ZNSt13exception_ptrD1Ev ...
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c1059 /* skip the UTF-8 BOM (byte order mark) if it is at the beginning of a buffer */
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp1068 /* skip the UTF-8 BOM (byte order mark) if it is at the beginning of a buffer */
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A Dchromium-latest.inc801 chromium/third_party/devtools-frontend/src/node_modules/strip-bom/license \
H A Dqt5webengine-chromium.hash800 …16e29de9e6cedae607b8634c chromium/third_party/devtools-frontend/src/node_modules/strip-bom/license
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/lib/gconv/
HDlibJISX0213.so ... {.rR tR vR |. l p:BOm kRiRuR pR n }. x. o ~. ...
/OK3568_Linux_fs/external/rockit/lib/lib32/
HDlibrockit.so__gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize strlen _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERjj _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_S_copy_charsEPcPKcS7_ __stack_chk_fail _ZSt19__throw_logic_errorPKc __stack_chk_guard __aeabi_unwind_cpp_pr0 __gxx_personality_v0 __cxa_end_cleanup _ZdlPv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_ _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_ _Znwj __cxa_pure_virtual ...
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h5428 /* BOM 768.0 and above */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/
HDEUC-KR.gz1<code_set_name> EUC-KR 2<comment_char> % 3<escape_char> / 4< ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/
HDEUC-KR.gz1<code_set_name> EUC-KR 2<comment_char> % 3<escape_char> / 4< ...

12