HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 76 - 100 of 352) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4c/source/common/unicode/
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,
ustring.h 54 * Some APIs accept a 32-bit UChar32 value for a single code point.
249 u_strchr32(const UChar *s, UChar32 c);
336 u_strrchr32(const UChar *s, UChar32 c);
849 u_memchr32(const UChar *s, UChar32 c, int32_t count);
889 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
normlzr.h 69 * At any time, next() returns the next normalized code point (UChar32),
71 * previous() returns the previous normalized code point (UChar32),
464 UChar32 current(void);
474 UChar32 first(void);
484 UChar32 last(void);
500 UChar32 next(void);
516 UChar32 previous(void);
  /external/icu/icu4c/source/common/
unistr_props.cpp 34 UChar32 c;
uset.cpp 37 uset_open(UChar32 start, UChar32 end) {
68 UChar32 start, UChar32 end) {
78 uset_add(USet* set, UChar32 c) {
83 uset_addRange(USet* set, UChar32 start, UChar32 end) {
102 uset_remove(USet* set, UChar32 c) {
107 uset_removeRange(USet* set, UChar32 start, UChar32 end)
    [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);
297 UChar32 c;
317 void handleRange(UChar32 start, UChar32 end, uint16_t norm16)
    [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...]
utrie2.h 140 utrie2_get32(const UTrie2 *trie, UChar32 c);
169 UTrie2EnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value);
250 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
267 UChar32 start, UChar32 end,
387 * @param c (UChar32, in) the input code point
397 * @param c (UChar32, in) the input code point
403 * UTF-16: Get the next code point (UChar32 c, out), post-increment src,
409 * @param c (UChar32, out) variable for the code poin
    [all...]
patternprops.cpp 117 PatternProps::isSyntax(UChar32 c) {
135 PatternProps::isSyntaxOrWhiteSpace(UChar32 c) {
153 PatternProps::isWhiteSpace(UChar32 c) {
ucnv_bld.h 144 UChar32 codePoint,
202 UChar32 fromUChar32;
231 UChar32 preFromUFirstCP; /* >=0: partial match */
unisetspan.h 73 inline UBool contains(UChar32 c) const;
94 void addToSpanNotSet(UChar32 c);
149 UBool UnicodeSetStringSpan::contains(UChar32 c) const {
appendable.cpp 24 Appendable::appendCodePoint(UChar32 c) {
unifilt.cpp 44 UChar32 c;
  /external/icu/icu4c/source/i18n/
decfmtst.h 39 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
uitercollationiterator.cpp 43 UIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) {
53 UChar32 trail = iter.next(&iter);
58 UChar32
63 UChar32
107 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
144 UChar32 trail = iter.next(&iter);
159 UChar32
161 UChar32 c;
179 UChar32 trail = iter.next(&iter);
202 UChar32
    [all...]
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...]
bocsu.cpp 98 U_CFUNC UChar32
99 u_writeIdenticalLevelRun(UChar32 prev, const UChar *s, int32_t length, icu::ByteSink &sink) {
127 UChar32 c;
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...]
collationfastlatin.cpp 86 for(UChar32 c = 0; c < LATIN_LIMIT; ++c) {
99 for(UChar32 c = 0x30; c <= 0x39; ++c) { primaries[c] = 0; }
135 UChar32 c = left[leftIndex++];
166 UChar32 c = right[rightIndex++];
222 UChar32 c = left[leftIndex++];
247 UChar32 c = right[rightIndex++];
298 UChar32 c = left[leftIndex++];
311 UChar32 c = right[rightIndex++];
351 UChar32 c = left[leftIndex++];
364 UChar32 c = right[rightIndex++]
    [all...]
  /external/icu/icu4c/source/test/intltest/
canittst.h 49 void characterTest(UnicodeString &s, UChar32 ch, CanonicalIterator &it);
sfwdchit.h 52 virtual UChar32 next32PostInc(void);
  /external/libchrome/base/third_party/icu/
icu_utf.h 24 typedef int32_t UChar32;
33 * (take or) return single code points (UChar32).
46 * @see UChar32
172 UChar32 utf8_nextCharSafeBody(const uint8_t* s,
175 UChar32 c,
192 * @param c output UChar32 variable, set to <0 in case of an error
305 (((base_icu::UChar32)(lead)<<10UL)+(base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
360 * @param c output UChar32 variable
  /external/libweave/third_party/chromium/base/third_party/icu/
icu_utf.h 24 typedef int32_t UChar32;
33 * (take or) return single code points (UChar32).
46 * @see UChar32
173 UChar32 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
189 * @param c output UChar32 variable, set to <0 in case of an error
298 (((base_icu::UChar32)(lead)<<10UL)+(base_icu::UChar32)(trail)-CBU16_SURROGATE_OFFSET)
353 * @param c output UChar32 variable
  /external/icu/icu4c/source/test/perf/usetperf/
usetperf.cpp 53 for (UChar32 cp=0; cp<0x110000; ++cp) {
69 for (UChar32 cp=0; cp<0x110000; ++cp) {
79 for (UChar32 cp=0; cp<0x110000; ++cp) {

Completed in 3246 milliseconds

1 2 34 5 6 7 8 91011>>