Lines Matching refs:middle
974 const char *name, *middle, *treeSep;993 middle=name+findPrefixLength;1002 treeSep=strchr(middle, U_TREE_ENTRY_SEP_CHAR);1003 if(treeSep!=NULL && (treeSep-middle)<middleLength) {1004 // the middle (matching the * wildcard) contains a tree separator /