Home
last modified time | relevance | path

Searched refs:tocEntryPath (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dudata.cpp1200 CharString tocEntryPath; /* entry name in path format. ex: 'icudt28b\\coll\\ar.res' */ in doOpenChoice() local
1257 tocEntryPath.append(pkgName, *pErrorCode); in doOpenChoice()
1262 tocEntryPath.append(U_FILE_SEP_CHAR, *pErrorCode).append(treeName, *pErrorCode); in doOpenChoice()
1266 tocEntryPath.append(U_FILE_SEP_CHAR, *pErrorCode).append(name, *pErrorCode); in doOpenChoice()
1269 tocEntryPath.append(".", *pErrorCode).append(type, *pErrorCode); in doOpenChoice()
1272 tocEntryPathSuffix = tocEntryPath.data() + tocEntrySuffixIndex + 1; /* suffix starts here */ in doOpenChoice()