Searched refs:colonIdx (Results 1 – 1 of 1) sorted by relevance
1022 int colonIdx = name.indexOf(':'); in resourceUrlFromName() local1025 if (colonIdx != -1 && slashIdx != -1) { in resourceUrlFromName()1030 if (colonIdx == -1 && slashIdx == -1) { in resourceUrlFromName()1042 if (colonIdx != -1) { in resourceUrlFromName()1048 String pkg = name.substring(0, colonIdx); in resourceUrlFromName()1050 return type != null ? ResourceUrl.create(pkg, type, name.substring(colonIdx + 1)) : in resourceUrlFromName()