Home
last modified time | relevance | path

Searched refs:chr (Results 1 - 8 of 8) sorted by relevance

/base/telephony/sms_mms/utils/
H A Dstring_utils.cpp94 char chr = 0; in HexToString() local
97 chr = static_cast<char>(strTemp); in HexToString()
99 result.push_back(chr); in HexToString()
/base/telephony/core_service/utils/codec/include/
H A Dreset_response.h30 bool CheckOperationRes(uint8_t chr, const uint32_t tMask, const uint32_t comparedVal);
/base/telephony/core_service/utils/codec/src/
H A Dreset_response.cpp52 bool ResetResponse::CheckOperationRes(uint8_t chr, const uint32_t tMask, const uint32_t comparedVal) in CheckOperationRes() argument
54 return ((chr & tMask) == comparedVal); in CheckOperationRes()
/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp96 char chr = 0; in HexToString() local
99 chr = static_cast<char>(strTemp); in HexToString()
101 result.push_back(chr); in HexToString()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp966 char chr = *it; in CheckSchemeName() local
967 if (!((chr >= 'a' && chr <= 'z') || (chr >= '0' && chr <= '9') || in CheckSchemeName()
968 (chr == '.') || (chr == '+') || (chr == '-'))) { in CheckSchemeName()
969 WEBVIEWLOGE("invalid character %{public}c", chr); in CheckSchemeName()
/base/tee/tee_client/services/teecd/src/
H A Dsecfile_load_agent.c155 char *chr = (char *)uuid; in IsTaLib() local
159 if (chr[i] != 0) { in IsTaLib()
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dfile_parser.py63 for chr in cppname:
66 if len(result) > 0 and not chr.isdigit() \
67 and chr.upper() == chr \
70 result += chr.lower()
71 lastchr = chr
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp4131 char chr = *it; in CheckSchemeName() local
4132 if (!((chr >= 'a' && chr <= 'z') || (chr >= '0' && chr <= '9') || in CheckSchemeName()
4133 (chr == '.') || (chr == '+') || (chr == '-'))) { in CheckSchemeName()
4134 WVLOG_E("invalid character %{public}c", chr); in CheckSchemeName()

Completed in 20 milliseconds