Searched refs:U_UNICODE_VERSION (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/tools/icuinfo/
H A Dicuinfo.cpp92 printf("Compiled-Unicode-Version: %s\n", U_UNICODE_VERSION);
95 printf("Runtime-Unicode-Version: %s\n", U_UNICODE_VERSION);
/external/icu4c/tools/gennorm2/
H A Dgennorm2.cpp83 options[UNICODE_VERSION].value=U_UNICODE_VERSION;
/external/icu4c/common/unicode/
H A Duchar.h42 #define U_UNICODE_VERSION "6.0" macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duchar.h42 #define U_UNICODE_VERSION "4.0.1" macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duchar.h42 #define U_UNICODE_VERSION "4.0.1" macro
/external/webkit/Source/WebCore/icu/unicode/
H A Duchar.h42 #define U_UNICODE_VERSION "4.0.1" macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duchar.h42 #define U_UNICODE_VERSION "4.0.1" macro
/external/icu4c/test/cintltst/
H A Dcucdtst.c1194 u_versionFromString(expectVersionArray, U_UNICODE_VERSION);
1198 log_err("Testing u_getUnicodeVersion() - expected " U_UNICODE_VERSION " got %d.%d.%d.%d\n",
1204 if(strcmp(U_UNICODE_VERSION, ICU_UNICODE_VERSION))
1206 log_err("Testing configure.in's ICU_UNICODE_VERSION - expected " U_UNICODE_VERSION " got " ICU_UNICODE_VERSION "\n");

Completed in 575 milliseconds