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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3619 const char16_t* typeEnd = NULL; local
3624 else if (*p == '/') typeEnd = p;
3646 if (typeEnd) {
3648 typeLen = typeEnd-name;
3649 name = typeEnd+1;
3761 const char16_t* typeEnd = NULL; local
3767 typeEnd = p;
3797 if (typeEnd) {
3798 *outType = String16(p, typeEnd-p);
3799 p = typeEnd
[all...]

Completed in 149 milliseconds