Home
last modified time | relevance | path

Searched refs:uversion (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/test/letest/
Dgendata.cpp207 …const LEUnicode16 *uversion = pfi->getUnicodeNameString(NAME_VERSION_STRING, PLATFORM_MICROSOFT, M… in main() local
209 if (uversion != NULL) { in main()
211 fontName, uversion, pfi->getFontChecksum()); in main()
213 pfi->deleteNameString(uversion); in main()
/external/kernel-headers/original/sound/
Dasound.h53 #define SNDRV_PROTOCOL_INCOMPATIBLE(kversion, uversion) \ argument
54 (SNDRV_PROTOCOL_MAJOR(kversion) != SNDRV_PROTOCOL_MAJOR(uversion) || \
55 (SNDRV_PROTOCOL_MAJOR(kversion) == SNDRV_PROTOCOL_MAJOR(uversion) && \
56 SNDRV_PROTOCOL_MINOR(kversion) != SNDRV_PROTOCOL_MINOR(uversion)))
/external/webkit/Source/cmake/
DFindICU.cmake35 FILE(READ "${ICU_INCLUDE_DIR}/unicode/uversion.h" _ICU_VERSION_CONENTS)
/external/webkit/Source/JavaScriptCore/
DJavaScriptCore.gypi369 'icu/unicode/uversion.h',
DGNUmakefile.list.am152 Source/JavaScriptCore/icu/unicode/uversion.h \
DChangeLog-2007-10-1420636 * icu/unicode/uversion.h: Added.
/external/icu4c/
Dconfigure.in44 # Get the ICU version from uversion.h or other headers
/external/webkit/Source/WebCore/
DGNUmakefile.list.am1926 Source/WebCore/icu/unicode/uversion.h \
DGNUmakefile.am1960 Source/WebCore/icu/unicode/uversion.h \
DWebCore.gypi3223 'icu/unicode/uversion.h',
DChangeLog-2005-08-2315948 * icu/unicode/uversion.h: Added.