Go to the documentation of this file.
91 #ifndef U_HIDE_INTERNAL_API
120 #if U_PLATFORM_USES_ONLY_WIN32_API
121 # define U_FILE_SEP_CHAR '\\'
122 # define U_FILE_ALT_SEP_CHAR '/'
123 # define U_PATH_SEP_CHAR ';'
124 # define U_FILE_SEP_STRING "\\"
125 # define U_FILE_ALT_SEP_STRING "/"
126 # define U_PATH_SEP_STRING ";"
128 # define U_FILE_SEP_CHAR '/'
129 # define U_FILE_ALT_SEP_CHAR '/'
130 # define U_PATH_SEP_CHAR ':'
131 # define U_FILE_SEP_STRING "/"
132 # define U_FILE_ALT_SEP_STRING "/"
133 # define U_PATH_SEP_STRING ":"