Searched refs:commaLoc (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontLanguageListCache.cpp82 size_t commaLoc = 0; local
87 while ((commaLoc = input.find_first_of(',', currentIdx)) != std::string::npos) {
88 locale.assign(input, currentIdx, commaLoc - currentIdx);
89 currentIdx = commaLoc + 1;

Completed in 38 milliseconds