Home
last modified time | relevance | path

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

/external/icu4c/common/
Duresbund.c379 …*findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefaul… in findFirstExisting() argument
384 *hasChopped = TRUE; /* we're starting with a fresh name */ in findFirstExisting()
386 while(*hasChopped && !hasRealData) { in findFirstExisting()
407 *hasChopped = chopLocale(name); in findFirstExisting()
441 UBool hasChopped = TRUE; in entryOpen() local
455 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
460 while (hasChopped && !isRoot && t1->fParent == NULL && !t1->fData.noFallback) { in entryOpen()
465 hasChopped = chopLocale(name); in entryOpen()
474 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); in entryOpen()
480 while (hasChopped && t1->fParent == NULL) { in entryOpen()
[all …]