Searched refs:UChar (Results 1 - 25 of 1909) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dumsg_imp.h24 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_intege
[all...]
H A Ddtitv_impl.h26 #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)
[all...]
H A Dselfmtimpl.h28 #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)
[all...]
H A Dplurrule_impl.h35 static const UChar DOT = ((UChar)0x002E);
36 static const UChar SINGLE_QUOTE = ((UChar)0x0027);
37 static const UChar SLASH = ((UChar)0x002F);
38 static const UChar BACKSLASH = ((UChar)0x005C);
39 static const UChar SPACE = ((UChar)
[all...]
/external/icu/icu4c/source/i18n/
H A Dumsg_imp.h24 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_intege
[all...]
H A Ddtitv_impl.h26 #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)
[all...]
H A Dselfmtimpl.h28 #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)
[all...]
H A Dplurrule_impl.h35 static const UChar DOT = ((UChar)0x002E);
36 static const UChar SINGLE_QUOTE = ((UChar)0x0027);
37 static const UChar SLASH = ((UChar)0x002F);
38 static const UChar BACKSLASH = ((UChar)0x005C);
39 static const UChar SPACE = ((UChar)
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dencoll.cpp29 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)
[all...]
H A Djacoll.h51 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/icu/icu4c/source/test/intltest/
H A Dencoll.cpp29 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)
[all...]
H A Djacoll.h51 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/chromium_org/third_party/icu/source/test/cintltst/
H A Dencoll.c37 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)
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dencoll.c37 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)
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DContentSecurityPolicyParsers.h34 PLATFORM_EXPORT bool isCSPDirectiveNameCharacter(UChar);
35 PLATFORM_EXPORT bool isCSPDirectiveValueCharacter(UChar);
36 PLATFORM_EXPORT bool isNonceCharacter(UChar);
37 PLATFORM_EXPORT bool isSourceCharacter(UChar);
38 PLATFORM_EXPORT bool isPathComponentCharacter(UChar);
39 PLATFORM_EXPORT bool isHostCharacter(UChar);
40 PLATFORM_EXPORT bool isSchemeContinuationCharacter(UChar);
41 PLATFORM_EXPORT bool isNotASCIISpace(UChar);
42 PLATFORM_EXPORT bool isNotColonOrSlash(UChar);
43 PLATFORM_EXPORT bool isMediaTypeCharacter(UChar);
[all...]
H A DContentSecurityPolicyParsers.cpp12 bool isCSPDirectiveNameCharacter(UChar c)
17 bool isCSPDirectiveValueCharacter(UChar c)
24 bool isBase64EncodedCharacter(UChar c)
29 bool isNonceCharacter(UChar c)
34 bool isSourceCharacter(UChar c)
39 bool isPathComponentCharacter(UChar c)
44 bool isHostCharacter(UChar c)
49 bool isSchemeContinuationCharacter(UChar c)
54 bool isNotASCIISpace(UChar c)
59 bool isNotColonOrSlash(UChar
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_misc.h48 Short ML_(read_Short)( UChar* data );
49 Int ML_(read_Int)( UChar* data );
50 Long ML_(read_Long)( UChar* data );
51 UShort ML_(read_UShort)( UChar* data );
52 UWord ML_(read_UWord)( UChar* data );
53 UInt ML_(read_UInt)( UChar* data );
54 ULong ML_(read_ULong)( UChar* data );
55 UChar ML_(read_UChar)( UChar* data );
56 Addr ML_(read_Addr)( UChar* dat
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryTokenizer.h28 UChar consume();
30 void reconsume(UChar);
35 MediaQueryToken consumeStringTokenUntil(UChar);
40 bool consumeIfNext(UChar);
42 UChar consumeEscape();
45 bool nextCharsAreNumber(UChar);
47 bool nextCharsAreIdentifier(UChar);
53 typedef MediaQueryToken (MediaQueryTokenizer::*CodePoint)(UChar);
58 MediaQueryToken whiteSpace(UChar);
59 MediaQueryToken leftParenthesis(UChar);
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h48 * 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 cod
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dustring.h48 * 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 cod
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DUnicodeUtilities.h37 PLATFORM_EXPORT bool isKanaLetter(UChar character);
39 PLATFORM_EXPORT void normalizeCharactersIntoNFCForm(const UChar* characters, unsigned length, Vector<UChar>& buffer);
40 PLATFORM_EXPORT void foldQuoteMarksAndSoftHyphens(UChar* data, size_t length);
42 PLATFORM_EXPORT bool checkOnlyKanaLettersInStrings(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength);
43 PLATFORM_EXPORT bool checkKanaStringsEqual(const UChar* firstData, unsigned firstLength, const UChar* secondData, unsigned secondLength);
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DCSPSourceList.h24 void parse(const UChar* begin, const UChar* end);
36 bool parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, CSPSource::WildcardDisposition&, CSPSource::WildcardDisposition&);
37 bool parseScheme(const UChar* begin, const UChar* end, String& scheme);
38 bool parseHost(const UChar* begin, const UChar* end, String& host, CSPSource::WildcardDisposition&);
39 bool parsePort(const UChar* begin, const UChar* en
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
H A DUnicode.h33 COMPILE_ASSERT(sizeof(UChar) == 2, UCharIsTwoBytes);
/external/chromium_org/third_party/icu/source/common/
H A Dpatternprops.h62 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);
/external/icu/icu4c/source/common/
H A Dpatternprops.h62 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 568 milliseconds

1234567891011>>