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

1 2 34 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
number_affixutils.h 36 UChar32 codePoint;
44 AffixTag(int32_t offset, UChar32 codePoint, AffixPatternState state, AffixPatternType type)
212 makeTag(int32_t offset, AffixPatternType type, AffixPatternState state, UChar32 cp) {
rbt_data.cpp 99 TransliterationRuleData::lookup(UChar32 standIn) const {
105 TransliterationRuleData::lookupMatcher(UChar32 standIn) const {
111 TransliterationRuleData::lookupReplacer(UChar32 standIn) const {
decfmtst.h 43 static const UnicodeSet *getSimilarDecimals(UChar32 decimal, UBool strictParse);
number_padding.cpp 19 addPaddingHelper(UChar32 paddingCp, int32_t requiredPadding, NumberStringBuilder &string, int32_t index,
30 Padder::Padder(UChar32 cp, int32_t width, UNumberFormatPadPosition position) : fWidth(width) {
41 Padder Padder::codePoints(UChar32 cp, int32_t targetWidth, UNumberFormatPadPosition position) {
67 UChar32 paddingCp = fUnion.padding.fCp;
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/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/common/
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...]
bytesinkutil.cpp 40 UChar32 c;
70 ByteSinkUtil::appendCodePoint(int32_t length, UChar32 c, ByteSink &sink, Edits *edits) {
83 inline uint8_t getTwoByteLead(UChar32 c) { return (uint8_t)((c >> 6) | 0xc0); }
84 inline uint8_t getTwoByteTrail(UChar32 c) { return (uint8_t)((c & 0x3f) | 0x80); }
89 ByteSinkUtil::appendTwoBytes(UChar32 c, ByteSink &sink) {
normalizer2.cpp 62 Normalizer2::getRawDecomposition(UChar32, UnicodeString &) const {
66 UChar32
67 Normalizer2::composePair(UChar32, UChar32) const {
72 Normalizer2::getCombiningClass(UChar32 /*c*/) const {
142 getDecomposition(UChar32, UnicodeString &) const U_OVERRIDE {
162 virtual UBool hasBoundaryBefore(UChar32) const U_OVERRIDE { return TRUE; }
163 virtual UBool hasBoundaryAfter(UChar32) const U_OVERRIDE { return TRUE; }
164 virtual UBool isInert(UChar32) const U_OVERRIDE { return TRUE; }
436 UChar32 c, UChar *decomposition, int32_t capacity
    [all...]
uiter.cpp 53 static UChar32 U_CALLCONV
154 static UChar32 U_CALLCONV
163 static UChar32 U_CALLCONV
172 static UChar32 U_CALLCONV
244 static inline UChar32
250 static UChar32 U_CALLCONV
261 static UChar32 U_CALLCONV
273 static UChar32 U_CALLCONV
411 static UChar32 U_CALLCONV
413 UChar32 c
    [all...]
normalizer2impl.cpp 50 inline uint8_t leadByteForCP(UChar32 c) {
70 UChar32 codePointFromValidUTF8(const uint8_t *cpStart, const uint8_t *cpLimit) {
94 UChar32 previousHangulOrJamo(const uint8_t *start, const uint8_t *p) {
153 UChar32 c = codePointFromValidUTF8(cpStart, cpLimit) + delta;
228 UChar32 c, other;
237 UBool ReorderingBuffer::appendSupplementary(UChar32 c, uint8_t cc, UErrorCode &errorCode) {
277 UChar32 c;
294 UBool ReorderingBuffer::appendZeroCC(UChar32 c, UErrorCode &errorCode) {
383 UChar32 c=*--codePointStart;
394 void ReorderingBuffer::insert(UChar32 c, uint8_t cc)
    [all...]
utrie2.h 145 utrie2_get32(const UTrie2 *trie, UChar32 c);
174 UTrie2EnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value);
255 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode);
272 UChar32 start, UChar32 end,
392 * @param c (UChar32, in) the input code point
402 * @param c (UChar32, in) the input code point
408 * UTF-16: Get the next code point (UChar32 c, out), post-increment src,
414 * @param c (UChar32, out) variable for the code poin
    [all...]
utf_impl.cpp 87 static const UChar32
95 static UChar32
130 U_CAPI UChar32 U_EXPORT2
131 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict) {
191 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError) {
235 U_CAPI UChar32 U_EXPORT2
236 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict) {
filterednormalizer2.cpp 204 FilteredNormalizer2::getDecomposition(UChar32 c, UnicodeString &decomposition) const {
209 FilteredNormalizer2::getRawDecomposition(UChar32 c, UnicodeString &decomposition) const {
213 UChar32
214 FilteredNormalizer2::composePair(UChar32 a, UChar32 b) const {
219 FilteredNormalizer2::getCombiningClass(UChar32 c) const {
326 FilteredNormalizer2::hasBoundaryBefore(UChar32 c) const {
331 FilteredNormalizer2::hasBoundaryAfter(UChar32 c) const {
336 FilteredNormalizer2::isInert(UChar32 c) const {
patternprops.cpp 119 PatternProps::isSyntax(UChar32 c) {
137 PatternProps::isSyntaxOrWhiteSpace(UChar32 c) {
155 PatternProps::isWhiteSpace(UChar32 c) {
  /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/v8/src/inspector/
string-16.cc 51 using UChar32 = uint32_t;
87 UChar32 ch;
89 const UChar32 byteMask = 0xBF;
90 const UChar32 byteMark = 0x80;
94 // If we have a surrogate pair, convert to UChar32 first.
98 UChar32 ch2 = static_cast<uint16_t>(*source);
99 // If it's a low surrogate, convert to UChar32.
122 if (ch < (UChar32)0x80) {
124 } else if (ch < (UChar32)0x800) {
126 } else if (ch < (UChar32)0x10000)
    [all...]
  /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
  /bionic/libc/bionic/
wctype.cpp 67 typedef int8_t (*FnT)(UChar32);
73 typedef UBool (*FnT)(UChar32);
79 typedef UBool (*FnT)(UChar32);
120 typedef UChar32 (*FnT)(UChar32);
126 typedef UChar32 (*FnT)(UChar32);

Completed in 343 milliseconds

1 2 34 5 6 7 8 91011>>