Home
last modified time | relevance | path

Searched refs:U_PATH_SEP_CHAR (Results 1 – 6 of 6) sorted by relevance

/external/icu/libicu/ndk_headers/unicode/
Dputil.h66 # define U_PATH_SEP_CHAR ';' macro
73 # define U_PATH_SEP_CHAR ':' macro
/external/icu/icu4c/source/common/unicode/
Dputil.h125 # define U_PATH_SEP_CHAR ';' macro
132 # define U_PATH_SEP_CHAR ':' macro
/external/icu/libandroidicu/include/unicode/
Dputil.h125 # define U_PATH_SEP_CHAR ';' macro
132 # define U_PATH_SEP_CHAR ':' macro
/external/icu/libicu/cts_headers/unicode/
Dputil.h125 # define U_PATH_SEP_CHAR ';' macro
132 # define U_PATH_SEP_CHAR ':' macro
/external/icu/icu4c/source/common/
Dudata.cpp562 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
/external/icu/icu4c/source/test/cintltst/
Dudatatst.c131 const char pathSepString[] = {U_PATH_SEP_CHAR, 0}; in TestUDataOpen()