Searched refs:tocEntryPath (Results 1 – 1 of 1) sorted by relevance
1159 CharString tocEntryPath; /* entry name in path format. ex: 'icudt28b\\coll\\ar.res' */ in doOpenChoice() local1216 tocEntryPath.append(pkgName, *pErrorCode); in doOpenChoice()1221 tocEntryPath.append(U_FILE_SEP_CHAR, *pErrorCode).append(treeName, *pErrorCode); in doOpenChoice()1225 tocEntryPath.append(U_FILE_SEP_CHAR, *pErrorCode).append(name, *pErrorCode); in doOpenChoice()1228 tocEntryPath.append(".", *pErrorCode).append(type, *pErrorCode); in doOpenChoice()1230 tocEntryPathSuffix = tocEntryPath.data()+tocEntrySuffixIndex; /* suffix starts here */ in doOpenChoice()