HomeSort by relevance Sort by last modified time
    Searched refs:typeBegin (Results 1 - 4 of 4) sorted by null

  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceRepository.java 170 int typeBegin = url.startsWith("@+") ? 2 : 1; //$NON-NLS-1$
174 typeBegin = colon + 1;
176 String typeName = url.substring(typeBegin, typeEnd);