Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DResourceTypes.cpp2332 const char16_t* typeEnd = NULL; in identifierForName() local
2337 else if (*p == '/') typeEnd = p; in identifierForName()
2353 if (typeEnd) { in identifierForName()
2355 typeLen = typeEnd-name; in identifierForName()
2356 name = typeEnd+1; in identifierForName()
2464 const char16_t* typeEnd = NULL; in expandResourceRef() local
2470 typeEnd = p; in expandResourceRef()
2490 if (typeEnd) { in expandResourceRef()
2491 *outType = String16(p, typeEnd-p); in expandResourceRef()
2492 p = typeEnd+1; in expandResourceRef()