Searched refs:findFirstExisting (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/common/ |
H A D | uresbund.c | 460 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { function 556 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 617 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 645 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
|
/external/icu4c/common/ |
H A D | uresbund.cpp | 458 static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) { function 556 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 617 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus); 656 r = findFirstExisting(path, name, &isRoot, &hasChopped, &isDefault, &intStatus);
|
Completed in 113 milliseconds