OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasChopped
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
uresbund.cpp
458
static UResourceDataEntry *findFirstExisting(const char* path, char* name, UBool *isRoot, UBool *
hasChopped
, UBool *isDefault, UErrorCode* status) {
462
*
hasChopped
= TRUE; /* we're starting with a fresh name */
464
while(*
hasChopped
&& !hasRealData) {
489
*
hasChopped
= chopLocale(name);
526
UBool
hasChopped
= TRUE;
556
r = findFirstExisting(path, name, &isRoot, &
hasChopped
, &isDefault, &intStatus);
573
while (
hasChopped
&& !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
580
hasChopped
= FALSE;
608
hasChopped
= chopLocale(name);
617
r = findFirstExisting(path, name, &isRoot, &
hasChopped
, &isDefault, &intStatus)
[
all
...]
/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) {
464
*
hasChopped
= TRUE; /* we're starting with a fresh name */
466
while(*
hasChopped
&& !hasRealData) {
491
*
hasChopped
= chopLocale(name);
528
UBool
hasChopped
= TRUE;
556
r = findFirstExisting(path, name, &isRoot, &
hasChopped
, &isDefault, &intStatus);
573
while (
hasChopped
&& !isRoot && t1->fParent == NULL && !t1->fData.noFallback) {
608
hasChopped
= chopLocale(name);
617
r = findFirstExisting(path, name, &isRoot, &
hasChopped
, &isDefault, &intStatus);
623
while (
hasChopped
&& t1->fParent == NULL)
[
all
...]
Completed in 50 milliseconds