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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
umsg_imp.h 26 extern const UChar *g_umsgTypeList[];
27 extern const UChar *g_umsgModifierList[];
28 extern const UChar *g_umsgDateModifierList[];
31 extern const UChar g_umsg_number[];
32 extern const UChar g_umsg_date[];
33 extern const UChar g_umsg_time[];
34 extern const UChar g_umsg_choice[];
36 extern const UChar g_umsg_currency[];
37 extern const UChar g_umsg_percent[];
38 extern const UChar g_umsg_integer[]
    [all...]
decimalformatpatternimpl.h 18 #define kPatternZeroDigit ((UChar)0x0030) /*'0'*/
19 #define kPatternSignificantDigit ((UChar)0x0040) /*'@'*/
20 #define kPatternGroupingSeparator ((UChar)0x002C) /*','*/
21 #define kPatternDecimalSeparator ((UChar)0x002E) /*'.'*/
22 #define kPatternPerMill ((UChar)0x2030)
23 #define kPatternPercent ((UChar)0x0025) /*'%'*/
24 #define kPatternDigit ((UChar)0x0023) /*'#'*/
25 #define kPatternSeparator ((UChar)0x003B) /*';'*/
26 #define kPatternExponent ((UChar)0x0045) /*'E'*/
27 #define kPatternPlus ((UChar)0x002B) /*'+'*
    [all...]
dt_impl.h 28 #define QUOTE ((UChar)0x0027)
29 #define LOW_LINE ((UChar)0x005F)
30 #define COLON ((UChar)0x003A)
31 #define LEFT_CURLY_BRACKET ((UChar)0x007B)
32 #define RIGHT_CURLY_BRACKET ((UChar)0x007D)
33 #define SPACE ((UChar)0x0020)
34 #define EN_DASH ((UChar)0x2013)
35 #define SOLIDUS ((UChar)0x002F)
36 #define PERCENT ((UChar)0x0025)
38 #define DIGIT_ZERO ((UChar)0x0030
    [all...]
selfmtimpl.h 30 #define DOT ((UChar)0x002E)
31 #define SINGLE_QUOTE ((UChar)0x0027)
32 #define SLASH ((UChar)0x002F)
33 #define BACKSLASH ((UChar)0x005C)
34 #define SPACE ((UChar)0x0020)
35 #define TAB ((UChar)0x0009)
36 #define QUOTATION_MARK ((UChar)0x0022)
37 #define ASTERISK ((UChar)0x002A)
38 #define COMMA ((UChar)0x002C)
39 #define HYPHEN ((UChar)0x002D
    [all...]
dtitv_impl.h 28 #define QUOTE ((UChar)0x0027)
29 #define LOW_LINE ((UChar)0x005F)
30 #define COLON ((UChar)0x003A)
31 #define LEFT_CURLY_BRACKET ((UChar)0x007B)
32 #define RIGHT_CURLY_BRACKET ((UChar)0x007D)
33 #define SPACE ((UChar)0x0020)
34 #define EN_DASH ((UChar)0x2013)
35 #define SOLIDUS ((UChar)0x002F)
37 #define DIGIT_ZERO ((UChar)0x0030)
38 #define DIGIT_ONE ((UChar)0x0031
    [all...]
plurrule_impl.h 43 static const UChar DOT = ((UChar)0x002E);
44 static const UChar SINGLE_QUOTE = ((UChar)0x0027);
45 static const UChar SLASH = ((UChar)0x002F);
46 static const UChar BACKSLASH = ((UChar)0x005C);
47 static const UChar SPACE = ((UChar)0x0020)
    [all...]
dtptngen_impl.h 35 #define SINGLE_QUOTE ((UChar)0x0027)
36 #define FORWARDSLASH ((UChar)0x002F)
37 #define BACKSLASH ((UChar)0x005C)
38 #define SPACE ((UChar)0x0020)
39 #define QUOTATION_MARK ((UChar)0x0022)
40 #define ASTERISK ((UChar)0x002A)
41 #define PLUSSITN ((UChar)0x002B)
42 #define COMMA ((UChar)0x002C)
43 #define HYPHEN ((UChar)0x002D)
44 #define DOT ((UChar)0x002E
    [all...]
  /external/icu/icu4c/source/test/intltest/
