Searched refs:stem_length (Results 1 – 1 of 1) sorted by relevance
207 size_t stem_length = location.length() - suffix.length(); in TestLocation() local208 memcpy(unique_location.get(), location.data(), stem_length); in TestLocation()209 memcpy(unique_location.get() + stem_length, placeholder.data(), placeholder.length()); in TestLocation()210 memcpy(unique_location.get() + stem_length + placeholder.length(), in TestLocation()211 location.data() + stem_length, in TestLocation()