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

/haiku/src/kits/tracker/
H A DModel.cpp1065 int32 supertypeOnlyLength = 0; local
1070 supertypeOnlyLength = (int32)strlen(handlerType);
1073 if (supertypeOnlyLength) {
1076 if (tmp && (tmp - documentType->String() == supertypeOnlyLength)) {
1077 if (documentType->ICompare(handlerType, supertypeOnlyLength) == 0)

Completed in 45 milliseconds