Searched refs:colonIdx (Results 1 – 1 of 1) sorted by relevance
1053 int colonIdx = name.indexOf(':'); in resourceUrlFromName() local1056 if (colonIdx != -1 && slashIdx != -1) { in resourceUrlFromName()1061 if (colonIdx == -1 && slashIdx == -1) { in resourceUrlFromName()1073 if (colonIdx != -1) { in resourceUrlFromName()1079 String pkg = name.substring(0, colonIdx); in resourceUrlFromName()1081 return type != null ? ResourceUrl.create(pkg, type, name.substring(colonIdx + 1)) : in resourceUrlFromName()