Searched defs:splits (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_json/ |
H A D | b_report_entity.cpp | 50 vector<string> splits; in SplitStringByChar() local 67 static void ParseSplitsItem(const vector<string> &splits, const unordered_map<string, int> &keys, in ParseSplitsItem() 81 const vector<string> &splits, in ParseReportInfo() 147 vector<string> splits = SplitStringByChar(currentLine, ATTR_SEP); in DealLine() local 177 vector<string> splits = SplitStringByChar(currentLine, ATTR_SEP); in StorageDealLine() local
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_report_entity_test.cpp | 124 auto splits = SplitStringByChar(str, sep); variable 154 vector<string> splits; variable
|
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | PluralFetcher.java | 114 String[] splits = trimedLine.split(" ", 2); // Split into 2 parts in getPluralItems() local
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_function_test.cpp | 264 std::vector<std::string> splits {}; variable
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 826 string splits = "#"; variable 841 string splits = "#"; variable 856 string splits = "#"; variable 871 string splits = "#"; variable
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpfunction_fuzzer/ |
H A D | dhcpfunction_fuzzer.cpp | 150 std::vector<std::string> splits {}; in SplitStringTest() local
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | preferred_language.cpp | 244 std::vector<std::string> splits; in IsValidTag() local
|
H A D | locale_config.cpp | 371 vector<string> splits; in IsValidTag() local
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_function.cpp | 681 … const std::string src, const std::string delim, const int count, std::vector<std::string> &splits) in SplitString()
|
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_sender.cpp | 81 …std::vector<struct SplitInfo> splits, std::unique_ptr<CdmaTransportMsg> transMsg, uint8_t msgRef8b… in TextBasedSmsSplitDelivery()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/ |
H A D | profile_utils.cpp | 295 int32_t ProfileUtils::SplitString(const std::string& str, const std::string& splits, std::vector<st… in SplitString()
|
/ohos5.0/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.cpp | 1472 vector<string> splits = split(overlayInfo, g_overlayDecollator); in SetOverlayAppSandboxProperty() local
|