Go to the documentation of this file.
96 #if !U_CHARSET_IS_UTF8
126 # define U_FILE_SEP_CHAR ':'
127 # define U_FILE_ALT_SEP_CHAR ':'
128 # define U_PATH_SEP_CHAR ';'
129 # define U_FILE_SEP_STRING ":"
130 # define U_FILE_ALT_SEP_STRING ":"
131 # define U_PATH_SEP_STRING ";"
132 #elif defined(U_WINDOWS)
133 # define U_FILE_SEP_CHAR '\\'
134 # define U_FILE_ALT_SEP_CHAR '/'
135 # define U_PATH_SEP_CHAR ';'
136 # define U_FILE_SEP_STRING "\\"
137 # define U_FILE_ALT_SEP_STRING "/"
138 # define U_PATH_SEP_STRING ";"
140 # define U_FILE_SEP_CHAR '/'
141 # define U_FILE_ALT_SEP_CHAR '/'
142 # define U_PATH_SEP_CHAR ':'
143 # define U_FILE_SEP_STRING "/"
144 # define U_FILE_ALT_SEP_STRING "/"
145 # define U_PATH_SEP_STRING ":"