Searched refs:commaLoc (Results 1 – 1 of 1) sorted by relevance
82 size_t commaLoc = 0; in parseLanguageList() local87 while ((commaLoc = input.find_first_of(',', currentIdx)) != std::string::npos) { in parseLanguageList()88 locale.assign(input, currentIdx, commaLoc - currentIdx); in parseLanguageList()89 currentIdx = commaLoc + 1; in parseLanguageList()