Home
last modified time | relevance | path

Searched defs:srcString (Results 1 – 11 of 11) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DMethodProps.cpp67 unsigned ParseStringToUInt32(const UString &srcString, UInt32 &number) in ParseStringToUInt32()
75 static unsigned ParseStringToUInt64(const UString &srcString, UInt64 &number) in ParseStringToUInt64()
489 static void SplitParams(const UString &srcString, UStringVector &subStrings) in SplitParams()
606 HRESULT CMethodProps::ParseParamsFromString(const UString &srcString) in ParseParamsFromString()
/third_party/skia/modules/svg/src/
DCssStyleParser.cpp54 std::vector<std::string> CssStyleParser::splitString(const std::string& srcString, const std::strin… in splitString()
/third_party/lzma/CS/7zip/Common/
DCommandLineParser.cs70 bool ParseString(string srcString, SwitchForm[] switchForms) in ParseString()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp824 static HRESULT ParseBond(UString &srcString, UInt32 &coder, UInt32 &stream) in ParseBond()
/third_party/skia/third_party/externals/icu/source/i18n/
Dumsg.cpp527 UnicodeString srcString(source,sourceLength); in umsg_vparse() local
/third_party/icu/icu4c/source/i18n/
Dumsg.cpp527 UnicodeString srcString(source,sourceLength); in umsg_vparse() local
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2.cpp355 UnicodeString srcString(length<0, src, length); in unorm2_normalize() local
Dutext.cpp2098 const UnicodeString *srcString = (const UnicodeString *)src->context; in unistrTextClone() local
/third_party/icu/icu4c/source/common/
Dnormalizer2.cpp355 UnicodeString srcString(length<0, src, length); in unorm2_normalize() local
Dutext.cpp2098 const UnicodeString *srcString = (const UnicodeString *)src->context; in unistrTextClone() local
/third_party/lzma/CPP/Common/
DMyString.cpp1836 void SplitString(const UString &srcString, UStringVector &destStrings) in SplitString()