Searched refs:UChar32 (Results 176 - 200 of 703) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/i18n/
H A Dcasetrn.cpp30 U_CFUNC UChar32 U_CALLCONV
37 UChar32 c;
149 UChar32 c;
H A Dregextxt.cpp19 UChar32 c;
/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A Dusetperf.cpp53 for (UChar32 cp=0; cp<0x110000; ++cp) {
69 for (UChar32 cp=0; cp<0x110000; ++cp) {
79 for (UChar32 cp=0; cp<0x110000; ++cp) {
/external/icu/icu4c/source/common/
H A Dpatternprops.cpp117 PatternProps::isSyntax(UChar32 c) {
135 PatternProps::isSyntaxOrWhiteSpace(UChar32 c) {
153 PatternProps::isWhiteSpace(UChar32 c) {
H A Ducnv_bld.h139 UChar32 codePoint,
197 UChar32 fromUChar32;
226 UChar32 preFromUFirstCP; /* >=0: partial match */
H A Dunisetspan.h73 inline UBool contains(UChar32 c) const;
94 void addToSpanNotSet(UChar32 c);
149 UBool UnicodeSetStringSpan::contains(UChar32 c) const {
H A Dappendable.cpp24 Appendable::appendCodePoint(UChar32 c) {
H A Dunifilt.cpp44 UChar32 c;
H A Dutrie2_impl.h151 UChar32 highStart;
/external/icu/icu4c/source/i18n/
H A Dbocsu.cpp98 U_CFUNC UChar32
99 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink) {
127 UChar32 c;
H A Dcasetrn.cpp32 U_CFUNC UChar32 U_CALLCONV
39 UChar32 c;
151 UChar32 c;
H A Dutf16collationiterator.cpp58 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
[all...]
H A Dcollationfastlatin.cpp70 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
[all...]
H A Dregextxt.cpp20 UChar32 c;
/external/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp53 for (UChar32 cp=0; cp<0x110000; ++cp) {
69 for (UChar32 cp=0; cp<0x110000; ++cp) {
79 for (UChar32 cp=0; cp<0x110000; ++cp) {
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLEntityParser.cpp51 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/WebKit/Source/platform/text/
H A DUnicodeRange.h114 PLATFORM_EXPORT unsigned findCharUnicodeRange(UChar32);
/external/chromium_org/third_party/icu/source/common/
H A Dunifilt.cpp43 UChar32 c;
H A Dutrie2_impl.h151 UChar32 highStart;
H A Duniset_props.cpp140 _set_add(USet *set, UChar32 c) {
145 _set_addRange(USet *set, UChar32 start, UChar32 end) {
336 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
365 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
386 list = (UChar32*) uprv_malloc(sizeof(UChar32) * capacity);
549 UChar32 lastCha
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsfwdchit.h52 virtual UChar32 next32PostInc(void);
H A Dusettest.h92 UBool toPatternAux(UChar32 start, UChar32 end);
164 UChar32 start, UChar32 end);
/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.h52 virtual UChar32 next32PostInc(void);
H A Dusettest.h92 UBool toPatternAux(UChar32 start, UChar32 end);
164 UChar32 start, UChar32 end);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSegmentedFontData.cpp40 const SimpleFontData* SegmentedFontData::fontDataForCharacter(UChar32 c) const
50 bool SegmentedFontData::containsCharacter(UChar32 c) const

Completed in 594 milliseconds

1234567891011>>