Lines Matching defs:first
1031 * repeat because the full set will be checked the first time through.
1177 const char *first;
1179 first = uprv_strchr(path, U_FILE_SEP_CHAR);
1180 if(uprv_pathIsAbsolute(path) || (pkg != first)) { /* more than one slash in the path- not a tree name */
1195 if (first == NULL) {
1272 /**** COMMON PACKAGE - only if packages are first. */