Searched refs:hasChopped (Results 1 – 1 of 1) sorted by relevance
452 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument456 *hasChopped = TRUE; /* we're starting with a fresh name */ in findFirstExisting()458 while(*hasChopped && !hasRealData) { in findFirstExisting()483 *hasChopped = chopLocale(name); in findFirstExisting()513 UBool hasChopped = TRUE; in loadParentsExceptRoot() local514 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback && in loadParentsExceptRoot()551 hasChopped = chopLocale(name); in loadParentsExceptRoot()611 UBool hasChopped = TRUE; in entryOpen() local641 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()659 if (hasChopped && !isRoot) { in entryOpen()[all …]