Searched refs:colonIdx (Results 1 – 1 of 1) sorted by relevance
1054 int colonIdx = name.indexOf(':'); in resourceUrlFromName() local1057 if (colonIdx != -1 && slashIdx != -1) { in resourceUrlFromName()1062 if (colonIdx == -1 && slashIdx == -1) { in resourceUrlFromName()1074 if (colonIdx != -1) { in resourceUrlFromName()1080 String pkg = name.substring(0, colonIdx); in resourceUrlFromName()1082 return type != null ? ResourceUrl.create(pkg, type, name.substring(colonIdx + 1)) : in resourceUrlFromName()