/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/ |
H A D | check_common.cpp | 90 if (!((isalpha(oneChar)) || (isdigit(oneChar)) || (oneChar == '_'))) { in CheckSingleFilterPath() 182 if (!((isalpha(oneChar)) || (isdigit(oneChar)) || (oneChar == '_'))) { in CheckSingleUpdataDocPath() 227 if (!((isalpha(fieldName[j])) || (isdigit(fieldName[j])) || (fieldName[j] == '_'))) { in CheckSingleProjectionDocPath()
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | lexer.js | 27 function isalpha(c) { function 38 return isalpha(c) || isNum(c); 131 if (isalpha(c)) {
|
/ohos5.0/build/ |
H A D | gn_helpers.py | 355 if not next_char.isalpha() and not next_char == '_': 362 while next_char.isalpha() or next_char.isdigit() or next_char == '_':
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/common/include/ |
H A D | res_common_util.h | 40 if (!isalpha(bundleName.front())) { in CheckBundleName()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/ |
H A D | lexer.cpp | 189 if (isalpha(c) || c == '_') { in ReadToken() 238 if (isalpha(c) || isdigit(c) || c == '_' || c == '.') { in ReadId() 372 if (isalpha(c) || isdigit(c) || c == '_' || c == '.') { in ReadNumSuffix()
|
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | lexer.h | 92 return isalpha(c); in IsAlphabet()
|
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/ |
H A D | lexer.cpp | 236 if (isalpha(c) || c == '_') { in ReadToken() 285 if (isalpha(c) || isdigit(c) || c == '_' || c == '.') { in ReadId() 419 if (isalpha(c) || isdigit(c) || c == '_' || c == '.') { in ReadNumSuffix()
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_sequence.cpp | 76 if (flag && std::isalpha(ch)) { in ModifyOrder()
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | character.cpp | 82 return isalpha(char32); in IsLetter()
|
H A D | number_format.cpp | 600 isAlpha = std::isalpha(c); in GetCurrencyFromConfig()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_verify.cpp | 64 if (!isalpha(name[0]) && (!allowDollarSign || name[0] != '$')) { in IsValidName() 463 if (!isalpha(name[0]) && name[0] != '_' && name[0] != '$') { in IsValidPropName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | date_time_sequence.cpp | 166 if (flag && std::isalpha(ch)) { in ModifyOrder()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | types.h | 134 [](char c) { return (std::isdigit(c) || std::isalpha(c) || c == '_'); }); in IsValid()
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | lexer.cpp | 94 if (isalpha(c)) { in Lex()
|
H A D | decompile.cpp | 324 } else if (!isalpha(outPutFileName[outPutFileName.length() - 1])) { in DoDecompile()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | string_ex.cpp | 158 if (!isalpha(c)) { in IsAlphaStr()
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/ |
H A D | hcs_build_info.py | 126 if new_char.char.isalpha():
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | json_common.cpp | 110 if (!((isalpha(fieldName[i])) || (isdigit(fieldName[i])) || fieldName[i] == '_')) { in CheckNode() 153 if (!((isalpha(fieldName[i])) || (isdigit(fieldName[i])) || (fieldName[i] == '_') || in CheckProjectionNode()
|
/ohos5.0/drivers/peripheral/audio/effect/config/src/ |
H A D | parse_effect_config.c | 124 if (!isalpha(*effectValue)) { // Names must begin with a letter in AudioEffectGetAndCheckName()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_util.h | 200 [](char c) { return (std::isdigit(c) || std::isalpha(c) || c == '_'); }); in IsValid()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_pattern.cpp | 648 if (abstractItem ? (std::isalpha(str)) : !(std::isalpha(str))) { in Abstract()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_utils.cpp | 435 if (!(std::isalpha(inName[0]) || inName[0] == '_')) { in CheckFieldName()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ |
H A D | build_hdi_files_info.py | 118 if new_char.char.isalpha() or new_char.char == '_': 135 if new_char.char.isalpha() or new_char.char.isdigit(
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/ |
H A D | js_url.cpp | 178 if (!isalpha(input[0])) { in AnalysisScheme() 761 if ((isalpha(input[0]) && (input[1] == ':' || input[1] == '|'))) { in ISFileNohost() 803 if (isalpha(it[0]) && (it[1] == ':' || it[1] == '|')) { in AnalysisFilePath() 1125 isalpha(baseData.path[0][0]) && (baseData.path[0][1] == ':')) { in ShorteningPath()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | rd_json_object.cpp | 222 if (!((isalpha(oneChar)) || (isdigit(oneChar)) || (oneChar == '_'))) { in IsFieldNameLegal()
|