OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);