Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dputil.h99 # define U_PATH_SEP_CHAR ';' macro
106 # define U_PATH_SEP_CHAR ';' macro
113 # define U_PATH_SEP_CHAR ':' macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dputil.h117 # define U_PATH_SEP_CHAR ';' macro
124 # define U_PATH_SEP_CHAR ';' macro
131 # define U_PATH_SEP_CHAR ':' macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dputil.h117 # define U_PATH_SEP_CHAR ';' macro
124 # define U_PATH_SEP_CHAR ';' macro
131 # define U_PATH_SEP_CHAR ':' macro
/external/webkit/Source/WebCore/icu/unicode/
Dputil.h117 # define U_PATH_SEP_CHAR ';' macro
124 # define U_PATH_SEP_CHAR ';' macro
131 # define U_PATH_SEP_CHAR ':' macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dputil.h117 # define U_PATH_SEP_CHAR ';' macro
124 # define U_PATH_SEP_CHAR ';' macro
131 # define U_PATH_SEP_CHAR ':' macro
/external/icu4c/common/
Dudata.cpp535 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR); in next()
/external/icu4c/test/cintltst/
Dudatatst.c134 const char pathSepString[] = {U_PATH_SEP_CHAR, 0}; in TestUDataOpen()