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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSUnicodeRangeValue.h 36 static PassRefPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to)
41 UChar32 from() const { return m_from; }
42 UChar32 to() const { return m_to; }
49 CSSUnicodeRangeValue(UChar32 from, UChar32 to)
56 UChar32 m_from;
57 UChar32 m_to;
CSSOMUtils.h 42 void serializeCharacter(UChar32, StringBuilder& appendTo);
43 void serializeCharacterAsCodePoint(UChar32, StringBuilder& appendTo);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SmartReplace.h 36 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter);
  /external/chromium_org/third_party/icu/source/common/
uset_imp.h 28 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);
propsvec.h 87 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,
ubidi_props.h 51 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
54 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
56 U_CFUNC UChar32
57 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
60 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
63 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
66 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
69 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
135 #define UBIDI_GET_MIRROR_CODE_POINT(m) (UChar32)((m)&0x1fffff)
  /external/icu4c/common/
uset_imp.h 28 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);
ubidi_props.h 46 ubidi_getClass(const UBiDiProps *bdp, UChar32 c);
49 ubidi_isMirrored(const UBiDiProps *bdp, UChar32 c);
51 U_CFUNC UChar32
52 ubidi_getMirror(const UBiDiProps *bdp, UChar32 c);
55 ubidi_isBidiControl(const UBiDiProps *bdp, UChar32 c);
58 ubidi_isJoinControl(const UBiDiProps *bdp, UChar32 c);
61 ubidi_getJoiningType(const UBiDiProps *bdp, UChar32 c);
64 ubidi_getJoiningGroup(const UBiDiProps *bdp, UChar32 c);
130 #define UBIDI_GET_MIRROR_CODE_POINT(m) (UChar32)((m)&0x1fffff)
propsvec.h 87 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,
patternprops.h 46 static UBool isSyntax(UChar32 c);
51 static UBool isSyntaxOrWhiteSpace(UChar32 c);
56 static UBool isWhiteSpace(UChar32 c);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SegmentedFontData.h 37 FontDataRange(UChar32 from, UChar32 to, PassRefPtr<SimpleFontData> fontData)
44 UChar32 from() const { return m_from; }
45 UChar32 to() const { return m_to; }
49 UChar32 m_from;
50 UChar32 m_to;
71 virtual const SimpleFontData* fontDataForCharacter(UChar32) const;
78 bool containsCharacter(UChar32) const;
SurrogatePairAwareTextIterator.h 35 inline bool consume(UChar32& character, unsigned& clusterLength)
59 bool consumeSlowCase(UChar32&, unsigned&);
60 UChar32 normalizeVoicingMarks();
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 59 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 combine(const Norm &norm, UChar32 trail) const
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.h 59 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 combine(const Norm &norm, UChar32 trail) const
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
usetiter.h 78 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 {
uchriter.h 163 virtual UChar32 first32(void);
173 virtual UChar32 first32PostInc(void);
191 virtual UChar32 last32(void);
214 virtual UChar32 setIndex32(int32_t position);
228 virtual UChar32 current32(void) const;
259 virtual UChar32 next32(void);
269 virtual UChar32 next32PostInc(void);
298 virtual UChar32 previous32(void);
  /external/icu4c/common/unicode/
usetiter.h 78 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 {
uchriter.h 163 virtual UChar32 first32(void);
173 virtual UChar32 first32PostInc(void);
191 virtual UChar32 last32(void);
214 virtual UChar32 setIndex32(int32_t position);
228 virtual UChar32 current32(void) const;
259 virtual UChar32 next32(void);
269 virtual UChar32 next32PostInc(void);
298 virtual UChar32 previous32(void);
normalizer2.h 267 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 c, UnicodeString &decomposition) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityTable.h 38 UChar32 firstValue;
39 UChar32 secondValue;
  /external/chromium_org/third_party/icu/source/test/intltest/
testutil.h 22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
24 static UnicodeString hex(UChar32 ch);
  /external/icu4c/test/intltest/
testutil.h 22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
24 static UnicodeString hex(UChar32 ch);
  /external/chromium_org/third_party/icu/source/test/perf/charperf/
charperf.h 19 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 ch
    [all...]
  /external/icu4c/test/perf/charperf/
charperf.h 19 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 ch
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_data.h 123 UnicodeFunctor* lookup(UChar32 standIn) const;
132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
141 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;

Completed in 748 milliseconds

1 2 3 4 5 6 7 8 91011>>