Searched refs:LINE_SEPARATOR (Results 1 – 4 of 4) sorted by relevance
43 constexpr char LINE_SEPARATOR = '\n'; variable
38 ParseUtils::splitStr(locationStr, LINE_SEPARATOR, locationStrRecords); in getLocationFromInputStr()
202 splitStr(inputStr, LINE_SEPARATOR, nmeaRecords); in getLocationFromInputStr()
186 ParseUtils::splitStr(rawMeasurementStr, LINE_SEPARATOR, rawMeasurementStrRecords); in getMeasurementFromStrs()