HomeSort by relevance Sort by last modified time
    Searched full:uversion (Results 1 - 25 of 42) sorted by null

1 2

  /external/icu4c/common/
msvcres.h 12 These are defined before unicode/uversion.h in order to prevent
18 #include "unicode/uversion.h"
icudataver.c 12 #include "unicode/uversion.h"
common.vcxproj.filters 841 <CustomBuild Include="unicode\uversion.h">
usprep.cpp 26 #include "unicode/uversion.h"
  /external/icu4c/stubdata/
stubdata.c 22 #include "unicode/uversion.h"
  /external/icu4c/test/letest/
gendata.cpp 207 const LEUnicode16 *uversion = pfi->getUnicodeNameString(NAME_VERSION_STRING, PLATFORM_MICROSOFT, MICROSOFT_UNICODE_BMP, MICROSOFT_ENGLISH); local
209 if (uversion != NULL) {
211 fontName, uversion, pfi->getFontChecksum());
213 pfi->deleteNameString(uversion);
  /external/webkit/Source/cmake/
FindICU.cmake 35 FILE(READ "${ICU_INCLUDE_DIR}/unicode/uversion.h" _ICU_VERSION_CONENTS)
  /external/icu4c/tools/genren/
genren.pl 23 $path = substr($0, 0, rindex($0, "/")+1)."../../common/unicode/uversion.h";
30 (-e $path) || die "Cannot find uversion.h";
32 open(UVERSION, $path);
34 while(<UVERSION>) {
  /external/icu4c/
Makefile.org 190 config.status: $(srcdir)/configure $(srcdir)/common/unicode/uversion.h
194 @echo " 'configure' and/or 'uversion.h' have changed, please"
readme.html 514 <li><b>Namespace:</b> By default, unicode/uversion.h has
520 or by modifying unicode/uversion.h:
521 <pre>Index: source/common/unicode/uversion.h
523 --- source/common/unicode/uversion.h (revision 26606)
524 +++ source/common/unicode/uversion.h (working copy)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uversion.h 7 * file name: uversion.h
26 /** source/common/unicode/uversion.h - this file: update major, minor, */
utypes.h 38 #include "unicode/uversion.h"
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uversion.h 7 * file name: uversion.h
26 /** source/common/unicode/uversion.h - this file: update major, minor, */
  /external/webkit/Source/WebCore/icu/unicode/
uversion.h 7 * file name: uversion.h
26 /** source/common/unicode/uversion.h - this file: update major, minor, */
  /external/webkit/Source/WebKit/mac/icu/unicode/
uversion.h 7 * file name: uversion.h
26 /** source/common/unicode/uversion.h - this file: update major, minor, */
  /external/icu4c/common/unicode/
uvernum.h 15 * Gets included by uversion.h and other files.
uversion.h 7 * file name: uversion.h
platform.h 33 # error Do not include unicode/uvernum.h before #including unicode/platform.h. Instead of unicode/uvernum.h, #include unicode/uversion.h
platform.h.in 33 # error Do not include unicode/uvernum.h before #including unicode/platform.h. Instead of unicode/uvernum.h, #include unicode/uversion.h
utypes.h 38 #include "unicode/uversion.h"
    [all...]
  /external/kernel-headers/original/sound/
asound.h 53 #define SNDRV_PROTOCOL_INCOMPATIBLE(kversion, uversion) \
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)))
    [all...]
  /bionic/libc/kernel/common/sound/
asound.h 27 #define SNDRV_PROTOCOL_INCOMPATIBLE(kversion, uversion) (SNDRV_PROTOCOL_MAJOR(kversion) != SNDRV_PROTOCOL_MAJOR(uversion) || (SNDRV_PROTOCOL_MAJOR(kversion) == SNDRV_PROTOCOL_MAJOR(uversion) && SNDRV_PROTOCOL_MINOR(kversion) != SNDRV_PROTOCOL_MINOR(uversion)))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 52 #define SNDRV_PROTOCOL_INCOMPATIBLE(kversion, uversion) \
53 (SNDRV_PROTOCOL_MAJOR(kversion) != SNDRV_PROTOCOL_MAJOR(uversion) || \
54 (SNDRV_PROTOCOL_MAJOR(kversion) == SNDRV_PROTOCOL_MAJOR(uversion) && \
55 SNDRV_PROTOCOL_MINOR(kversion) != SNDRV_PROTOCOL_MINOR(uversion)))
    [all...]
  /external/webkit/Source/JavaScriptCore/
GNUmakefile.list.am 152 Source/JavaScriptCore/icu/unicode/uversion.h \
JavaScriptCore.gypi 369 'icu/unicode/uversion.h',

Completed in 430 milliseconds

1 2