Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresbund.cpp459 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument
463 *hasChopped = TRUE; /* we're starting with a fresh name */ in findFirstExisting()
465 while(*hasChopped && !hasRealData) { in findFirstExisting()
490 *hasChopped = chopLocale(name); in findFirstExisting()
520 UBool hasChopped = TRUE; in loadParentsExceptRoot() local
521 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback && in loadParentsExceptRoot()
563 hasChopped = chopLocale(name); in loadParentsExceptRoot()
623 UBool hasChopped = TRUE; in entryOpen() local
653 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
682 if (hasChopped && !isRoot) { in entryOpen()
[all …]