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

/external/icu4c/common/
H A Dudata.cpp1093 const char *treeChar; local
1148 treeChar = uprv_strchr(path, U_TREE_SEPARATOR);
1149 if(treeChar) {
1150 treeName.append(treeChar+1, *pErrorCode); /* following '-' */
1154 pkgName.append(path, (int32_t)(treeChar-path), *pErrorCode);

Completed in 45 milliseconds