Home
last modified time | relevance | path

Searched refs:isalpha (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp90 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 Dlexer.js27 function isalpha(c) { function
38 return isalpha(c) || isNum(c);
131 if (isalpha(c)) {
/ohos5.0/build/
H A Dgn_helpers.py355 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 Dres_common_util.h40 if (!isalpha(bundleName.front())) { in CheckBundleName()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/lexer/
H A Dlexer.cpp189 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 Dlexer.h92 return isalpha(c); in IsAlphabet()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dlexer.cpp236 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 Ddate_time_sequence.cpp76 if (flag && std::isalpha(ch)) { in ModifyOrder()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dcharacter.cpp82 return isalpha(char32); in IsLetter()
H A Dnumber_format.cpp600 isAlpha = std::isalpha(c); in GetCurrencyFromConfig()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_verify.cpp64 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 Ddate_time_sequence.cpp166 if (flag && std::isalpha(ch)) { in ModifyOrder()
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h134 [](char c) { return (std::isdigit(c) || std::isalpha(c) || c == '_'); }); in IsValid()
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.cpp94 if (isalpha(c)) { in Lex()
H A Ddecompile.cpp324 } else if (!isalpha(outPutFileName[outPutFileName.length() - 1])) { in DoDecompile()
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp158 if (!isalpha(c)) { in IsAlphaStr()
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/
H A Dhcs_build_info.py126 if new_char.char.isalpha():
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp110 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 Dparse_effect_config.c124 if (!isalpha(*effectValue)) { // Names must begin with a letter in AudioEffectGetAndCheckName()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_util.h200 [](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 Dtext_clock_pattern.cpp648 if (abstractItem ? (std::isalpha(str)) : !(std::isalpha(str))) { in Abstract()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_utils.cpp435 if (!(std::isalpha(inName[0]) || inName[0] == '_')) { in CheckFieldName()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/
H A Dbuild_hdi_files_info.py118 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 Djs_url.cpp178 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 Drd_json_object.cpp222 if (!((isalpha(oneChar)) || (isdigit(oneChar)) || (oneChar == '_'))) { in IsFieldNameLegal()

12