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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/i18n/
umsg_imp.h 24 extern const UChar *g_umsgTypeList[];
25 extern const UChar *g_umsgModifierList[];
26 extern const UChar *g_umsgDateModifierList[];
29 extern const UChar g_umsg_number[];
30 extern const UChar g_umsg_date[];
31 extern const UChar g_umsg_time[];
32 extern const UChar g_umsg_choice[];
34 extern const UChar g_umsg_currency[];
35 extern const UChar g_umsg_percent[];
36 extern const UChar g_umsg_integer[]
    [all...]
dtitv_impl.h 26 #define QUOTE ((UChar)0x0027)
27 #define LOW_LINE ((UChar)0x005F)
28 #define COLON ((UChar)0x003A)
29 #define LEFT_CURLY_BRACKET ((UChar)0x007B)
30 #define RIGHT_CURLY_BRACKET ((UChar)0x007D)
31 #define SPACE ((UChar)0x0020)
32 #define EN_DASH ((UChar)0x2013)
34 #define DIGIT_ZERO ((UChar)0x0030)
35 #define DIGIT_ONE ((UChar)0x0031)
37 #define LOW_A ((UChar)0x0061
    [all...]
selfmtimpl.h 33 #define DOT ((UChar)0x002E)
34 #define SINGLE_QUOTE ((UChar)0x0027)
35 #define SLASH ((UChar)0x002F)
36 #define BACKSLASH ((UChar)0x005C)
37 #define SPACE ((UChar)0x0020)
38 #define TAB ((UChar)0x0009)
39 #define QUOTATION_MARK ((UChar)0x0022)
40 #define ASTERISK ((UChar)0x002A)
41 #define COMMA ((UChar)0x002C)
42 #define HYPHEN ((UChar)0x002D
    [all...]
  /external/icu4c/i18n/
umsg_imp.h 24 extern const UChar *g_umsgTypeList[];
25 extern const UChar *g_umsgModifierList[];
26 extern const UChar *g_umsgDateModifierList[];
29 extern const UChar g_umsg_number[];
30 extern const UChar g_umsg_date[];
31 extern const UChar g_umsg_time[];
32 extern const UChar g_umsg_choice[];
34 extern const UChar g_umsg_currency[];
35 extern const UChar g_umsg_percent[];
36 extern const UChar g_umsg_integer[]
    [all...]
dtitv_impl.h 26 #define QUOTE ((UChar)0x0027)
27 #define LOW_LINE ((UChar)0x005F)
28 #define COLON ((UChar)0x003A)
29 #define LEFT_CURLY_BRACKET ((UChar)0x007B)
30 #define RIGHT_CURLY_BRACKET ((UChar)0x007D)
31 #define SPACE ((UChar)0x0020)
32 #define EN_DASH ((UChar)0x2013)
34 #define DIGIT_ZERO ((UChar)0x0030)
35 #define DIGIT_ONE ((UChar)0x0031)
37 #define LOW_A ((UChar)0x0061
    [all...]
