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

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4c/source/common/
ucase.cpp 52 _enumPropertyStartsRange(const void *context, UChar32 start, UChar32 /*end*/, uint32_t /*value*/) {
131 U_CAPI UChar32 U_EXPORT2
132 ucase_tolower(UChar32 c) {
153 U_CAPI UChar32 U_EXPORT2
154 ucase_toupper(UChar32 c) {
175 U_CAPI UChar32 U_EXPORT2
176 ucase_totitle(UChar32 c) {
212 ucase_addCaseClosure(UChar32 c, const USetAdder *sa) {
396 UChar32 c
    [all...]
norm2allmodes.h 110 getDecomposition(UChar32 c, UnicodeString &decomposition) const {
125 getRawDecomposition(UChar32 c, UnicodeString &decomposition) const {
139 virtual UChar32
140 composePair(UChar32 a, UChar32 b) const {
145 getCombiningClass(UChar32 c) const {
182 virtual UNormalizationCheckResult getQuickCheck(UChar32) const {
212 virtual UNormalizationCheckResult getQuickCheck(UChar32 c) const {
215 virtual UBool hasBoundaryBefore(UChar32 c) const { return impl.hasDecompBoundaryBefore(c); }
216 virtual UBool hasBoundaryAfter(UChar32 c) const { return impl.hasDecompBoundaryAfter(c);
    [all...]
bytesinkutil.h 34 static void appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits = nullptr);
37 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c,
43 static void appendTwoBytes(UChar32 c, ByteSink &sink);
unistr_props.cpp 36 UChar32 c;
uset.cpp 39 uset_open(UChar32 start, UChar32 end) {
70 UChar32 start, UChar32 end) {
80 uset_add(USet* set, UChar32 c) {
85 uset_addRange(USet* set, UChar32 start, UChar32 end) {
104 uset_remove(USet* set, UChar32 c) {
109 uset_removeRange(USet* set, UChar32 start, UChar32 end)
    [all...]
uniset_closure.cpp 116 _set_add(USet *set, UChar32 c) {
121 _set_addRange(USet *set, UChar32 start, UChar32 end) {
177 UChar32 result;
181 UChar32 start = getRangeStart(i);
182 UChar32 end = getRangeEnd(i);
186 for (UChar32 cp=start; cp<=end; ++cp) {
192 for (UChar32 cp=start; cp<=end; ++cp) {
bytesinkutil.cpp 41 UChar32 c;
71 ByteSinkUtil::appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits) {
84 inline uint8_t getTwoByteLead(UChar32 c) { return (uint8_t)((c >> 6) | 0xc0); }
85 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); }
90 ByteSinkUtil::appendTwoBytes(UChar32 c, ByteSink &sink) {
normalizer2.cpp 64 Normalizer2::getRawDecomposition(UChar32, UnicodeString &) const {
68 UChar32
69 Normalizer2::composePair(UChar32, UChar32) const {
74 Normalizer2::getCombiningClass(UChar32 /*c*/) const {
144 getDecomposition(UChar32, UnicodeString &) const U_OVERRIDE {
164 virtual UBool hasBoundaryBefore(UChar32) const U_OVERRIDE { return TRUE; }
165 virtual UBool hasBoundaryAfter(UChar32) const U_OVERRIDE { return TRUE; }
166 virtual UBool isInert(UChar32) const U_OVERRIDE { return TRUE; }
442 UChar32 c, UChar *decomposition, int32_t capacity
    [all...]
  /external/icu/icu4c/source/i18n/
collationsets.cpp 35 enumTailoredRange(const void *context, UChar32 start, UChar32 end, uint32_t ce32) {
57 TailoredSet::handleCE32(UChar32 start, UChar32 end, uint32_t ce32) {
83 TailoredSet::compare(UChar32 c, uint32_t ce32, uint32_t baseCE32) {
217 TailoredSet::comparePrefixes(UChar32 c, const UChar *p, const UChar *q) {
262 TailoredSet::compareContractions(UChar32 c, const UChar *p, const UChar *q) {
309 TailoredSet::addPrefixes(const CollationData *d, UChar32 c, const UChar *p) {
317 TailoredSet::addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32) {
329 TailoredSet::addContractions(UChar32 c, const UChar *p)
    [all...]
number_stringbuilder.h 60 UChar32 getFirstCodePoint() const;
62 UChar32 getLastCodePoint() const;
64 UChar32 codePointAt(int32_t index) const;
66 UChar32 codePointBefore(int32_t index) const;
70 int32_t appendCodePoint(UChar32 codePoint, Field field, UErrorCode &status);
72 int32_t insertCodePoint(int32_t index, UChar32 codePoint, Field field, UErrorCode &status);
regeximp.h 327 inline UBool contains(UChar32 c);
328 inline void add(UChar32 c);
336 inline UBool Regex8BitSet::contains(UChar32 c) {
341 inline void Regex8BitSet::add(UChar32 c) {
370 UChar32 next(); // Next case folded character
394 UChar32 next(); // Next case folded character
rbt_data.cpp 99 TransliterationRuleData::lookup(UChar32 standIn) const {
105 TransliterationRuleData::lookupMatcher(UChar32 standIn) const {
111 TransliterationRuleData::lookupReplacer(UChar32 standIn) const {
number_affixutils.h 37 UChar32 codePoint;
47 AffixTag(int32_t offset, UChar32 codePoint, AffixPatternState state, AffixPatternType type)
55 virtual void consumeToken(AffixPatternType type, UChar32 cp, UErrorCode& status) = 0;
231 UChar32 cp) {
uitercollationiterator.cpp 45 UIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) {
55 UChar32 trail = iter.next(&iter);
60 UChar32
65 UChar32
109 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
146 UChar32 trail = iter.next(&iter);
161 UChar32
163 UChar32 c;
181 UChar32 trail = iter.next(&iter);
204 UChar32
    [all...]
utf8collationiterator.cpp 45 UTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) {
94 UChar32
103 UChar32 c;
108 UChar32
113 UChar32 c;
151 FCDUTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
226 UChar32 c = u8[pos];
237 UChar32 c = u8[pos - 1];
264 UChar32
266 UChar32 c
    [all...]
  /external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp 283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) {
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) {
313 builder.setRoundTripMapping((UChar32)startCP, mapping);
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv_err.h 231 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
241 UChar32 codePoint,
281 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
292 UChar32 codePoint,
310 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
322 UChar32 codePoint,
367 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
378 UChar32 codePoint,
urep.h 80 * Function pointer that returns a UChar32 code point at the given
85 * @param offset The index at which to fetch the UChar32 (code point).
86 * @return The UChar32 (code point) at offset, or U+FFFF if the offset is out of bounds.
89 UChar32 (*char32At)(const UReplaceable* rep,
ustring.h 56 * Some APIs accept a 32-bit UChar32 value for a single code point.
251 u_strchr32(const UChar *s, UChar32 c);
338 u_strrchr32(const UChar *s, UChar32 c);
841 u_memchr32(const UChar *s, UChar32 c, int32_t count);
881 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]
normlzr.h 71 * At any time, next() returns the next normalized code point (UChar32),
73 * previous() returns the previous normalized code point (UChar32),
466 UChar32 current(void);
476 UChar32 first(void);
486 UChar32 last(void);
502 UChar32 next(void);
518 UChar32 previous(void);
  /external/icu/icu4c/source/test/intltest/
canittst.h 51 void characterTest(UnicodeString &s, UChar32 ch, CanonicalIterator &it);
sfwdchit.h 54 virtual UChar32 next32PostInc(void);
  /external/icu/libandroidicu/include/unicode/
ucnv_err.h 231 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
241 UChar32 codePoint,
281 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
292 UChar32 codePoint,
310 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
322 UChar32 codePoint,
367 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
378 UChar32 codePoint,
urep.h 80 * Function pointer that returns a UChar32 code point at the given
85 * @param offset The index at which to fetch the UChar32 (code point).
86 * @return The UChar32 (code point) at offset, or U+FFFF if the offset is out of bounds.
89 UChar32 (*char32At)(const UReplaceable* rep,
ustring.h 56 * Some APIs accept a 32-bit UChar32 value for a single code point.
251 u_strchr32(const UChar *s, UChar32 c);
338 u_strrchr32(const UChar *s, UChar32 c);
841 u_memchr32(const UChar *s, UChar32 c, int32_t count);
881 u_memrchr32(const UChar *s, UChar32 c, int32_t count);
    [all...]

Completed in 1328 milliseconds

1 2 34 5 6 7 8 91011>>