Home
last modified time | relevance | path

Searched refs:MATCHE_INDEX_WHOLE_STRING (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp42 constexpr uint8_t MATCHE_INDEX_WHOLE_STRING = 0; variable
148 prefixLength = matches[MATCHE_INDEX_WHOLE_STRING].first - inputOutputValue.begin(); in parseArgs()
321 prefixLength = matches[MATCHE_INDEX_WHOLE_STRING].first - inputOutputValue.begin(); in ReplacePlaceholderWithParams()
350 … inputOutputValue.replace(prefixLength, matches[MATCHE_INDEX_WHOLE_STRING].length(), replaceStr); in ReplacePlaceholderWithParams()