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