encoll.cpp 32 static const UChar testSourceCases[][CollationEnglishTest::MAX_TOKEN_LEN] = {
33 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
34 {(UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */, (UChar)0x006B /* 'k' */, (UChar)0x002D /* '-' */, (UChar)0x0062 /* 'b' */, (UChar)0x0069 /* 'i' */, (UChar)0x0072 /* 'r' */, (UChar)0x0064 /* 'd' */, 0}
    [all...]
jacoll.h 53 static const UChar testSourceCases[][MAX_TOKEN_LEN];
54 static const UChar testTargetCases[][MAX_TOKEN_LEN];
56 static const UChar testBaseCases[][MAX_TOKEN_LEN];
57 static const UChar testPlainDakutenHandakutenCases[][MAX_TOKEN_LEN];
58 static const UChar testSmallLargeCases[][MAX_TOKEN_LEN];
59 static const UChar testKatakanaHiraganaCases[][MAX_TOKEN_LEN];
60 static const UChar testChooonKigooCases[][MAX_TOKEN_LEN];
frcoll.h 43 static const UChar testSourceCases[][MAX_TOKEN_LEN];
44 static const UChar testTargetCases[][MAX_TOKEN_LEN];
45 static const UChar testBugs[][MAX_TOKEN_LEN];
47 static const UChar testAcute[][MAX_TOKEN_LEN];
  /external/icu/icu4c/source/test/cintltst/
encoll.c 40 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
41 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
42 {(UChar)0x0062 /* 'b' */, (UChar)0x006C /* 'l' */, (UChar)0x0061 /* 'a' */, (UChar)0x0063 /* 'c' */, (UChar)0x006B /* 'k' */, (UChar)0x002D /* '-' */, (UChar)0x0062 /* 'b' */, (UChar)0x0069 /* 'i' */, (UChar)0x0072 /* 'r' */, (UChar)0x0064 /* 'd' */, 0}
    [all...]
cformtst.h 31 UChar* myDateFormat(UDateFormat *dat, UDate d);
  /external/icu/icu4c/source/common/unicode/
ustring.h 50 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units.
51 * UTF-16 encodes each Unicode code point with either one or two UChar code units.
73 * a single UChar code unit (i.e., their code point values are <=0xffff).
86 * Determine the length of an array of UChar.
93 u_strlen(const UChar *s);
97 * Count Unicode code points in the length UChar code units of the string.
98 * A code point may occupy either one or two UChar code units.
104 * @param length The number of UChar code units to be checked, or -1 to count all
110 u_countChar32(const UChar *s, int32_t length);
120 * A Unicode code point may occupy either one or two UChar code units
    [all...]
parseerr.h 83 UChar preContext[U_PARSE_CONTEXT_LEN];
90 UChar postContext[U_PARSE_CONTEXT_LEN];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_lib.h 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
55 Int Sad8x8(UChar *rec, UChar *prev, Int lx);
56 Int getBlockSum(UChar *rec, Int lx);
66 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
67 Int dctMode, Int comp, Int dummy, UChar shortHeader);
70 UChar bitmapcol[ ], UChar *bitmaprow, UInt *bitmapzz,
71 Int dctMode, Int comp, Int dc_scaler, UChar shortHeader)
    [all...]
