Searched refs:UChar32 (Results 1 - 25 of 745) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSUnicodeRangeValue.h36 static PassRefPtrWillBeRawPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to)
41 UChar32 from() const { return m_from; }
42 UChar32 to() const { return m_to; }
51 CSSUnicodeRangeValue(UChar32 from, UChar32 to)
58 UChar32 m_from;
59 UChar32 m_to;
H A DCSSOMUtils.h44 void serializeCharacter(UChar32, StringBuilder& appendTo);
45 void serializeCharacterAsCodePoint(UChar32, StringBuilder& appendTo);
H A DCSSFontFace.h74 UnicodeRange(UChar32 from, UChar32 to)
80 UChar32 from() const { return m_from; }
81 UChar32 to() const { return m_to; }
82 bool contains(UChar32 c) const { return m_from <= c && c <= m_to; }
84 bool operator<(UChar32 c) const { return m_to < c; }
87 UChar32 m_from;
88 UChar32 m_to;
94 bool contains(UChar32) const;
104 bool maybeScheduleFontLoad(const FontDescription&, UChar32);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSmartReplace.h36 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter);
/external/chromium_org/third_party/icu/source/common/
H A Duset_imp.h28 USetAdd(USet *set, UChar32 c);
31 USetAddRange(USet *set, UChar32 start, UChar32 end);
37 USetRemove(USet *set, UChar32 c);
40 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
H A Dubidi_props.h47 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
50 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
52 U_CFUNC UChar32
53 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
56 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
59 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
62 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
65 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
68 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c);
70 U_CFUNC UChar32
[all...]
H A Dpropsvec.h87 UChar32 start, UChar32 end,
97 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column);
106 UChar32 *pRangeStart, UChar32 *pRangeEnd);
128 UChar32 start, UChar32 end,
170 UChar32 start, UChar32 end,
H A Dpatternprops.h46 static UBool isSyntax(UChar32 c);
51 static UBool isSyntaxOrWhiteSpace(UChar32 c);
56 static UBool isWhiteSpace(UChar32 c);
/external/icu/icu4c/source/common/
H A Duset_imp.h28 USetAdd(USet *set, UChar32 c);
31 USetAddRange(USet *set, UChar32 start, UChar32 end);
37 USetRemove(USet *set, UChar32 c);
40 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
H A Dubidi_props.h47 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
50 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
52 U_CFUNC UChar32
53 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
56 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
59 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
62 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
65 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
68 ubidi_getPairedBracketType(const UBiDiProps *bdp, UChar32 c);
70 U_CFUNC UChar32
[all...]
H A Dpropsvec.h87 UChar32 start, UChar32 end,
97 upvec_getValue(const UPropsVectors *pv, UChar32 c, int32_t column);
106 UChar32 *pRangeStart, UChar32 *pRangeEnd);
128 UChar32 start, UChar32 end,
170 UChar32 start, UChar32 end,
H A Dpatternprops.h46 static UBool isSyntax(UChar32 c);
51 static UBool isSyntaxOrWhiteSpace(UChar32 c);
56 static UBool isWhiteSpace(UChar32 c);
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.h59 void setCC(UChar32 c, uint8_t cc);
60 void setOneWayMapping(UChar32 c, const UnicodeString &m);
61 void setRoundTripMapping(UChar32 c, const UnicodeString &m);
62 void removeMapping(UChar32 c);
79 Norm *getNorm(UChar32 c);
80 Norm *createNorm(UChar32 c);
81 Norm *checkNormForMapping(Norm *p, UChar32 c); // check for permitted overrides
83 const Norm &getNormRef(UChar32 c) const;
84 uint8_t getCC(UChar32 c) const;
86 UChar32 combin
[all...]
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.h59 void setCC(UChar32 c, uint8_t cc);
60 void setOneWayMapping(UChar32 c, const UnicodeString &m);
61 void setRoundTripMapping(UChar32 c, const UnicodeString &m);
62 void removeMapping(UChar32 c);
79 Norm *getNorm(UChar32 c);
80 Norm *createNorm(UChar32 c);
81 Norm *checkNormForMapping(Norm *p, UChar32 c); // check for permitted overrides
83 const Norm &getNormRef(UChar32 c) const;
84 uint8_t getCC(UChar32 c) const;
86 UChar32 combin
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationsets.h55 UBool handleCE32(UChar32 start, UChar32 end, uint32_t ce32);
58 void compare(UChar32 c, uint32_t ce32, uint32_t baseCE32);
59 void comparePrefixes(UChar32 c, const UChar *p, const UChar *q);
60 void compareContractions(UChar32 c, const UChar *p, const UChar *q);
62 void addPrefixes(const CollationData *d, UChar32 c, const UChar *p);
63 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32);
64 void addContractions(UChar32 c, const UChar *p);
65 void addSuffix(UChar32 c, const UnicodeString &sfx);
66 void add(UChar32
[all...]
H A Drbt_data.h123 UnicodeFunctor* lookup(UChar32 standIn) const;
132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
141 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSegmentedFontData.h38 FontDataRange(UChar32 from, UChar32 to, PassRefPtr<SimpleFontData> fontData)
45 UChar32 from() const { return m_from; }
46 UChar32 to() const { return m_to; }
51 UChar32 m_from;
52 UChar32 m_to;
65 bool containsCharacter(UChar32) const;
70 virtual const SimpleFontData* fontDataForCharacter(UChar32) const OVERRIDE;
/external/chromium_org/third_party/icu/source/test/perf/charperf/
H A Dcharperf.h19 typedef void (*CharPerfFn)(UChar32 ch);
27 for (UChar32 i = MIN_; i < MAX_; i ++) {
36 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max)
45 UChar32 MIN_;
46 UChar32 MAX_;
115 UChar32 MIN_;
116 UChar32 MAX_;
119 inline void isAlpha(UChar32 ch)
124 inline void isUpper(UChar32 c
[all...]
/external/icu/icu4c/source/test/perf/charperf/
H A Dcharperf.h19 typedef void (*CharPerfFn)(UChar32 ch);
27 for (UChar32 i = MIN_; i < MAX_; i ++) {
36 CharPerfFunction(CharPerfFn func, UChar32 min, UChar32 max)
45 UChar32 MIN_;
46 UChar32 MAX_;
115 UChar32 MIN_;
116 UChar32 MAX_;
119 inline void isAlpha(UChar32 ch)
124 inline void isUpper(UChar32 c
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dnormalizer2.h267 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0;
294 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const;
311 virtual UChar32
312 composePair(UChar32 a, UChar32 b) const;
323 getCombiningClass(UChar32 c) const;
398 virtual UBool hasBoundaryBefore(UChar32 c) const = 0;
414 virtual UBool hasBoundaryAfter(UChar32 c) const = 0;
429 virtual UBool isInert(UChar32 c) const = 0;
530 getDecomposition(UChar32
[all...]
H A Dusetiter.h78 UChar32 codepoint;
89 UChar32 codepointEnd;
145 inline UChar32 getCodepoint() const;
153 inline UChar32 getCodepointEnd() const;
246 // endElement and nextElements are really UChar32's, but we keep
304 return codepoint == (UChar32)IS_STRING;
307 inline UChar32 UnicodeSetIterator::getCodepoint() const {
311 inline UChar32 UnicodeSetIterator::getCodepointEnd() const {
/external/icu/icu4c/source/common/unicode/
H A Dnormalizer2.h267 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0;
294 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const;
311 virtual UChar32
312 composePair(UChar32 a, UChar32 b) const;
323 getCombiningClass(UChar32 c) const;
398 virtual UBool hasBoundaryBefore(UChar32 c) const = 0;
414 virtual UBool hasBoundaryAfter(UChar32 c) const = 0;
429 virtual UBool isInert(UChar32 c) const = 0;
530 getDecomposition(UChar32
[all...]
H A Dusetiter.h78 UChar32 codepoint;
89 UChar32 codepointEnd;
145 inline UChar32 getCodepoint() const;
153 inline UChar32 getCodepointEnd() const;
246 // endElement and nextElements are really UChar32's, but we keep
304 return codepoint == (UChar32)IS_STRING;
307 inline UChar32 UnicodeSetIterator::getCodepoint() const {
311 inline UChar32 UnicodeSetIterator::getCodepointEnd() const {
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSurrogatePairAwareTextIterator.h36 inline bool consume(UChar32& character, unsigned& clusterLength)
60 bool consumeSlowCase(UChar32&, unsigned&);
61 UChar32 normalizeVoicingMarks();
/external/chromium_org/third_party/icu/source/i18n/
H A Drbt_data.h123 UnicodeFunctor* lookup(UChar32 standIn) const;
132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
141 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;

Completed in 482 milliseconds

1234567891011>>