Searched refs:U_PATH_SEP_CHAR (Results 1 – 9 of 9) sorted by relevance
125 # define U_PATH_SEP_CHAR ';' macro132 # define U_PATH_SEP_CHAR ':' macro
537 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
536 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
131 const char pathSepString[] = {U_PATH_SEP_CHAR, 0}; in TestUDataOpen()