Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp4708 const char16_t* typeEnd = NULL; in identifierForName() local
4713 else if (*p == '/') typeEnd = p; in identifierForName()
4735 if (typeEnd) { in identifierForName()
4737 typeLen = typeEnd-name; in identifierForName()
4738 name = typeEnd+1; in identifierForName()
4851 const char16_t* typeEnd = NULL; in expandResourceRef() local
4857 typeEnd = p; in expandResourceRef()
4887 if (typeEnd) { in expandResourceRef()
4888 *outType = String16(p, typeEnd-p); in expandResourceRef()
4889 p = typeEnd+1; in expandResourceRef()