Searched refs:underscorePos (Results 1 – 2 of 2) sorted by relevance
1306 int underscorePos = source0.indexOf("_");1307 if (underscorePos > 0) {1308 languageOnlyPart = source0.substring(0, underscorePos);1848 int underscorePos = s.indexOf("_");1849 if (underscorePos > 0) {1850 languageOnlyPart = s.substring(0, underscorePos);
726 size_t underscorePos = header.find('_'); in buildRefFromFile() local727 if (string::npos != underscorePos) { in buildRefFromFile()728 header.replace(underscorePos, 1, " "); in buildRefFromFile()