Searched defs:typeEnd (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3620 const char16_t* typeEnd = NULL; local
3625 else if (*p == '/') typeEnd = p;
3647 if (typeEnd) {
3649 typeLen = typeEnd-name;
3650 name = typeEnd+1;
3762 const char16_t* typeEnd = NULL; local
3768 typeEnd = p;
3798 if (typeEnd) {
3799 *outType = String16(p, typeEnd-p);
3800 p = typeEnd
[all...]

Completed in 14 milliseconds