Searched refs:start_ptr (Results 1 – 2 of 2) sorted by relevance
390 const char* start_ptr = start_view.data(); in OnFile() local392 size_t offset = strspn(start_ptr, kWsCharacters); in OnFile()394 start_ptr + offset, initial_length - offset); in OnFile()
377 const char* start_ptr = start_view.data(); in OnFile() local379 size_t offset = strspn(start_ptr, kWsCharacters); in OnFile()381 start_ptr + offset, initial_length - offset); in OnFile()
Completed in 5 milliseconds