/external/clang/test/ARCMT/ |
Common.h | 19 typedef int32_t UChar32;
|
/external/icu/icu4c/source/common/ |
dictbe.h | 78 virtual UBool handles( UChar32 c, int32_t breakType ) const;
|
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...] |
utext.cpp | 45 UChar32 c; 179 // utext_current32. Get the UChar32 at the current position. 183 U_CAPI UChar32 U_EXPORT2 185 UChar32 c; 203 UChar32 trail = 0; 204 UChar32 supplementaryC = c; 237 U_CAPI UChar32 U_EXPORT2 239 UChar32 c = U_SENTINEL; 264 U_CAPI UChar32 U_EXPORT2 266 UChar32 c [all...] |
ucnvmbcs.cpp | 376 UConverterEnumToUCallback(const void *context, uint32_t value, UChar32 codePoints[32]); 392 static UChar32 409 static UChar32 636 UChar32 codePoints[32]; 639 UChar32 anyCodePoints; 672 UChar32 c; 707 c=(UChar32)(MBCS_ENTRY_FINAL_VALUE(entry)+0x10000); 860 UChar32 c; [all...] |
rbbiscan.cpp | 721 UChar32 c; 824 UChar32 RBBIRuleScanner::nextCharLL() { 825 UChar32 ch; 828 return (UChar32)-1; [all...] |
ucnvlat1.c | 117 static UChar32 141 UChar32 cp; 328 UChar32 c; 339 c=(UChar32)utf8->toUnicodeStatus; 576 static UChar32
|
/external/icu/icu4c/source/i18n/ |
nortrans.cpp | 137 UChar32 c = text.char32At(start);
|
rbt_pars.h | 216 UBool checkVariableRange(UChar32 ch) const;
|
titletrn.cpp | 94 UChar32 c;
|
collationruleparser.cpp | 274 UChar32 prefix0 = prefix.char32At(0); 275 UChar32 c = str.char32At(0); 296 UChar32 prev = -1; 300 UChar32 c = raw.char32At(j); 326 UChar32 c = raw.char32At(0); 373 UChar32 c = rules->charAt(i++); 422 UChar32 c = raw.char32At(j); 860 CollationRuleParser::isSyntaxChar(UChar32 c) {
|
scientificnumberformatter.cpp | 46 UChar32 c = s.char32At(i); 152 UChar32 aChar = original.char32At(beginIndex);
|
unesctrn.cpp | 218 UChar32 u = 0; 228 UChar32 ch = text.char32At(s);
|
/external/icu/icu4c/source/samples/ustring/ |
ustring.cpp | 36 UChar32 c; 102 UChar32 c; 197 UChar32 c; 423 UnicodeString one((UChar32)0x24001);
|
/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);
|
/external/icu/icu4c/source/common/unicode/ |
ubidi.h | [all...] |
ucharstrie.h | 175 UStringTrieResult firstForCodePoint(UChar32 cp); 192 UStringTrieResult nextForCodePoint(UChar32 cp);
|
utf16.h | 110 (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET) 160 * @param c output UChar32 variable 194 * @param c output UChar32 variable 231 * @param c output UChar32 variable 260 * @param c output UChar32 variable 460 * @param c output UChar32 variable 488 * @param c output UChar32 variable
|
/external/icu/icu4c/source/i18n/unicode/ |
tblcoll.h | [all...] |
/external/icu/icu4c/source/samples/ucnv/ |
flagcb.c | 34 UChar32 codePoint, 176 UChar32 codePoint,
|
/external/icu/icu4c/source/test/cintltst/ |
utexttst.c | 111 UChar32 c; 189 UChar32 c;
|
/external/icu/icu4c/source/test/intltest/ |
reptest.cpp | 117 virtual UChar32 getChar32At(int32_t offset) const{ 188 virtual UChar32 getChar32At(int32_t /*offset*/) const{
|
/frameworks/minikin/libs/minikin/ |
WordBreaker.cpp | 218 UChar32 c; 238 UChar32 c;
|