Searched refs:U_PATH_SEP_CHAR (Results 1 – 3 of 3) sorted by relevance
123 # define U_PATH_SEP_CHAR ';' macro130 # define U_PATH_SEP_CHAR ':' macro
521 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
129 const char pathSepString[] = {U_PATH_SEP_CHAR, 0}; in TestUDataOpen()