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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
CSSUnicodeRangeValue.h 37 static PassRefPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to)
44 UChar32 from() const { return m_from; }
45 UChar32 to() const { return m_to; }
50 CSSUnicodeRangeValue(UChar32 from, UChar32 to)
56 UChar32 m_from;
57 UChar32 m_to;
CSSFontFace.h 52 void addRange(UChar32 from, UChar32 to) { m_ranges.append(UnicodeRange(from, to)); }
71 UnicodeRange(UChar32 from, UChar32 to)
77 UChar32 from() const { return m_from; }
78 UChar32 to() const { return m_to; }
81 UChar32 m_from;
82 UChar32 m_to;
  /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);
brkeng.h 58 virtual UBool handles(UChar32 c, int32_t breakType) const = 0;
132 virtual const LanguageBreakEngine *getEngineFor(UChar32 c, int32_t breakType) = 0;
183 virtual UBool handles(UChar32 c, int32_t breakType) const;
212 virtual void handleCharacter(UChar32 c, int32_t breakType);
260 virtual const LanguageBreakEngine *getEngineFor(UChar32 c, int32_t breakType);
273 virtual const LanguageBreakEngine *loadEngineFor(UChar32 c, int32_t breakType);
  /external/webkit/Source/WebCore/platform/graphics/
SegmentedFontData.h 37 FontDataRange(UChar32 from, UChar32 to, const SimpleFontData* fontData)
44 UChar32 from() const { return m_from; }
45 UChar32 to() const { return m_to; }
49 UChar32 m_from;
50 UChar32 m_to;
67 virtual const SimpleFontData* fontDataForCharacter(UChar32) const;
74 bool containsCharacter(UChar32) const;
  /external/webkit/Source/WebCore/editing/
SmartReplace.cpp 36 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter)
SmartReplace.h 36 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter);
  /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/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 269 getDecomposition(UChar32 c, UnicodeString &decomposition) const = 0;
296 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const;
313 virtual UChar32
314 composePair(UChar32 a, UChar32 b) const;
325 getCombiningClass(UChar32 c) const;
400 virtual UBool hasBoundaryBefore(UChar32 c) const = 0;
416 virtual UBool hasBoundaryAfter(UChar32 c) const = 0;
431 virtual UBool isInert(UChar32 c) const = 0;
536 getDecomposition(UChar32 c, UnicodeString &decomposition) const
    [all...]
chariter.h 33 * of Unicode characters. ICU uses the type UChar32 for them.
71 * UChar32 c;
160 virtual UChar32 next32PostInc(void) = 0;
220 * UChar32 c;
240 * UChar32 c;
263 * UChar32 c=it.current32();
408 virtual UChar32 first32(void) = 0;
418 virtual UChar32 first32PostInc(void);
445 virtual UChar32 last32(void) = 0;
477 virtual UChar32 setIndex32(int32_t position) = 0
    [all...]
uchar.h 129 * For a single character, UChar32 is a simple type that can hold any code point value.
131 * @see UChar32
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.h 38 typedef int32_t UChar32;
127 UChar32 foldCase(UChar32);
133 inline UChar32 toLower(UChar32 c)
138 inline UChar32 toUpper(UChar32 c)
145 inline UChar32 toTitleCase(UChar32 c)
150 inline bool isArabicChar(UChar32 c
    [all...]
  /external/icu4c/test/intltest/
testutil.h 22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
24 static UnicodeString hex(UChar32 ch);
  /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/icu4c/i18n/
rbt_data.h 123 UnicodeFunctor* lookup(UChar32 standIn) const;
132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
141 UnicodeReplacer* lookupReplacer(UChar32 standIn) const;
regeximp.cpp 26 UChar32 CaseFoldingUTextIterator::next() {
27 UChar32 foldedC;
28 UChar32 originalC;
43 foldedC = (UChar32)fFoldLength;
74 UChar32 CaseFoldingUCharIterator::next() {
75 UChar32 foldedC;
76 UChar32 originalC;
92 foldedC = (UChar32)fFoldLength;
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uset.h 130 uset_open(UChar32 start, UChar32 end);
180 UChar32 start, UChar32 end);
314 uset_add(USet* set, UChar32 c);
339 uset_addRange(USet* set, UChar32 start, UChar32 end);
360 uset_remove(USet* set, UChar32 c);
371 uset_removeRange(USet* set, UChar32 start, UChar32 end)
    [all...]
uchar.h 108 * For a single character, UChar32 is a simple type that can hold any code point value.
110 * @see UChar32
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uset.h 130 uset_open(UChar32 start, UChar32 end);
180 UChar32 start, UChar32 end);
314 uset_add(USet* set, UChar32 c);
339 uset_addRange(USet* set, UChar32 start, UChar32 end);
360 uset_remove(USet* set, UChar32 c);
371 uset_removeRange(USet* set, UChar32 start, UChar32 end)
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h 108 * For a single character, UChar32 is a simple type that can hold any code point value.
110 * @see UChar32
    [all...]

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 91011>>