Searched refs:usingUSRData (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Duresbund.cpp513 UBool usingUSRData, char usrDataPath[], UErrorCode *status) {
538 if (usingUSRData) { // This code inserts user override data into the inheritance chain.
542 if (usingUSRData && U_SUCCESS(usrStatus) && u2->fBogus == U_ZERO_ERROR) {
547 if (usingUSRData) {
614 UBool usingUSRData = U_USE_USRDATA && ( path == NULL || uprv_strncmp(path,U_ICUDATA_NAME,8) == 0); local
628 if ( usingUSRData ) {
648 if ( usingUSRData ) { /* This code inserts user override data into the inheritance chain */
662 if (!loadParentsExceptRoot(t1, name, UPRV_LENGTHOF(name), usingUSRData, usrDataPath, status)) {
679 // TODO: Why not if (usingUSRData) { ... } like in the non-default-locale code path?
681 if (!loadParentsExceptRoot(t1, name, UPRV_LENGTHOF(name), usingUSRData, usrDataPat
511 loadParentsExceptRoot(UResourceDataEntry *&t1, char name[], int32_t nameCapacity, UBool usingUSRData, char usrDataPath[], UErrorCode *status) argument
[all...]

Completed in 86 milliseconds