Home
last modified time | relevance | path

Searched refs:hasChopped (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Duresbund.cpp452 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument
456 *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() local
514 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback && in loadParentsExceptRoot()
551 hasChopped = chopLocale(name); in loadParentsExceptRoot()
611 UBool hasChopped = TRUE; in entryOpen() local
641 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
659 if (hasChopped && !isRoot) { in entryOpen()
[all …]