HomeSort by relevance Sort by last modified time
    Searched refs:parentStatus (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uresbund.c 518 UErrorCode parentStatus = U_ZERO_ERROR;
575 t2 = init_entry(name, t1->fPath, &parentStatus);
625 t2 = init_entry(name, t1->fPath, &parentStatus);
656 t2 = init_entry(kRootLocaleName, t1->fPath, &parentStatus);
680 if(U_SUCCESS(parentStatus)) {
686 *status = parentStatus;
    [all...]
  /external/icu4c/common/
uresbund.cpp 516 UErrorCode parentStatus = U_ZERO_ERROR;
586 t2 = init_entry(name, t1->fPath, &parentStatus);
636 t2 = init_entry(name, t1->fPath, &parentStatus);
667 t2 = init_entry(kRootLocaleName, t1->fPath, &parentStatus);
691 if(U_SUCCESS(parentStatus)) {
697 *status = parentStatus;
    [all...]

Completed in 34 milliseconds