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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4896 const char16_t* typeEnd = NULL; local
4901 else if (*p == '/') typeEnd = p;
4923 if (typeEnd) {
4925 typeLen = typeEnd-name;
4926 name = typeEnd+1;
5039 const char16_t* typeEnd = NULL; local
5045 typeEnd = p;
5075 if (typeEnd) {
5076 *outType = String16(p, typeEnd-p);
5077 p = typeEnd
[all...]

Completed in 22 milliseconds