HomeSort by relevance Sort by last modified time
    Searched full:uversion (Results 1 - 25 of 44) 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 838 <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/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/webkit/Source/cmake/
FindICU.cmake 35 FILE(READ "${ICU_INCLUDE_DIR}/unicode/uversion.h" _ICU_VERSION_CONENTS)
  /external/v8/src/extensions/experimental/
break-iterator.h 33 #include "unicode/uversion.h"
  /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 520 <li><b>Namespace:</b> By default, unicode/uversion.h has
526 or by modifying unicode/uversion.h:
527 <pre>Index: source/common/unicode/uversion.h
529 --- source/common/unicode/uversion.h (revision 26606)
530 +++ 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/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...]
  /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/webkit/Source/JavaScriptCore/
GNUmakefile.list.am 152 Source/JavaScriptCore/icu/unicode/uversion.h \
JavaScriptCore.gypi 369 'icu/unicode/uversion.h',

Completed in 1210 milliseconds

1 2