Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp5029 const char16_t* typeEnd = NULL; in identifierForName() local
5034 else if (*p == '/') typeEnd = p; in identifierForName()
5056 if (typeEnd) { in identifierForName()
5058 typeLen = typeEnd-name; in identifierForName()
5059 name = typeEnd+1; in identifierForName()
5171 const char16_t* typeEnd = NULL; in expandResourceRef() local
5177 typeEnd = p; in expandResourceRef()
5207 if (typeEnd) { in expandResourceRef()
5208 *outType = String16(p, typeEnd-p); in expandResourceRef()
5209 p = typeEnd+1; in expandResourceRef()