HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 76 - 100 of 417) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu4c/common/
ucase.cpp 58 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) {
134 U_CAPI UChar32 U_EXPORT2
135 ucase_tolower(const UCaseProps *csp, UChar32 c) {
151 U_CAPI UChar32 U_EXPORT2
152 ucase_toupper(const UCaseProps *csp, UChar32 c) {
168 U_CAPI UChar32 U_EXPORT2
169 ucase_totitle(const UCaseProps *csp, UChar32 c) {
200 ucase_addCaseClosure(const UCaseProps *csp, UChar32 c, const USetAdder *sa) {
378 UChar32 c
    [all...]
normalizer2.cpp 39 Normalizer2::getRawDecomposition(UChar32, UnicodeString &) const {
43 UChar32
44 Normalizer2::composePair(UChar32, UChar32) const {
49 Normalizer2::getCombiningClass(UChar32 /*c*/) const {
99 getDecomposition(UChar32, UnicodeString &) const {
115 virtual UBool hasBoundaryBefore(UChar32) const { return TRUE; }
116 virtual UBool hasBoundaryAfter(UChar32) const { return TRUE; }
117 virtual UBool isInert(UChar32) const { return TRUE; }
202 getDecomposition(UChar32 c, UnicodeString &decomposition) const
    [all...]
filterednormalizer2.cpp 154 FilteredNormalizer2::getDecomposition(UChar32 c, UnicodeString &decomposition) const {
159 FilteredNormalizer2::getRawDecomposition(UChar32 c, UnicodeString &decomposition) const {
163 UChar32
164 FilteredNormalizer2::composePair(UChar32 a, UChar32 b) const {
169 FilteredNormalizer2::getCombiningClass(UChar32 c) const {
251 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const {
256 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const {
261 FilteredNormalizer2::isInert(UChar32 c) const {
unistr_props.cpp 34 UChar32 c;
utf_impl.c 80 static const UChar32
83 static const UChar32
111 U_CAPI UChar32 U_EXPORT2
112 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
205 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) {
249 U_CAPI UChar32 U_EXPORT2
250 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) {
279 c|=(UChar32)b<<shift;
315 c|=(UChar32)(b&0x3f)<<shift;
uset.cpp 37 uset_open(UChar32 start, UChar32 end) {
68 UChar32 start, UChar32 end) {
78 uset_add(USet* set, UChar32 c) {
83 uset_addRange(USet* set, UChar32 start, UChar32 end) {
102 uset_remove(USet* set, UChar32 c) {
107 uset_removeRange(USet* set, UChar32 start, UChar32 end)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp 136 UChar32 ch;
138 const UChar32 byteMask = 0xBF;
139 const UChar32 byteMark = 0x80;
142 // If we have a surrogate pair, convert to UChar32 first.
146 UChar32 ch2 = static_cast<unsigned short>(*source);
147 // If it's a low surrogate, convert to UChar32.
170 if (ch < (UChar32)0x80) {
172 } else if (ch < (UChar32)0x800) {
174 } else if (ch < (UChar32)0x10000) {
176 } else if (ch < (UChar32)0x110000)
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 67 UChar32 start, limit;
94 CompositionPair(UChar32 t, UChar32 c) : trail(t), composite(c) {}
95 UChar32 trail, composite;
105 UChar32 c;
125 UChar32 mappingCP; // >=0 if mapping to 1 code point
157 virtual UBool rangeHandler(UChar32 start, UChar32 end, uint32_t value) = 0;
166 enumRangeHandler(const void *context, UChar32 start, UChar32 end, uint32_t value)
    [all...]
gennorm2.cpp 225 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) {
235 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) {
255 builder.setRoundTripMapping((UChar32)startCP, mapping);
257 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c)
    [all...]
  /external/icu4c/i18n/
regeximp.h 333 inline UBool contains(UChar32 c);
334 inline void add(UChar32 c);
342 inline UBool Regex8BitSet::contains(UChar32 c) {
347 inline void Regex8BitSet::add(UChar32 c) {
376 UChar32 next(); // Next case folded character
401 UChar32 next(); // Next case folded character
rbt_data.cpp 97 TransliterationRuleData::lookup(UChar32 standIn) const {
103 TransliterationRuleData::lookupMatcher(UChar32 standIn) const {
109 TransliterationRuleData::lookupReplacer(UChar32 standIn) const {
decfmtst.h 38 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
  /external/icu4c/common/unicode/
ucnv_err.h 229 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
239 UChar32 codePoint,
279 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
290 UChar32 codePoint,
308 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
320 UChar32 codePoint,
365 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
376 UChar32 codePoint,
urep.h 78 * Function pointer that returns a UChar32 code point at the given
83 * @param offset The index at which to fetch the UChar32 (code point).
84 * @return The UChar32 (code point) at offset, or U+FFFF if the offset is out of bounds.
87 UChar32 (*char32At)(const UReplaceable* rep,
ustring.h 54 * Some APIs accept a 32-bit UChar32 value for a single code point.
249 u_strchr32(const UChar *s, UChar32 c);
336 u_strrchr32(const UChar *s, UChar32 c);
849 u_memchr32(const UChar *s, UChar32 c, int32_t count);
889 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
appendable.h 72 virtual UBool appendCodePoint(UChar32 c);
184 virtual UBool appendCodePoint(UChar32 c);
  /external/icu4c/test/intltest/
canittst.h 49 void characterTest(UnicodeString &s, UChar32 ch, CanonicalIterator &it);
sfwdchit.h 52 virtual UChar32 next32PostInc(void);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 222 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
232 UChar32 codePoint,
272 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
283 UChar32 codePoint,
301 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
313 UChar32 codePoint,
358 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
369 UChar32 codePoint,
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 222 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
232 UChar32 codePoint,
272 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
283 UChar32 codePoint,
301 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
313 UChar32 codePoint,
358 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
369 UChar32 codePoint,
  /external/webkit/Source/WebCore/icu/unicode/
ucnv_err.h 222 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
232 UChar32 codePoint,
272 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
283 UChar32 codePoint,
301 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
313 UChar32 codePoint,
358 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
369 UChar32 codePoint,
  /external/webkit/Source/WebCore/platform/graphics/
FontData.h 48 virtual const SimpleFontData* fontDataForCharacter(UChar32) const = 0;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontUtilsChromiumWin.h 60 UChar32* charChecked,
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GlyphPageTreeNodeHaiku.cpp 47 UChar32 character;
  /external/webkit/Source/WebCore/platform/graphics/wx/
GlyphMapWx.cpp 43 UChar32 character;

Completed in 1809 milliseconds

1 2 34 5 6 7 8 91011>>