Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4683 const char16_t* typeEnd = NULL; in identifierForName() local
4688 else if (*p == '/') typeEnd = p; in identifierForName()
4710 if (typeEnd) { in identifierForName()
4712 typeLen = typeEnd-name; in identifierForName()
4713 name = typeEnd+1; in identifierForName()
4826 const char16_t* typeEnd = NULL; in expandResourceRef() local
4832 typeEnd = p; in expandResourceRef()
4862 if (typeEnd) { in expandResourceRef()
4863 *outType = String16(p, typeEnd-p); in expandResourceRef()
4864 p = typeEnd+1; in expandResourceRef()