Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4131 const char16_t* typeEnd = NULL; in identifierForName() local
4136 else if (*p == '/') typeEnd = p; in identifierForName()
4158 if (typeEnd) { in identifierForName()
4160 typeLen = typeEnd-name; in identifierForName()
4161 name = typeEnd+1; in identifierForName()
4271 const char16_t* typeEnd = NULL; in expandResourceRef() local
4277 typeEnd = p; in expandResourceRef()
4307 if (typeEnd) { in expandResourceRef()
4308 *outType = String16(p, typeEnd-p); in expandResourceRef()
4309 p = typeEnd+1; in expandResourceRef()