Searched refs:colonIdx (Results 1 – 1 of 1) sorted by relevance
1007 int colonIdx = name.indexOf(':'); in resourceUrlFromName() local1010 if (colonIdx != -1 && slashIdx != -1) { in resourceUrlFromName()1015 if (colonIdx == -1 && slashIdx == -1) { in resourceUrlFromName()1027 if (colonIdx != -1) { in resourceUrlFromName()1033 String pkg = name.substring(0, colonIdx); in resourceUrlFromName()1035 return type != null ? ResourceUrl.create(pkg, type, name.substring(colonIdx + 1)) : in resourceUrlFromName()