Searched refs:dotpos (Results 1 – 4 of 4) sorted by relevance
40 size_t dotpos = nodir.find_last_of('.'); in GetFileNameParts() local41 if (dotpos == (size_t)(-1)) { in GetFileNameParts()45 *file = nodir.substr(0, dotpos); in GetFileNameParts()46 *ext = nodir.substr(dotpos); in GetFileNameParts()
1960 final int dotpos = scopeToTry.lastIndexOf("."); in lookupSymbol() local1961 if (dotpos == -1) { in lookupSymbol()1966 scopeToTry.setLength(dotpos + 1); in lookupSymbol()1978 scopeToTry.setLength(dotpos + 1); in lookupSymbol()1987 scopeToTry.setLength(dotpos); in lookupSymbol()2025 final int dotpos = fullName.lastIndexOf('.'); in addSymbol() local2032 if (dotpos == -1) { in addSymbol()2037 '\"' + fullName.substring(dotpos + 1) + in addSymbol()2039 fullName.substring(0, dotpos) + "\"."); in addSymbol()2080 final int dotpos = fullName.lastIndexOf('.'); in addPackage() local[all …]
2983 string::size_type dotpos = placeholder_full_name->find_last_of('.'); in NewPlaceholder() local2984 if (dotpos != string::npos) { in NewPlaceholder()2986 placeholder_full_name->substr(0, dotpos)); in NewPlaceholder()2988 placeholder_full_name->substr(dotpos + 1)); in NewPlaceholder()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...