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

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/samples/props/
props.cpp 26 printProps(UChar32 codePoint) {
52 static const UChar32
  /external/chromium_org/third_party/icu/source/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...]
uiter.cpp 51 static UChar32 U_CALLCONV
152 static UChar32 U_CALLCONV
161 static UChar32 U_CALLCONV
170 static UChar32 U_CALLCONV
242 static inline UChar32
248 static UChar32 U_CALLCONV
259 static UChar32 U_CALLCONV
271 static UChar32 U_CALLCONV
409 static UChar32 U_CALLCONV
411 UChar32 c
    [all...]
utf_impl.c 80 static const UChar32
83 static const UChar32
89 static UChar32
124 U_CAPI UChar32 U_EXPORT2
125 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
185 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) {
229 U_CAPI UChar32 U_EXPORT2
230 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) {
256 c|=(UChar32)b<<shift;
280 c|=(UChar32)(b&0x3f)<<shift
    [all...]
bmpset.h 41 virtual UBool contains(UChar32 c) const;
76 * Same as UnicodeSet::findCodePoint(UChar32 c) const except that the
92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const;
94 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const;
155 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const {
dictionarydata.cpp 45 UChar32 c = utext_next32(text);
87 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const {
98 return (UChar32)delta;
109 UChar32 c = utext_next32(text);
normalizer2impl.cpp 70 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
110 UChar32 c;
127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) {
216 UChar32 c=*--codePointStart;
231 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) {
250 void addToStartSet(UChar32 origin, UChar32 decompLead, UErrorCode &errorCode);
346 UChar32 c;
363 enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/)
    [all...]
unisetspan.h 73 inline UBool contains(UChar32 c) const;
94 void addToSpanNotSet(UChar32 c);
149 UBool UnicodeSetStringSpan::contains(UChar32 c) const {
  /external/icu/icu4c/source/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...]
uiter.cpp 51 static UChar32 U_CALLCONV
152 static UChar32 U_CALLCONV
161 static UChar32 U_CALLCONV
170 static UChar32 U_CALLCONV
242 static inline UChar32
248 static UChar32 U_CALLCONV
259 static UChar32 U_CALLCONV
271 static UChar32 U_CALLCONV
409 static UChar32 U_CALLCONV
411 UChar32 c
    [all...]
utf_impl.c 80 static const UChar32
83 static const UChar32
89 static UChar32
124 U_CAPI UChar32 U_EXPORT2
125 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
185 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) {
229 U_CAPI UChar32 U_EXPORT2
230 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) {
256 c|=(UChar32)b<<shift;
280 c|=(UChar32)(b&0x3f)<<shift
    [all...]
normalizer2impl.cpp 70 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
110 UChar32 c;
127 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) {
216 UChar32 c=*--codePointStart;
231 void ReorderingBuffer::insert(UChar32 c, uint8_t cc) {
250 void addToStartSet(UChar32 origin, UChar32 decompLead, UErrorCode &errorCode);
346 UChar32 c;
366 void handleRange(UChar32 start, UChar32 end, uint16_t norm16)
    [all...]
bmpset.h 41 virtual UBool contains(UChar32 c) const;
76 * Same as UnicodeSet::findCodePoint(UChar32 c) const except that the
92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const;
94 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const;
155 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const {
dictionarydata.cpp 45 UChar32 c = utext_next32(text);
87 UChar32 BytesDictionaryMatcher::transform(UChar32 c) const {
98 return (UChar32)delta;
109 UChar32 c = utext_next32(text);
unisetspan.h 73 inline UBool contains(UChar32 c) const;
94 void addToSpanNotSet(UChar32 c);
149 UBool UnicodeSetStringSpan::contains(UChar32 c) const {
  /external/icu/icu4c/source/i18n/
collationdata.h 49 uint32_t getCE32(UChar32 c) const {
53 uint32_t getCE32FromSupplementary(UChar32 c) const {
57 UBool isDigit(UChar32 c) const {
62 UBool isUnsafeBackward(UChar32 c, UBool numeric) const {
96 int64_t getCEFromOffsetCE32(UChar32 c, uint32_t ce32) const {
104 uint16_t getFCD16(UChar32 c) const {
utf16collationiterator.h 55 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
57 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
65 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
102 virtual UChar32 nextCodePoint(UErrorCode &errorCode);
104 virtual UChar32 previousCodePoint(UErrorCode &errorCode);
107 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
utf8collationiterator.cpp 43 UTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) {
93 UChar32
102 UChar32 c;
107 UChar32
112 UChar32 c;
150 FCDUTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
226 UChar32 c = u8[pos];
237 UChar32 c = u8[pos - 1];
264 UChar32
266 UChar32 c
    [all...]
collationfastlatin.cpp 70 for(UChar32 c = 0; c < LATIN_LIMIT; ++c) {
83 for(UChar32 c = 0x30; c <= 0x39; ++c) { primaries[c] = 0; }
120 UChar32 c = left[leftIndex++];
151 UChar32 c = right[rightIndex++];
207 UChar32 c = left[leftIndex++];
232 UChar32 c = right[rightIndex++];
283 UChar32 c = left[leftIndex++];
296 UChar32 c = right[rightIndex++];
336 UChar32 c = left[leftIndex++];
349 UChar32 c = right[rightIndex++]
    [all...]
bocsu.cpp 98 U_CFUNC UChar32
99 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink) {
127 UChar32 c;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.cpp 113 bool CSSFontFace::maybeScheduleFontLoad(const FontDescription& fontDescription, UChar32 character)
198 UChar32 from = m_ranges[0].from();
199 UChar32 to = m_ranges[0].to();
214 bool CSSFontFace::UnicodeRangeSet::contains(UChar32 c) const
233 UChar32 c = text.characterStartingAt(index);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Character.h 48 static bool isCJKIdeograph(UChar32);
49 static bool isCJKIdeographOrSymbol(UChar32);
57 static bool canReceiveTextEmphasis(UChar32);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroid.cpp 43 static AtomicString getFamilyNameForCharacter(UChar32 c, const FontDescription& fontDescription)
64 PassRefPtr<SimpleFontData> FontCache::fallbackFontForCharacter(const FontDescription& fontDescription, UChar32 c, const SimpleFontData*)
77 UChar32 examplerChar;
  /external/chromium_org/third_party/icu/source/i18n/
casetrn.cpp 32 U_CFUNC UChar32 U_CALLCONV
39 UChar32 c;
151 UChar32 c;
ucol_tok.h 127 UChar32 previousCp; /* Previous code point. */
136 UChar32 currentRangeCp; /* Current code point in the range. */
137 UChar32 lastRangeCp; /* The last code point in the range. */

Completed in 1086 milliseconds

1 2 3 45 6 7 8 91011>>