HomeSort by relevance Sort by last modified time
    Searched full:uchar32 (Results 176 - 200 of 378) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/test/intltest/
canittst.cpp 78 UChar32 i = 0;
99 s += (UChar32)0x0345; //"\\u0345";
175 void CanonicalIteratorTest::characterTest(UnicodeString &s, UChar32 ch, CanonicalIterator &it)
tsdcfmsy.cpp 186 foo.setSymbol((DecimalFormatSymbols::ENumberFormatSymbol)i, UnicodeString((UChar32)(0x10330 + i)));
189 if(foo.getSymbol((DecimalFormatSymbols::ENumberFormatSymbol)i) != UnicodeString((UChar32)(0x10330 + i))) {
193 UnicodeString((UChar32)(0x10330 + i)));
transrt.cpp 441 UChar32 cp;
629 UChar32 c = usi.getCodepoint();
631 UnicodeString srcStr((UChar32)c);
644 UChar32 c = usi.getCodepoint();
646 UnicodeString srcStr((UChar32)c);
663 UChar32 c = usi.getCodepoint();
665 UnicodeString srcStr((UChar32)c);
705 UChar32 c = usi.getCodepoint();
710 UChar32 d = usi2.getCodepoint();
713 srcStr += (UChar32)c
    [all...]
mnkytst.cpp 115 addOne += (UChar32)0xE000;
181 addOne += (UChar32)0xE000;
  /external/icu/icu4c/source/common/
ucnv_cnv.c 128 UChar32 c,
ucnv_err.c 104 UChar32 codePoint,
140 UChar32 codePoint,
168 UChar32 codePoint,
202 UChar32 codePoint,
unistr.cpp 109 UnicodeString(s1.length()+s2.length()+1, (UChar32)0, 0).
149 UnicodeString::UnicodeString(int32_t capacity, UChar32 c, int32_t count) {
197 UnicodeString::UnicodeString(UChar32 ch) {
424 UnicodeString UnicodeString::fromUTF32(const UChar32 *utf32, int32_t length) {
596 UnicodeString result(length(), (UChar32)0, (int32_t)0); // construct with capacity
610 UChar32 c = unescapeAt(i); // advances i
622 UChar32 UnicodeString::unescapeAt(int32_t &offset) const {
754 UChar32
759 UChar32
765 UChar32 c
    [all...]
ruleiter.h 123 UChar32 next(int32_t options, UBool& isEscaped, UErrorCode& ec);
215 UChar32 _current() const;
util_props.cpp 148 UChar32 ch = str.char32At(p);
193 UChar32 ch = text.char32At(p);
ucnvmbcs.h 184 * UChar32 codePoint;
351 UChar32 codePoint;
493 U_CFUNC UChar32
503 U_CFUNC UChar32
546 UChar32 c, uint32_t *pValue,
557 UChar32 c,
  /external/icu/icu4c/source/common/unicode/
symtable.h 88 virtual const UnicodeFunctor* lookupMatcher(UChar32 ch) const = 0;
unifilt.h 75 virtual UBool contains(UChar32 c) const = 0;
appendable.h 72 virtual UBool appendCodePoint(UChar32 c);
180 virtual UBool appendCodePoint(UChar32 c);
caniter.h 197 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
198 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 220 static uint32_t lookup(const uint16_t *table, UChar32 c);
221 static uint32_t lookupUTF8(const uint16_t *table, UChar32 c,
223 static uint32_t lookupUTF8Unsafe(const uint16_t *table, UChar32 c,
226 static uint32_t nextPair(const uint16_t *table, UChar32 c, uint32_t ce,
digitaffixesandpadding.h 79 UChar32 fPadChar;
titletrn.cpp 94 UChar32 c;
uspoof_conf.h 112 void addKeyEntry(UChar32 keyChar, // The key character
identifier_info.cpp 129 UChar32 cp;
135 fNumerics->add(cp - (UChar32)u_getNumericValue(cp));
unesctrn.cpp 218 UChar32 u = 0;
228 UChar32 ch = text.char32At(s);
  /external/icu/icu4c/source/samples/case/
ucase.c 23 UChar32 ch;
  /external/icu/icu4c/source/samples/uciter8/
uciter8.c 46 UChar32 c1, c2;
215 UChar32 u[4];
218 UChar32 c;
306 UChar32 c1, c2;
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 120 UChar32 transformConstant;
142 char transform(UChar32 c, UErrorCode &status) {
160 UChar32 c = 0;
183 transformConstant = (UChar32)base;
  /external/harfbuzz_ng/src/
hb-icu.cc 180 UChar32 ret = unorm2_composePair (normalizer, a, b);
340 u_strToUTF32 ((UChar32*) decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN, &utf32_len, normalized, len, &icu_err);
  /frameworks/minikin/libs/minikin/
WordBreaker.cpp 218 UChar32 c;
238 UChar32 c;

Completed in 4167 milliseconds

1 2 3 4 5 6 78 91011>>