Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5065 const char16_t* typeEnd = NULL; in identifierForName() local
5070 else if (*p == '/') typeEnd = p; in identifierForName()
5092 if (typeEnd) { in identifierForName()
5094 typeLen = typeEnd-name; in identifierForName()
5095 name = typeEnd+1; in identifierForName()
5207 const char16_t* typeEnd = NULL; in expandResourceRef() local
5213 typeEnd = p; in expandResourceRef()
5243 if (typeEnd) { in expandResourceRef()
5244 *outType = String16(p, typeEnd-p); in expandResourceRef()
5245 p = typeEnd+1; in expandResourceRef()