HomeSort by relevance Sort by last modified time
    Searched full:uchar32 (Results 126 - 150 of 762) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/i18n/
casetrn.cpp 32 U_CFUNC UChar32 U_CALLCONV
39 UChar32 c;
151 UChar32 c;
utf16collationiterator.cpp 58 UTF16CollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) {
85 UChar32
90 UChar32 c = *pos;
105 UChar32
110 UChar32 c = *--pos;
123 UChar32 c = *pos;
139 UChar32 c = *--pos;
208 FCDUTF16CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
248 UChar32
250 UChar32 c
    [all...]
collationiterator.cpp 71 UChar32 next() {
72 UChar32 c = oldBuffer.char32At(pos);
106 void setFirstSkipped(UChar32 c) {
111 void skip(UChar32 c) {
205 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
226 CollationIterator::getDataCE32(UChar32 c) const {
237 CollationIterator::nextCEFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
249 CollationIterator::appendCEsFromCE32(const CollationData *d, UChar32 c, uint32_t ce32,
312 UChar32 nextCp;
375 UChar32 t = c % Hangul::JAMO_T_COUNT
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLEntityParser.cpp 51 static UChar adjustEntity(UChar32 value)
58 static void appendLegalEntityFor(UChar32 c, DecodedHTMLEntity& decodedEntity)
72 static const UChar32 kInvalidUnicode = -1;
149 if (UChar32 second = entitySearch.mostRecentMatch()->secondValue)
173 UChar32 result = 0;
273 static size_t appendUChar32ToUCharArray(UChar32 value, UChar* result)
  /external/chromium_org/third_party/icu/source/common/
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);
appendable.cpp 24 Appendable::appendCodePoint(UChar32 c) {
unifilt.cpp 44 UChar32 c;
  /external/icu/icu4c/source/common/
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/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.h 42 virtual GlyphData glyphDataForCharacter(const Font&, const TextRun&, WidthIterator&, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) OVERRIDE;
46 virtual GlyphData glyphDataForCharacter(const Font&, const TextRun&, WidthIterator&, UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength) OVERRIDE { return 0; }
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h 77 UChar32 character;
83 float characterWidth(UChar32, const GlyphData&) const;
Character.cpp 43 static const UChar32 cjkIsolatedSymbolsArray[] = {
148 UChar32 supplementaryCharacter = U16_GET_SUPPLEMENTARY(c, next);
174 bool Character::isCJKIdeograph(UChar32 c)
176 static const UChar32 cjkIdeographRanges[] = {
204 bool Character::isCJKIdeographOrSymbol(UChar32 c)
211 static HashSet<UChar32>* cjkIsolatedSymbols = 0;
213 cjkIsolatedSymbols = new HashSet<UChar32>();
223 static const UChar32 cjkSymbolRanges[] = {
295 UChar32 character = characters[i];
316 UChar32 character = characters[i - 1]
    [all...]
GlyphPage.h 105 static unsigned indexForCharacter(UChar32 c) { return c & 0xFF; }
107 ALWAYS_INLINE GlyphData glyphDataForCharacter(UChar32 c) const
124 ALWAYS_INLINE Glyph glyphForCharacter(UChar32 c) const
135 void setGlyphDataForCharacter(UChar32 c, Glyph g, const SimpleFontData* f)
  /external/chromium_org/third_party/icu/source/common/unicode/
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...]
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 {
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,
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 113 s.append(UChar32(j+0x11000));
122 UChar32 c1 = 0;
123 UChar32 c2 = 0x100;
124 UChar32 c3 = 0xa000;
125 UChar32 c4 = 0x11000;
160 UChar32 c;
442 UChar32 usc; // code point from Unicode String
443 UChar32 utc; // code point from UText
518 UChar32 usc; // code point from Unicode String
519 UChar32 utc; // code point from UTex
    [all...]
usettest.cpp 139 for (UChar32 i = 0; i <= 0x10FFFF; ++i) {
207 UBool UnicodeSetTest::toPatternAux(UChar32 start, UChar32 end) {
290 UChar32 i;
559 UChar32 a = set.getRangeStart(i);
560 UChar32 b = set.getRangeEnd(i);
565 if (set.contains((UChar32)(a-1), b)) {
570 if (set.contains(a, (UChar32)(b+1))) {
578 UnicodeSet a((UChar32)3,(UChar32)10)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
trieset.cpp 44 UChar32 start, end;
96 UBool contains(UChar32 c) const {
  /external/clang/test/Sema/
types.c 78 typedef __attribute__ ((ext_vector_type(32),__aligned__(32))) unsigned char uchar32; typedef
81 uchar32 r = 0;
  /external/icu/icu4c/source/common/unicode/
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...]
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 {
  /external/icu/icu4c/source/test/intltest/
utxttest.cpp 115 s.append(UChar32(j+0x11000));
124 UChar32 c1 = 0;
125 UChar32 c2 = 0x100;
126 UChar32 c3 = 0xa000;
127 UChar32 c4 = 0x11000;
162 UChar32 c;
444 UChar32 usc; // code point from Unicode String
445 UChar32 utc; // code point from UText
520 UChar32 usc; // code point from Unicode String
521 UChar32 utc; // code point from UTex
    [all...]
usettest.cpp 139 for (UChar32 i = 0; i <= 0x10FFFF; ++i) {
207 UBool UnicodeSetTest::toPatternAux(UChar32 start, UChar32 end) {
290 UChar32 i;
559 UChar32 a = set.getRangeStart(i);
560 UChar32 b = set.getRangeEnd(i);
565 if (set.contains((UChar32)(a-1), b)) {
570 if (set.contains(a, (UChar32)(b+1))) {
578 UnicodeSet a((UChar32)3,(UChar32)10)
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp 44 UChar32 start, end;
96 UBool contains(UChar32 c) const {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h 35 typedef HashMap<UChar32, RefPtr<GlyphMapNode> > GlyphMapLayer;
193 UChar32 character = 0;
214 UChar32 character = 0;
232 UChar32 character = 0;

Completed in 1625 milliseconds

1 2 3 4 56 7 8 91011>>