Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/common/inc/
H A Dhcf_string.h78 int StringFind(const HcString *self, char c, uint32_t begin);
/ohos5.0/base/security/crypto_framework/common/src/
H A Dhcf_string.c127 int StringFind(const HcString *self, char c, uint32_t begin) in StringFind() function
H A Dparams_parser.c214 int findPos = StringFind(&str, '|', pos); in ParseAndSetParameter()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_common_cov_test.cpp417 uint32_t ret = StringFind(nullptr, 0, 0);