HomeSort by relevance Sort by last modified time
    Searched refs:U_CHARSET_FAMILY (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/icu4c/common/
uinvchar.h 56 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
58 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
78 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
80 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
98 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
100 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
propname.h 57 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
59 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
62 # error U_CHARSET_FAMILY is not valid
ucnv_io.h 70 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
72 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
75 # error U_CHARSET_FAMILY is not valid
cstring.h 81 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
83 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
86 # error U_CHARSET_FAMILY is not valid
cstring.c 51 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
62 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
87 #if U_CHARSET_FAMILY==U_EBCDIC_FAMILY
uinvchar.c 171 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
174 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
178 # error U_CHARSET_FAMILY is not valid
244 #if U_CHARSET_FAMILY==U_ASCII_FAMILY
248 #elif U_CHARSET_FAMILY==U_EBCDIC_FAMILY
254 # error U_CHARSET_FAMILY is not valid
  /external/icu4c/stubdata/
stubdata.c 55 U_CHARSET_FAMILY,
  /external/icu4c/samples/udata/
reader.c 43 U_CHARSET_FAMILY,
59 pInfo->charsetFamily==U_CHARSET_FAMILY &&
writer.c 45 U_CHARSET_FAMILY,
  /external/icu4c/common/unicode/
platform.h 460 * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform.
466 * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform.
472 * \def U_CHARSET_FAMILY
513 #ifdef U_CHARSET_FAMILY
516 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY
518 # define U_CHARSET_FAMILY U_EBCDIC_FAMILY
520 # define U_CHARSET_FAMILY U_ASCII_FAMILY
691 && (U_CHARSET_FAMILY == 0 || (U_PF_OS390 <= U_PLATFORM && U_PLATFORM <= U_PF_OS400 && defined(__UCS2__)))
  /external/webkit/Source/JavaScriptCore/icu/unicode/
platform.h 205 # define U_CHARSET_FAMILY 1
utypes.h 69 * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform.
75 * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform.
81 * \def U_CHARSET_FAMILY
123 #ifndef U_CHARSET_FAMILY
124 # define U_CHARSET_FAMILY 0
147 #if U_CHARSET_FAMILY
ustring.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
platform.h 205 # define U_CHARSET_FAMILY 1
utypes.h 69 * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform.
75 * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform.
81 * \def U_CHARSET_FAMILY
123 #ifndef U_CHARSET_FAMILY
124 # define U_CHARSET_FAMILY 0
147 #if U_CHARSET_FAMILY
ustring.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
platform.h 205 # define U_CHARSET_FAMILY 1
utypes.h 69 * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform.
75 * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform.
81 * \def U_CHARSET_FAMILY
123 #ifndef U_CHARSET_FAMILY
124 # define U_CHARSET_FAMILY 0
147 #if U_CHARSET_FAMILY
  /external/webkit/Source/WebKit/mac/icu/unicode/
platform.h 205 # define U_CHARSET_FAMILY 1
utypes.h 69 * U_CHARSET_FAMILY is equal to this value when the platform is an ASCII based platform.
75 * U_CHARSET_FAMILY is equal to this value when the platform is an EBCDIC based platform.
81 * \def U_CHARSET_FAMILY
123 #ifndef U_CHARSET_FAMILY
124 # define U_CHARSET_FAMILY 0
147 #if U_CHARSET_FAMILY
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 101 if(U_CHARSET_FAMILY==charsetFamily) {
102 //printf("U_CHARSET_FAMILY: %d\n", U_CHARSET_FAMILY);
104 fprintf(stderr, " error: U_CHARSET_FAMILY=%d != %d=actual charset family\n",
105 U_CHARSET_FAMILY, charsetFamily);
  /external/icu4c/test/cintltst/
udatatst.c 386 U_CHARSET_FAMILY,
526 pInfo->charsetFamily==U_CHARSET_FAMILY &&
561 pInfo->charsetFamily==U_CHARSET_FAMILY &&
586 pInfo->charsetFamily==U_CHARSET_FAMILY &&
685 pInfo->charsetFamily==U_CHARSET_FAMILY &&
761 U_CHARSET_FAMILY,
789 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
813 dataInfo.charsetFamily==U_CHARSET_FAMILY &&
887 U_CHARSET_FAMILY,
    [all...]
  /external/icu4c/tools/genbrk/
genbrk.cpp 85 U_CHARSET_FAMILY,
108 U_CHARSET_FAMILY,
  /external/icu4c/tools/gencfu/
gencfu.cpp 85 U_CHARSET_FAMILY,
108 U_CHARSET_FAMILY,
  /external/icu4c/tools/gentest/
gentest.c 42 U_CHARSET_FAMILY,

Completed in 3871 milliseconds

1 2 3