Searched refs:suffixLen (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_quickfix_callback.cpp | 41 int suffixLen = strlen(MERGE_ABC_PATH); in operator ()() local 42 int moduleLen = baseFileNameLen - prefixLen - suffixLen; in operator ()()
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_allocator.cpp | 211 uint32_t suffixLen = bufInfo.stride - word; in RearrangeBitmap() local 217 rdestBuf -= suffixLen; in RearrangeBitmap() 218 (void)memset_s(rdestBuf, suffixLen, 0, suffixLen); in RearrangeBitmap()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | dft_impl.cpp | 39 size_t suffixLen = 3; in GetPagePath() local 40 size_t len = strlen(pagePath) - suffixLen; in GetPagePath()
|
H A D | js_fwk_common.cpp | 1157 void ExpandImagePathMem(char *&imagePath, const int16_t dotPos, const int16_t suffixLen, const int16_t imagePathLen) in ExpandImagePathMem() argument 1159 if (dotPos < 0 || suffixLen < 0 || imagePathLen < 0) { in ExpandImagePathMem() 1162 int16_t len = dotPos + 1 + suffixLen + 1; in ExpandImagePathMem() 1169 (dotPos + 1 + suffixLen + 1)); in ExpandImagePathMem()
|
H A D | js_fwk_common.h | 287 void ExpandImagePathMem(char *&imagePath, const int16_t dotPos, const int16_t suffixLen, const int16_t imagePathLen);
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | string_utils.h | 702 inline bool EndWith(const std::string& str, const char* suffix, size_t suffixLen) in EndWith() argument 705 return ((len >= suffixLen) && (str.compare(len - suffixLen, suffixLen, suffix) == 0)); in EndWith()
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
H A D | ability_record_manager.cpp | 132 size_t suffixLen = strlen(suffix); in IsLauncher() local 133 if (len < suffixLen) { in IsLauncher() 136 return (strcmp(bundleName + len - suffixLen, suffix) == 0); in IsLauncher()
|
Completed in 7 milliseconds