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

/frameworks/base/libs/utils/
H A DResourceTypes.cpp2441 const char16_t* typeEnd = NULL; local
2446 else if (*p == '/') typeEnd = p;
2462 if (typeEnd) {
2464 typeLen = typeEnd-name;
2465 name = typeEnd+1;
2573 const char16_t* typeEnd = NULL; local
2579 typeEnd = p;
2599 if (typeEnd) {
2600 *outType = String16(p, typeEnd-p);
2601 p = typeEnd
[all...]

Completed in 35 milliseconds