Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duresbund.cpp456 UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { in findFirstExisting() argument
460 *hasChopped = TRUE; /* we're starting with a fresh name */ in findFirstExisting()
462 while(*hasChopped && !hasRealData) { in findFirstExisting()
487 *hasChopped = chopLocale(name); in findFirstExisting()
488 if (*hasChopped && *name == '\0') { in findFirstExisting()
532 UBool hasChopped = TRUE; in loadParentsExceptRoot() local
533 while (hasChopped && t1->fParent == NULL && !t1->fData.noFallback && in loadParentsExceptRoot()
576 hasChopped = chopLocale(name); in loadParentsExceptRoot()
636 UBool hasChopped = TRUE; in entryOpen() local
666 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
[all …]