Home
last modified time | relevance | path

Searched refs:typeEnd (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DResourceTypes.cpp5153 const char16_t* typeEnd = NULL; in identifierForName() local
5158 else if (*p == '/') typeEnd = p; in identifierForName()
5180 if (typeEnd) { in identifierForName()
5182 typeLen = typeEnd-name; in identifierForName()
5183 name = typeEnd+1; in identifierForName()
5295 const char16_t* typeEnd = NULL; in expandResourceRef() local
5301 typeEnd = p; in expandResourceRef()
5331 if (typeEnd) { in expandResourceRef()
5332 *outType = String16(p, typeEnd-p); in expandResourceRef()
5333 p = typeEnd+1; in expandResourceRef()