Searched refs:underscorePos (Results 1 – 4 of 4) sorted by relevance
143 int underscorePos = locale.indexOf('_'); in split() local144 if (underscorePos > -1 && locale.length() - underscorePos - 1 != 4) { in split()
1215 int underscorePos = source0.indexOf("_");1216 if (underscorePos > 0) {1217 languageOnlyPart = source0.substring(0, underscorePos);1725 int underscorePos = s.indexOf("_");1726 if (underscorePos > 0) {1727 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()
727 size_t underscorePos = header.find('_'); in buildRefFromFile() local728 if (string::npos != underscorePos) { in buildRefFromFile()729 header.replace(underscorePos, 1, " "); in buildRefFromFile()