OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findFirstExisting
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
uresbund.c
460
static UResourceDataEntry *
findFirstExisting
(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
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);
[
all
...]
/external/icu4c/common/
uresbund.cpp
458
static UResourceDataEntry *
findFirstExisting
(const char* path, char* name, UBool *isRoot, UBool *hasChopped, UBool *isDefault, UErrorCode* status) {
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);
[
all
...]
Completed in 26 milliseconds