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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4683 const char16_t* typeEnd = NULL; local
4688 else if (*p == '/') typeEnd = p;
4710 if (typeEnd) {
4712 typeLen = typeEnd-name;
4713 name = typeEnd+1;
4826 const char16_t* typeEnd = NULL; local
4832 typeEnd = p;
4862 if (typeEnd) {
4863 *outType = String16(p, typeEnd-p);
4864 p = typeEnd
[all...]

Completed in 88 milliseconds