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

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/test/intltest/
tstnorm.h 64 const UChar32 *expext, int32_t expectLength,
utxttest.h 46 UChar32 cp;
transrt.cpp 443 UChar32 cp;
632 UChar32 c = usi.getCodepoint();
634 UnicodeString srcStr((UChar32)c);
647 UChar32 c = usi.getCodepoint();
649 UnicodeString srcStr((UChar32)c);
666 UChar32 c = usi.getCodepoint();
668 UnicodeString srcStr((UChar32)c);
708 UChar32 c = usi.getCodepoint();
713 UChar32 d = usi2.getCodepoint();
716 srcStr += (UChar32)c
    [all...]
static_unisets_test.cpp 25 const UnicodeSet& set, UChar32 cp);
110 const UnicodeSet &set, UChar32 cp) {
tstnrapi.cpp 60 tel=UnicodeString(1, (UChar32)0x2121, 10);
130 copy.setText(UnicodeString(1000, (UChar32)0x308, 1000), errorCode);
ucdtest.cpp 240 UChar32 start, end;
392 for(UChar32 c=0; c<=0xffff; ++c) {
476 UChar32 firstChar = sample.char32At(0);
609 static const UChar32 invalidCodePoints[] = {
618 UChar32 cp = invalidCodePoints[i];
645 UChar32 c = set.charAt(0);
682 UChar32 end = ucpmap_getRange(map, 0, UCPMAP_RANGE_NORMAL, 0, nullptr, nullptr, &value);
684 UChar32 c = end / 2;
  /external/icu/icu4c/source/test/letest/
SimpleFontInstance.cpp 64 if (u_getCombiningClass((UChar32) glyph) == 0) {
  /external/icu/icu4c/source/test/perf/leperf/
SimpleFontInstance.cpp 63 if (u_getCombiningClass((UChar32) glyph) == 0) {
  /external/icu/icu4c/source/tools/genrb/
ustr.h 79 U_CFUNC void ustr_u32cat(struct UString *dst, UChar32 c, UErrorCode *status);
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.h 121 UChar32 c, int8_t flag);
  /external/icu/icu4c/source/common/
caniter.cpp 170 UChar32 cp = 0;
289 UChar32 cp;
447 UChar32 cp;
457 UChar32 cp2 = iter.getCodepoint();
500 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
501 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) {
525 UChar32 cp;
527 UChar32 decompCp;
unormcmp.cpp 169 UChar32 c1, c2, cp1, cp2;
316 (length=ucase_toFullFolding((UChar32)cp1, &p, options))>=0
361 (length=ucase_toFullFolding((UChar32)cp2, &p, options))>=0
406 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length))
447 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
utrie2_builder.cpp 349 copyEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) {
496 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) {
530 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) {
625 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) {
654 UChar32 c, UBool forLSCP, uint32_t value,
676 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) {
689 UChar32 c, uint32_t value,
714 fillBlock(uint32_t *block, UChar32 start, UChar32 limit
    [all...]
rbbisetb.cpp 135 UChar32 inputSetRangeBegin = inputSet->getRangeStart(inputSetRangeIndex);
136 UChar32 inputSetRangeEnd = inputSet->getRangeEnd(inputSetRangeIndex);
252 // Build the Trie table for mapping UChar32 values to the corresponding
400 // the first UChar32 that is in the set of chars
403 UChar32 RBBISetBuilder::getFirstChar(int32_t category) const {
405 UChar32 retVal = (UChar32)-1;
622 void RangeDescriptor::split(UChar32 where, UErrorCode &status) {
bmpset.cpp 122 UChar32 start, limit;
257 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const {
292 BMPSet::contains(UChar32 c) const {
618 UChar32 c=(b<<12)|(t1<<6)|t2;
632 UChar32 c=((UChar32)(b-0xf0)<<18)|((UChar32)t1<<12)|(t2<<6)|t3;
708 UChar32 c;
ucnv_cnv.h 150 typedef UChar32 (*UConverterGetNextUChar) (UConverterToUnicodeArgs *, UErrorCode *);
315 UChar32 c,
  /external/icu/icu4c/source/common/unicode/
utf8.h 125 U_STABLE UChar32 U_EXPORT2
126 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
138 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
149 U_STABLE UChar32 U_EXPORT2
150 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
228 * @param c output UChar32 variable
255 * @param c output UChar32 variable, set to <0 in case of an error
286 * @param c output UChar32 variable, set to U+FFFD in case of an error
311 * @param c output UChar32 variable
347 * @param c output UChar32 variable, set to <0 in case of an erro
    [all...]
  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.cpp 110 UChar32 c;
163 UChar32 c;
196 UChar32 c;
214 UChar32 c, c2;
265 UChar32 c, c2;
320 UChar32 c;
366 UChar32 c;
  /external/icu/libandroidicu/include/unicode/
utf8.h 125 U_STABLE UChar32 U_EXPORT2
126 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict);
138 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError);
149 U_STABLE UChar32 U_EXPORT2
150 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict);
228 * @param c output UChar32 variable
255 * @param c output UChar32 variable, set to <0 in case of an error
286 * @param c output UChar32 variable, set to U+FFFD in case of an error
311 * @param c output UChar32 variable
347 * @param c output UChar32 variable, set to <0 in case of an erro
    [all...]
  /external/icu/icu4c/source/i18n/
number_stringbuilder.cpp 98 UChar32 NumberStringBuilder::getFirstCodePoint() const {
102 UChar32 cp;
107 UChar32 NumberStringBuilder::getLastCodePoint() const {
113 UChar32 cp;
118 UChar32 NumberStringBuilder::codePointAt(int32_t index) const {
119 UChar32 cp;
124 UChar32 NumberStringBuilder::codePointBefore(int32_t index) const {
127 UChar32 cp;
139 int32_t NumberStringBuilder::appendCodePoint(UChar32 codePoint, Field field, UErrorCode &status) {
144 NumberStringBuilder::insertCodePoint(int32_t index, UChar32 codePoint, Field field, UErrorCode &status)
    [all...]
rematch.cpp 58 static inline UBool isLineTerminator(UChar32 c) {
346 for (UChar32 c = UTEXT_NEXT32(replacement); U_SUCCESS(status) && c != U_SENTINEL; c = UTEXT_NEXT32(replacement)) {
362 UChar32 escapedChar = u_unescapeAt(uregex_utext_unescape_charAt, &offset, INT32_MAX, &context);
363 if (escapedChar != (UChar32)0xFFFFFFFF) {
418 UChar32 nextChar = utext_current32(replacement);
692 UChar32 c;
775 UChar32 theChar = fPattern->fInitialChar;
804 UChar32 ch;
    [all...]
rulebasedcollator.cpp 400 RuleBasedCollator::internalAddContractions(UChar32 c, UnicodeSet &set, UErrorCode &errorCode) const {
790 UChar32 nextCodePoint() {
795 UChar32 c;
808 UChar32 nextDecomposedCodePoint(const Normalizer2Impl &nfcImpl, UChar32 c) {
821 virtual UChar32 nextRawCodePoint() = 0;
833 virtual UChar32 nextRawCodePoint() {
835 UChar32 c = *s++;
885 virtual UChar32 nextRawCodePoint() {
887 UChar32 c
    [all...]
name2uni.cpp 42 _set_add(USet *set, UChar32 c) {
48 _set_addRange(USet *set, UChar32 start, UChar32 end) {
142 UChar32 c;
number_patternstring.h 110 UChar32 peek();
112 UChar32 next();
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
bitset.cpp 103 UChar32 start, end;
184 UBool contains(UChar32 c) const {

Completed in 833 milliseconds

1 2 3 4 5 6 78 91011>>