dct.h 60 void idct_rowInter(Short *srce, UChar *rec, Int lx);
61 void idct_row0Inter(Short *blk, UChar *rec, Int lx);
62 void idct_row1Inter(Short *blk, UChar *rec, Int lx);
63 void idct_row2Inter(Short *blk, UChar *rec, Int lx);
64 void idct_row3Inter(Short *blk, UChar *rec, Int lx);
65 void idct_row4Inter(Short *blk, UChar *rec, Int lx);
66 void idct_row0x40Inter(Short *blk, UChar *rec, Int lx);
67 void idct_row0x20Inter(Short *blk, UChar *rec, Int lx);
68 void idct_row0x10Inter(Short *blk, UChar *rec, Int lx);
69 void idct_row0xCCInter(Short *blk, UChar *rec, Int lx)
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
unicont.h 29 virtual int32_t span(const UChar *s, int32_t length);
31 virtual int32_t spanNot(const UChar *s, int32_t length);
33 virtual int32_t spanUTF8(const UChar *s, int32_t length);
35 virtual int32_t spanNotUTF8(const UChar *s, int32_t length);
  /external/icu/icu4c/source/common/
patternprops.h 64 static const UChar *skipWhiteSpace(const UChar *s, int32_t length);
69 static const UChar *trimWhiteSpace(const UChar *s, int32_t &length);
76 static UBool isIdentifier(const UChar *s, int32_t length);
83 static const UChar *skipIdentifier(const UChar *s, int32_t length);
punycode.h 50 * @param caseFlags Vector of boolean values, one per input UChar,
69 u_strToPunycode(const UChar *src, int32_t srcLength,
70 UChar *dest, int32_t destCapacity,
104 u_strFromPunycode(const UChar *src, int32_t srcLength,
105 UChar *dest, int32_t destCapacity,
  /external/valgrind/coregrind/m_debuginfo/
priv_misc.h 51 (potentially unaligned) UChar *data buffer.
58 static inline type VGAPPEND(vgModuleLocal_read_,type) ( const UChar* data ) \
62 type VGAPPEND(vgModuleLocal_readUAS_,type) ( const UChar* data )
65 static inline UChar* VGAPPEND(vgModuleLocal_write_,type) ( UChar* ptr, type val ) \
70 UChar* VGAPPEND(vgModuleLocal_writeUAS_,type) ( UChar* ptr, type val )
75 type VGAPPEND(vgModuleLocal_readUAS_,type) ( const UChar* data ); \
76 static inline type VGAPPEND(vgModuleLocal_read_,type) ( const UChar* data ) \
82 UChar* VGAPPEND(vgModuleLocal_writeUAS_,type) ( UChar* ptr, type val );
    [all...]
priv_readexidx.h 41 UChar* exidx_img, SizeT exidx_size,
42 UChar* extab_img, SizeT extab_size,
  /external/icu/icu4c/source/samples/translit/answers/
unaccent.h 42 UChar unaccent(UChar c) const;
  /external/valgrind/none/tests/amd64/
bug137714-amd64.c 6 typedef unsigned char UChar;
17 void maskmovq_mmx ( UChar* regL, UChar* regR )
20 UChar* dst = malloc(8);
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
42 UChar* dst = malloc(16);
67 UChar* regL = malloc(8);
68 UChar* regR = malloc(8);
73 regL[j] = (UChar)randomUInt()
    [all...]
  /external/valgrind/none/tests/x86/
bug137714-x86.c 6 typedef unsigned char UChar;
17 void maskmovq_mmx ( UChar* regL, UChar* regR )
20 UChar* dst = malloc(8);
39 void maskmovdqu_sse ( UChar* regL, UChar* regR )
42 UChar* dst = malloc(16);
67 UChar* regL = malloc(8);
68 UChar* regR = malloc(8);
73 regL[j] = (UChar)randomUInt()
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
reggnu.c 50 UChar *p;
51 UChar *s = (UChar* )string + startpos;
54 p = onigenc_get_right_adjust_char_head(reg->enc, (UChar* )string, s);
57 p = ONIGENC_LEFT_ADJUST_CHAR_HEAD(reg->enc, (UChar* )string, s);
59 return (int)(p - (UChar* )string);
69 return onig_match(reg, (UChar* )str, (UChar* )(str + size),
70 (UChar* )(str + pos), regs, ONIG_OPTION_NONE);
77 return onig_search(bufp, (UChar* )string, (UChar* )(string + size),
    [all...]

Completed in 949 milliseconds

1 2 3 4 5 6 7 8 91011>>