Searched refs:word_start (Results 1 – 1 of 1) sorted by relevance
71 size_t word_start = 0; in camelCaseToDashed() local73 C2_LOG(VERBOSE) << name.substr(0, word_start) << "|" in camelCaseToDashed()74 << name.substr(word_start, ix - word_start) << "[" in camelCaseToDashed()80 word_start = ix; in camelCaseToDashed()87 word_start = ix; in camelCaseToDashed()88 } else if (type == kUpper && ix > word_start + 1) { in camelCaseToDashed()90 word_start = ix - 1; in camelCaseToDashed()96 word_start = ix; in camelCaseToDashed()105 word_start = ix + 1; in camelCaseToDashed()108 word_start = ix + 1; in camelCaseToDashed()