Home
last modified time | relevance | path

Searched refs:UChar32 (Results 1 – 25 of 1206) sorted by relevance

12345678910>>...49

/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationsets.h57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32);
60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32);
61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q);
62 void compareContractions(UChar32 c, const UChar *p, const UChar *q);
64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p);
65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32);
66 void addContractions(UChar32 c, const UChar *p);
67 void addSuffix(UChar32 c, const UnicodeString &sfx);
68 void add(UChar32 c);
106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec);
[all …]
/third_party/node/deps/icu-small/source/i18n/
Dcollationsets.h57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32);
60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32);
61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q);
62 void compareContractions(UChar32 c, const UChar *p, const UChar *q);
64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p);
65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32);
66 void addContractions(UChar32 c, const UChar *p);
67 void addSuffix(UChar32 c, const UnicodeString &sfx);
68 void add(UChar32 c);
106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec);
[all …]
/third_party/icu/icu4c/source/i18n/
Dcollationsets.h57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32);
60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32);
61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q);
62 void compareContractions(UChar32 c, const UChar *p, const UChar *q);
64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p);
65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32);
66 void addContractions(UChar32 c, const UChar *p);
67 void addSuffix(UChar32 c, const UnicodeString &sfx);
68 void add(UChar32 c);
106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec);
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationsets.h57 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32);
60 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32);
61 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q);
62 void compareContractions(UChar32 c, const UChar *p, const UChar *q);
64 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p);
65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32);
66 void addContractions(UChar32 c, const UChar *p);
67 void addSuffix(UChar32 c, const UnicodeString &sfx);
68 void add(UChar32 c);
106 void forCodePoint(const CollationData *d, UChar32 c, UErrorCode &ec);
[all …]
/third_party/icu/icu4c/source/common/
Dubidi_props.cpp50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange()
62 UChar32 c, start, limit; in ubidi_addPropertyStarts()
134 ubidi_getClass(UChar32 c) { in ubidi_getClass()
140 ubidi_isMirrored(UChar32 c) { in ubidi_isMirrored()
145 static UChar32
146 getMirror(UChar32 c, uint16_t props) { in getMirror()
155 UChar32 c2; in getMirror()
177 U_CFUNC UChar32
178 ubidi_getMirror(UChar32 c) { in ubidi_getMirror()
184 ubidi_isBidiControl(UChar32 c) { in ubidi_isBidiControl()
[all …]
Ducase.h86 U_CAPI UChar32 U_EXPORT2
87 ucase_tolower(UChar32 c);
89 U_CAPI UChar32 U_EXPORT2
90 ucase_toupper(UChar32 c);
92 U_CAPI UChar32 U_EXPORT2
93 ucase_totitle(UChar32 c);
95 U_CAPI UChar32 U_EXPORT2
96 ucase_fold(UChar32 c, uint32_t options);
108 ucase_addCaseClosure(UChar32 c, const USetAdder *sa);
139 UChar32 next(UnicodeString &full);
[all …]
Dubidi_props.h43 ubidi_getClass(UChar32 c);
46 ubidi_isMirrored(UChar32 c);
48 U_CFUNC UChar32
49 ubidi_getMirror(UChar32 c);
52 ubidi_isBidiControl(UChar32 c);
55 ubidi_isJoinControl(UChar32 c);
58 ubidi_getJoiningType(UChar32 c);
61 ubidi_getJoiningGroup(UChar32 c);
64 ubidi_getPairedBracketType(UChar32 c);
66 U_CFUNC UChar32
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidi_props.cpp50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange()
62 UChar32 c, start, limit; in ubidi_addPropertyStarts()
134 ubidi_getClass(UChar32 c) { in ubidi_getClass()
140 ubidi_isMirrored(UChar32 c) { in ubidi_isMirrored()
145 static UChar32
146 getMirror(UChar32 c, uint16_t props) { in getMirror()
155 UChar32 c2; in getMirror()
177 U_CFUNC UChar32
178 ubidi_getMirror(UChar32 c) { in ubidi_getMirror()
184 ubidi_isBidiControl(UChar32 c) { in ubidi_isBidiControl()
[all …]
Ducase.h86 U_CAPI UChar32 U_EXPORT2
87 ucase_tolower(UChar32 c);
89 U_CAPI UChar32 U_EXPORT2
90 ucase_toupper(UChar32 c);
92 U_CAPI UChar32 U_EXPORT2
93 ucase_totitle(UChar32 c);
95 U_CAPI UChar32 U_EXPORT2
96 ucase_fold(UChar32 c, uint32_t options);
108 ucase_addCaseClosure(UChar32 c, const USetAdder *sa);
139 UChar32 next(UnicodeString &full);
[all …]
Duprops.cpp50 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which);
58 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains()
63 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains()
67 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl()
71 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored()
75 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl()
80 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) { in hasFullCompositionExclusion() argument
84 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*whi… in hasFullCompositionExclusion()
94 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) { in isNormInert() argument
98 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert()
[all …]
Dubidi_props.h43 ubidi_getClass(UChar32 c);
46 ubidi_isMirrored(UChar32 c);
48 U_CFUNC UChar32
49 ubidi_getMirror(UChar32 c);
52 ubidi_isBidiControl(UChar32 c);
55 ubidi_isJoinControl(UChar32 c);
58 ubidi_getJoiningType(UChar32 c);
61 ubidi_getJoiningGroup(UChar32 c);
64 ubidi_getPairedBracketType(UChar32 c);
66 U_CFUNC UChar32
[all …]
/third_party/node/deps/icu-small/source/common/
Dubidi_props.cpp50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange()
62 UChar32 c, start, limit; in ubidi_addPropertyStarts()
134 ubidi_getClass(UChar32 c) { in ubidi_getClass()
140 ubidi_isMirrored(UChar32 c) { in ubidi_isMirrored()
145 static UChar32
146 getMirror(UChar32 c, uint16_t props) { in getMirror()
155 UChar32 c2; in getMirror()
177 U_CFUNC UChar32
178 ubidi_getMirror(UChar32 c) { in ubidi_getMirror()
184 ubidi_isBidiControl(UChar32 c) { in ubidi_isBidiControl()
[all …]
Ducase.h87 U_CAPI UChar32 U_EXPORT2
88 ucase_tolower(UChar32 c);
90 U_CAPI UChar32 U_EXPORT2
91 ucase_toupper(UChar32 c);
93 U_CAPI UChar32 U_EXPORT2
94 ucase_totitle(UChar32 c);
96 U_CAPI UChar32 U_EXPORT2
97 ucase_fold(UChar32 c, uint32_t options);
109 ucase_addCaseClosure(UChar32 c, const USetAdder *sa);
140 UChar32 next(UnicodeString &full);
[all …]
Dubidi_props.h43 ubidi_getClass(UChar32 c);
46 ubidi_isMirrored(UChar32 c);
48 U_CFUNC UChar32
49 ubidi_getMirror(UChar32 c);
52 ubidi_isBidiControl(UChar32 c);
55 ubidi_isJoinControl(UChar32 c);
58 ubidi_getJoiningType(UChar32 c);
61 ubidi_getJoiningGroup(UChar32 c);
64 ubidi_getPairedBracketType(UChar32 c);
66 U_CFUNC UChar32
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dubidi_props.cpp50 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in _enumPropertyStartsRange()
62 UChar32 c, start, limit; in ubidi_addPropertyStarts()
134 ubidi_getClass(UChar32 c) { in ubidi_getClass()
140 ubidi_isMirrored(UChar32 c) { in ubidi_isMirrored()
145 static UChar32
146 getMirror(UChar32 c, uint16_t props) { in getMirror()
155 UChar32 c2; in getMirror()
177 U_CFUNC UChar32
178 ubidi_getMirror(UChar32 c) { in ubidi_getMirror()
184 ubidi_isBidiControl(UChar32 c) { in ubidi_isBidiControl()
[all …]
Ducase.h87 U_CAPI UChar32 U_EXPORT2
88 ucase_tolower(UChar32 c);
90 U_CAPI UChar32 U_EXPORT2
91 ucase_toupper(UChar32 c);
93 U_CAPI UChar32 U_EXPORT2
94 ucase_totitle(UChar32 c);
96 U_CAPI UChar32 U_EXPORT2
97 ucase_fold(UChar32 c, uint32_t options);
109 ucase_addCaseClosure(UChar32 c, const USetAdder *sa);
140 UChar32 next(UnicodeString &full);
[all …]
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.h39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt()
43 void append(UChar32 c, uint8_t cc);
54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} in CompositionPair()
55 UChar32 trail, composite;
65 UChar32 c; in setMappingCP()
82 UChar32 combine(UChar32 trail) const;
86 UChar32 mappingCP; // >=0 if mapping to 1 code point
157 Norm *getNorm(UChar32 c);
158 const Norm *getNorm(UChar32 c) const;
160 Norm *createNorm(UChar32 c);
[all …]
/third_party/icu/icu4c/source/tools/gennorm2/
Dnorms.h39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt()
43 void append(UChar32 c, uint8_t cc);
54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} in CompositionPair()
55 UChar32 trail, composite;
65 UChar32 c; in setMappingCP()
82 UChar32 combine(UChar32 trail) const;
86 UChar32 mappingCP; // >=0 if mapping to 1 code point
157 Norm *getNorm(UChar32 c);
158 const Norm *getNorm(UChar32 c) const;
160 Norm *createNorm(UChar32 c);
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/
Dnorms.h39 UChar32 charAt(int32_t i) const { return fArray[i]>>8; } in charAt()
43 void append(UChar32 c, uint8_t cc);
54 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {} in CompositionPair()
55 UChar32 trail, composite;
65 UChar32 c; in setMappingCP()
82 UChar32 combine(UChar32 trail) const;
86 UChar32 mappingCP; // >=0 if mapping to 1 code point
157 Norm *getNorm(UChar32 c);
158 const Norm *getNorm(UChar32 c) const;
160 Norm *createNorm(UChar32 c);
[all …]
/third_party/icu/icu4c/source/test/perf/charperf/
Dcharperf.h23 typedef void (*CharPerfFn)(UChar32 ch);
31 for (UChar32 i = MIN_; i < MAX_; i ++) { in call()
40 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max) in CharPerfFunction()
49 UChar32 MIN_;
50 UChar32 MAX_;
119 UChar32 MIN_;
120 UChar32 MAX_;
123 inline void isAlpha(UChar32 ch) in isAlpha()
128 inline void isUpper(UChar32 ch) in isUpper()
133 inline void isLower(UChar32 ch) in isLower()
[all …]
/third_party/boost/libs/regex/test/regress/
Dtest_icu.cpp79 BOOST_REGEX_TEST_ERROR("Size mismatch in match_results class", UChar32); in compare_result()
87 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result()
91 BOOST_REGEX_TEST_ERROR("Iterator mismatch in match_results class", UChar32); in compare_result()
96 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result()
107 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result()
111 BOOST_REGEX_TEST_ERROR("Iterator mismatch in match_results class", UChar32); in compare_result()
116 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result()
122 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result()
126 BOOST_REGEX_TEST_ERROR("Iterator mismatch in match_results class", UChar32); in compare_result()
131 BOOST_REGEX_TEST_ERROR("Matched mismatch in match_results class", UChar32); in compare_result()
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duniset.h289 UChar32* list = stackList; // MUST be terminated with HIGH
295 UChar32* buffer = nullptr; // internal buffer, may be NULL
318 UChar32 stackList[INITIAL_CAPACITY];
386 UnicodeSet(UChar32 start, UChar32 end);
609 UnicodeSet& set(UChar32 start, UChar32 end);
794 virtual UBool contains(UChar32 c) const;
804 virtual UBool contains(UChar32 start, UChar32 end) const;
841 UBool containsNone(UChar32 start, UChar32 end) const;
869 inline UBool containsSome(UChar32 start, UChar32 end) const;
1041 int32_t findCodePoint(UChar32 c) const;
[all …]
/third_party/icu/icu4c/source/common/unicode/
Duniset.h291 UChar32* list = stackList; // MUST be terminated with HIGH
297 UChar32* buffer = nullptr; // internal buffer, may be NULL
320 UChar32 stackList[INITIAL_CAPACITY];
388 UnicodeSet(UChar32 start, UChar32 end);
611 UnicodeSet& set(UChar32 start, UChar32 end);
796 virtual UBool contains(UChar32 c) const;
806 virtual UBool contains(UChar32 start, UChar32 end) const;
843 UBool containsNone(UChar32 start, UChar32 end) const;
871 inline UBool containsSome(UChar32 start, UChar32 end) const;
1043 int32_t findCodePoint(UChar32 c) const;
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duniset.h287 UChar32* list = stackList; // MUST be terminated with HIGH
293 UChar32* buffer = nullptr; // internal buffer, may be NULL
316 UChar32 stackList[INITIAL_CAPACITY];
384 UnicodeSet(UChar32 start, UChar32 end);
607 UnicodeSet& set(UChar32 start, UChar32 end);
792 virtual UBool contains(UChar32 c) const;
802 virtual UBool contains(UChar32 start, UChar32 end) const;
839 UBool containsNone(UChar32 start, UChar32 end) const;
867 inline UBool containsSome(UChar32 start, UChar32 end) const;
1039 int32_t findCodePoint(UChar32 c) const;
[all …]
/third_party/node/deps/icu-small/source/common/unicode/
Duniset.h295 UChar32* list = stackList; // MUST be terminated with HIGH
301 UChar32* buffer = nullptr; // internal buffer, may be NULL
324 UChar32 stackList[INITIAL_CAPACITY];
392 UnicodeSet(UChar32 start, UChar32 end);
615 UnicodeSet& set(UChar32 start, UChar32 end);
812 virtual UBool contains(UChar32 c) const override;
822 virtual UBool contains(UChar32 start, UChar32 end) const;
859 UBool containsNone(UChar32 start, UChar32 end) const;
887 inline UBool containsSome(UChar32 start, UChar32 end) const;
1059 int32_t findCodePoint(UChar32 c) const;
[all …]

12345678910>>...49