/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/ |
H A D | string_util.cpp | 26 uint32_t c = text[i]; in IsUtf8() local 41 for (int j = 0; j < n && i < len; j++) { in IsUtf8() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | common_utils.h | 34 uint32_t c = text[i]; in IsUtf8() local 48 for (uint32_t j = 0; j < n && i < len; j++) { in IsUtf8() local
|
/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_base64.c | 76 uint32_t j = 0; in Base64Encode() local 82 uint32_t c = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local 130 uint32_t j = 0; in Base64Decode() local 134 uint32_t c = g_base64DecodeTable[from[i++]]; in Base64Decode() local
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/utils/ |
H A D | dcamera.cpp | 104 uint32_t j = 0; in Base64Encode() local 153 uint32_t j = 0; in Base64Decode() local 172 bool IsBase64(unsigned char c) in IsBase64()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_photo_operator.cpp | 110 size_t j = 0; in DeCode() local 128 bool OsAccountPhotoOperator::IsBase(unsigned char c) in IsBase()
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hdi_util.c | 47 char IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert() 69 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in ConvertMacToArray() local 96 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/ |
H A D | color_space_fuzzer.cpp | 73 float c = GetObject<float>(); in ColorSpaceFuzzTest002() local 80 for (uint32_t j = 0; j < CMSMATRIX_SIZE; j++) { in ColorSpaceFuzzTest002() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/ |
H A D | check_common.cpp | 72 …:transform(formattedName.begin(), formattedName.end(), formattedName.begin(), [](unsigned char c) { in CheckCollectionName() 85 for (size_t j = 0; j < singleFilterPath.size(); j++) { in CheckSingleFilterPath() local 162 for (size_t j = 0; j < priFieldName.size(); j++) { in SplitFieldName() local 226 for (size_t j = 0; j < fieldName.size(); j++) { in CheckSingleProjectionDocPath() local
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/common/ |
H A D | wifi_hal_common_func.c | 65 static int8_t IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert() 87 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in ConvertMacToArray() local 114 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid() local
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_utils.h | 123 for (int32_t c = 0; c < channel; ++c) { in TransposeTensor() local 124 for (int32_t j = 0; j < height * width; ++j) { in TransposeTensor() local
|
/ohos5.0/foundation/ability/idl_tool/util/ |
H A D | string.cpp | 267 char* c = strstr(string_ + fromIndex, string); in __anon5e4de09e0602() local 283 char* c = strstr(string_ + fromIndex, other.string_); in __anon5e4de09e0702() local 360 int j = i - 1; in __anon5e4de09e0b02() local 458 for (int j = i; j < size; j++) { in __anon5e4de09e1002() local 477 for (int j = i; j < size; j++) { in __anon5e4de09e1102() local 516 for (int j = i; j < size; j++) { in __anon5e4de09e1402() local
|
/ohos5.0/foundation/graphic/graphic_2d/utils/color_manager/src/ |
H A D | color_space.cpp | 178 Matrix3x3 c = {}; in operator *() local 180 for (size_t j = 0; j < b.size(); ++j) { in operator *() local 193 for (size_t j = 0; j < a.size(); ++j) { in operator *() local 204 for (size_t j = 0; j < x.size(); ++j) { in operator *() local 323 for (size_t c = 0; c < dst[0].size(); ++c) { in Invert() local 387 for (int j = 0; j < DIMES_3; ++j) { in ToSkiaXYZ() local
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | loadbmp_test.c | 188 uint16_t j; in LoadRgbData() local 192 OsdColor c; in LoadRgbData() local 212 uint16_t j; in LoadData() local 259 uint16_t j; in Copy2BitsAnd4Bits() local
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/ |
H A D | converter.cpp | 128 char c = static_cast<char>(wc & LOWER_8_BITS_MASK); in Utf16BEToANSI() local 141 bool IsBase64Char(unsigned char c) in IsBase64Char() 291 char c = hex.at(i); in IsValidHex() local 391 int j = 0; in FindLastIndex() local 446 int j = tarlen - 1; in FindIndex() local
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/ |
H A D | domain_chain_rule.cpp | 101 [&invalidChar](const char &c) { return invalidChar.find(c) != std::string::npos; }), in FormatDataToDomain() 117 for (uint8_t j = 0; j < segmentSize; ++j) { in FormatDataToDomain() local
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/ |
H A D | sa_ts_code_emitter.cpp | 38 for (int j = 0; j < paramNumber; j++) { in CheckInterfaceType() local 60 char c = name[i]; in FileName() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 79 for (int j = 0; j < 2 * a; j++) { // 2 max SLR box size in GetWeights() local 85 for (int j = 0; j < 2 * a; j++) { // 2 max SLR box size in GetWeights() local 181 for (int c = cStart; c <= cEnd; ++c) { in SLRBox() local 210 for (int j = 0; j < n; j++) { in Serial() local 224 for (int j = 0; j < n; j++) { in SLRSubtask() local 260 for (int j = 0; j < n; j++) { in Parallel() local
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | js_xml.cpp | 347 char c = s[i]; in WriteEscaped() local 466 for (size_t j = 0; j < max_; ++j) { in DealLength() local 573 for (char c : temp) { in DealCdata() local 748 int c = PriorDealChar(); in SkipChar() local 761 char c = 0; in ParseNameInner() local 789 char c = strXml_[position_]; in ParseName() local 819 int c = 0; in ParseEntityFunc() local 868 int c = PriorDealChar(); in ParseEntity() local 1021 size_t j = (nspCounts_[depth]++) << 1; in ParseNspFunc() local 1335 int c = PriorDealChar(); in ParserDoctInnerInfo() local [all …]
|
/ohos5.0/foundation/ability/dmsfwk/common/src/ |
H A D | distributed_sched_utils.cpp | 265 uint32_t j = 0; in Base64Encode() local 318 uint32_t j = 0; in Base64Decode() local 337 bool IsBase64(unsigned char c) in IsBase64()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dcamera_utils_tools.cpp | 121 uint32_t j = 0; in Base64Encode() local 174 uint32_t j = 0; in Base64Decode() local 193 bool IsBase64(unsigned char c) in IsBase64()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utf.cpp | 157 for (size_t j = size - 1; j > 0; j--) { in EncodeUTF8() local 219 unsigned char c = data[i]; in IsUTF8() local
|
/ohos5.0/base/usb/usb_manager/services/native/src/ |
H A D | usb_accessory_manager.cpp | 354 bool IsBase64(unsigned char c) in IsBase64() 388 uint32_t j = 0; in Base64Decode() local 406 for (char c : decoded_data) { in Base64Decode() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_filler.cpp | 97 for (int j = 0; j < itemWidth; ++j) { in FitItem() local 133 for (int32_t c = 0; c < size.columns; ++c) { in FillOne() local 336 const int32_t& c = colIt.first; in BackwardImpl() local
|
/ohos5.0/base/sensors/sensor/services/src/ |
H A D | sensor_dump.cpp | 106 int32_t c; in RunSensorDump() local 261 int32_t j = 0; in DumpSensorData() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_arg.cpp | 519 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeData() local 532 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeDataForRGB_UBYTE() local 545 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeDataForRGBA_USHORT_4444() local 559 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeDataForRGBA_USHORT_5551() local 573 for (int32_t j = 0; j < imageOption_.width; ++j) { in DecodeDataForRGB_USHORT_565() local 924 unsigned char c = str[i]; in CheckString() local
|