Searched refs:defaultEnd (Results 1 – 1 of 1) sorted by relevance
31 const char* const defaultEnd = defaultValue + defaultLength; in SetDefaultStrings() local34 while (begin < defaultEnd && ' ' == *begin) { in SetDefaultStrings()37 if (begin < defaultEnd) { in SetDefaultStrings()39 while (end < defaultEnd && ' ' != *end) { in SetDefaultStrings()