Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4911 const char16_t* typeEnd = NULL; in identifierForName() local
4916 else if (*p == '/') typeEnd = p; in identifierForName()
4938 if (typeEnd) { in identifierForName()
4940 typeLen = typeEnd-name; in identifierForName()
4941 name = typeEnd+1; in identifierForName()
5054 const char16_t* typeEnd = NULL; in expandResourceRef() local
5060 typeEnd = p; in expandResourceRef()
5090 if (typeEnd) { in expandResourceRef()
5091 *outType = String16(p, typeEnd-p); in expandResourceRef()
5092 p = typeEnd+1; in expandResourceRef()