Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4914 const char16_t* typeEnd = NULL; in identifierForName() local
4919 else if (*p == '/') typeEnd = p; in identifierForName()
4941 if (typeEnd) { in identifierForName()
4943 typeLen = typeEnd-name; in identifierForName()
4944 name = typeEnd+1; in identifierForName()
5057 const char16_t* typeEnd = NULL; in expandResourceRef() local
5063 typeEnd = p; in expandResourceRef()
5093 if (typeEnd) { in expandResourceRef()
5094 *outType = String16(p, typeEnd-p); in expandResourceRef()
5095 p = typeEnd+1; in expandResourceRef()