selfmtimpl.h 28 #define DOT ((UChar)0x002E)
29 #define SINGLE_QUOTE ((UChar)0x0027)
30 #define SLASH ((UChar)0x002F)
31 #define BACKSLASH ((UChar)0x005C)
32 #define SPACE ((UChar)0x0020)
33 #define TAB ((UChar)0x0009)
34 #define QUOTATION_MARK ((UChar)0x0022)
35 #define ASTERISK ((UChar)0x002A)
36 #define COMMA ((UChar)0x002C)
37 #define HYPHEN ((UChar)0x002D
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
encoll.cpp 29 static const UChar testSourceCases[][CollationEnglishTest::MAX_TOKEN_LEN] = {
30 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
31 {(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 51 static const UChar testSourceCases[][MAX_TOKEN_LEN];
52 static const UChar testTargetCases[][MAX_TOKEN_LEN];
54 static const UChar testBaseCases[][MAX_TOKEN_LEN];
55 static const UChar testPlainDakutenHandakutenCases[][MAX_TOKEN_LEN];
56 static const UChar testSmallLargeCases[][MAX_TOKEN_LEN];
57 static const UChar testKatakanaHiraganaCases[][MAX_TOKEN_LEN];
58 static const UChar testChooonKigooCases[][MAX_TOKEN_LEN];
  /external/icu4c/test/intltest/
encoll.cpp 29 static const UChar testSourceCases[][CollationEnglishTest::MAX_TOKEN_LEN] = {
30 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
31 {(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...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
encoll.c 37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
38 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
39 {(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...]
  /external/icu4c/test/cintltst/
encoll.c 37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
38 {(UChar)0x0061 /* 'a' */, (UChar)0x0062 /* 'b' */, 0},
39 {(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...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_misc.h 43 UChar* ML_(dinfo_strdup)( HChar* cc, const UChar* str );
44 UChar* ML_(dinfo_memdup)( HChar* cc, UChar* str, SizeT nStr );
47 Short ML_(read_Short)( UChar* data );
48 Int ML_(read_Int)( UChar* data );
49 Long ML_(read_Long)( UChar* data );
50 UShort ML_(read_UShort)( UChar* data );
51 UWord ML_(read_UWord)( UChar* data );
52 UInt ML_(read_UInt)( UChar* data )
    [all...]
priv_readdwarf3.h 45 UChar* debug_info_img, SizeT debug_info_sz,
46 UChar* debug_types_img, SizeT debug_types_sz,
47 UChar* debug_abbv_img, SizeT debug_abbv_sz,
48 UChar* debug_line_img, SizeT debug_line_sz,
49 UChar* debug_str_img, SizeT debug_str_sz,
50 UChar* debug_ranges_img, SizeT debug_ranges_sz,
51 UChar* debug_loc_img, SizeT debug_loc_sz,
52 UChar* debug_info_alt_img, SizeT debug_info_alt_sz,
53 UChar* debug_abbv_alt_img, SizeT debug_abbv_alt_sz,
54 UChar* debug_line_alt_img, SizeT debug_line_alt_sz
    [all...]
priv_readdwarf.h 47 UChar* debug_info_img, Word debug_info_sz, /* .debug_info */
48 UChar* debug_types_img, Word debug_types_sz, /* .debug_types */
49 UChar* debug_abbv_img, Word debug_abbv_sz, /* .debug_abbrev */
50 UChar* debug_line_img, Word debug_line_sz, /* .debug_line */
51 UChar* debug_str_img, Word debug_str_sz, /* .debug_str */
52 UChar* debug_str_alt_img, Word debug_str_alt_sz ); /* .debug_str */
59 UChar* dwarf1d, Int dwarf1d_sz,
60 UChar* dwarf1l, Int dwarf1l_sz );
68 UChar* frame_image, SizeT frame_size, Addr frame_avma,
priv_readstabs.h 45 UChar* stabC, Int stab_sz,
46 UChar* stabstr, Int stabstr_sz );
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
CharacterNames.h 36 // Most of these are UChar constants, not UChar32, which makes them
41 const UChar blackCircle = 0x25CF;
42 const UChar blackSquare = 0x25A0;
43 const UChar blackUpPointingTriangle = 0x25B2;
44 const UChar bullet = 0x2022;
45 const UChar bullseye = 0x25CE;
46 const UChar carriageReturn = 0x000D;
47 const UChar ethiopicPrefaceColon = 0x1366;
48 const UChar ethiopicWordspace = 0x1361;
49 const UChar fisheye = 0x25C9
    [all...]
Unicode.h 33 COMPILE_ASSERT(sizeof(UChar) == 2, UCharIsTwoBytes);
  /external/icu4c/common/unicode/
ustring.h 48 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units.
49 * UTF-16 encodes each Unicode code point with either one or two UChar code units.
71 * a single UChar code unit (i.e., their code point values are <=0xffff).
84 * Determine the length of an array of UChar.
91 u_strlen(const UChar *s);
95 * Count Unicode code points in the length UChar code units of the string.
96 * A code point may occupy either one or two UChar code units.
102 * @param length The number of UChar code units to be checked, or -1 to count all
108 u_countChar32(const UChar *s, int32_t length);
118 * A Unicode code point may occupy either one or two UChar code units
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 43 * ICU uses 16-bit Unicode (UTF-16) in the form of arrays of UChar code units.
44 * UTF-16 encodes each Unicode code point with either one or two UChar code units.
66 * a single UChar code unit (i.e., their code point values are <=0xffff).
79 * Determine the length of an array of UChar.
86 u_strlen(const UChar *s);
90 * Count Unicode code points in the length UChar code units of the string.
91 * A code point may occupy either one or two UChar code units.
97 * @param length The number of UChar code units to be checked, or -1 to count all
103 u_countChar32(const UChar *s, int32_t length);
113 * A Unicode code point may occupy either one or two UChar code units
    [all...]
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityTable.h 34 UChar lastCharacter() const { return entity[length - 1]; }
36 const UChar* entity;
47 static const HTMLEntityTableEntry* firstEntryStartingWith(UChar);
48 static const HTMLEntityTableEntry* lastEntryStartingWith(UChar);
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBoundaries.h 38 int endOfFirstWordBoundaryContext(const UChar* characters, int length);
39 int startOfLastWordBoundaryContext(const UChar* characters, int length);
41 void findWordBoundary(const UChar*, int len, int position, int* start, int* end);
42 int findNextWordFromIndex(const UChar*, int len, int position, bool forward);
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
unicont.h 25 virtual int32_t span(const UChar *s, int32_t length);
27 virtual int32_t spanNot(const UChar *s, int32_t length);
29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
31 virtual int32_t spanNotUTF8(const UChar *s, int32_t length);
  /external/icu4c/test/perf/unisetperf/draft/
unicont.h 25 virtual int32_t span(const UChar *s, int32_t length);
27 virtual int32_t spanNot(const UChar *s, int32_t length);
29 virtual int32_t spanUTF8(const UChar *s, int32_t length);
31 virtual int32_t spanNotUTF8(const UChar *s, int32_t length);
  /external/icu4c/common/
patternprops.h 62 static const UChar *skipWhiteSpace(const UChar *s, int32_t length);
67 static const UChar *trimWhiteSpace(const UChar *s, int32_t &length);
74 static UBool isIdentifier(const UChar *s, int32_t length);
81 static const UChar *skipIdentifier(const UChar *s, int32_t length);

Completed in 603 milliseconds

1 2 3 4 5 6 7 8 91011>>