/external/icu4c/tools/makeconv/ |
genmbcs.h | 119 UChar32 c, int8_t flag);
|
/external/chromium_org/third_party/icu/source/common/ |
caniter.cpp | 167 UChar32 cp = 0; 286 UChar32 cp; 444 UChar32 cp; 454 UChar32 cp2 = iter.getCodepoint(); 497 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { 498 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { 515 UChar32 cp; 517 UChar32 decompCp;
|
unormcmp.cpp | 170 UChar32 c1, c2, cp1, cp2; 322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0 367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0 412 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length)) 453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
|
ustrcase.c | 36 UChar32 c; 85 static UChar32 U_CALLCONV 88 UChar32 c; 128 UChar32 c, c2 = 0; 215 UChar32 c; 300 ( src[titleStart] == (UChar32) 0x0049 || src[titleStart] == (UChar32) 0x0069 ) && 301 ( src[titleStart+1] == (UChar32) 0x004A || src[titleStart+1] == (UChar32) 0x006A )) { 302 c=(UChar32) 0x004A [all...] |
utrie2_builder.c | 328 copyEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 459 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 493 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 588 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 617 UChar32 c, UBool forLSCP, uint32_t value, 636 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { 649 UChar32 c, uint32_t value, 674 fillBlock(uint32_t *block, UChar32 start, UChar32 limit [all...] |
bmpset.cpp | 109 UChar32 start, limit; 233 int32_t BMPSet::findCodePoint(UChar32 c, int32_t lo, int32_t hi) const { 268 BMPSet::contains(UChar32 c) const { 594 UChar32 c=(b<<12)|(t1<<6)|t2; 608 UChar32 c=((UChar32)(b-0xf0)<<18)|((UChar32)t1<<12)|(t2<<6)|t3; 683 UChar32 c;
|
ucnv_cnv.h | 145 typedef UChar32 (*UConverterGetNextUChar) (UConverterToUnicodeArgs *, UErrorCode *); 310 UChar32 c,
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/ |
unisetperf.cpp | 107 UChar32 c; 160 UChar32 c; 193 UChar32 c; 211 UChar32 c, c2; 262 UChar32 c, c2; 317 UChar32 c; 363 UChar32 c;
|
/external/icu4c/common/ |
caniter.cpp | 168 UChar32 cp = 0; 287 UChar32 cp; 445 UChar32 cp; 455 UChar32 cp2 = iter.getCodepoint(); 498 Hashtable *CanonicalIterator::extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { 499 //Hashtable *CanonicalIterator::extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status) { 516 UChar32 cp; 518 UChar32 decompCp;
|
unormcmp.cpp | 170 UChar32 c1, c2, cp1, cp2; 322 (length=ucase_toFullFolding(csp, (UChar32)cp1, &p, options))>=0 367 (length=ucase_toFullFolding(csp, (UChar32)cp2, &p, options))>=0 412 0!=(p=nfcImpl->getDecomposition((UChar32)cp1, decomp1, length)) 453 0!=(p=nfcImpl->getDecomposition((UChar32)cp2, decomp2, length))
|
utrie2_builder.cpp | 328 copyEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { 459 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 493 getIndex2Block(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 588 getDataBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP) { 617 UChar32 c, UBool forLSCP, uint32_t value, 636 utrie2_set32(UTrie2 *trie, UChar32 c, uint32_t value, UErrorCode *pErrorCode) { 649 UChar32 c, uint32_t value, 674 fillBlock(uint32_t *block, UChar32 start, UChar32 limit [all...] |
ucasemap.cpp | 124 UChar32 c; 177 static UChar32 U_CALLCONV 180 UChar32 c; 220 UChar32 c, c2 = 0; 263 UChar32 c; 428 UChar32 c, c2;
|
/external/icu4c/common/unicode/ |
utf8.h | 117 U_STABLE UChar32 U_EXPORT2 118 utf8_nextCharSafeBody(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict); 130 utf8_appendCharSafeBody(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); 141 U_STABLE UChar32 U_EXPORT2 142 utf8_prevCharSafeBody(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict); 219 * @param c output UChar32 variable 246 * @param c output UChar32 variable, set to <0 in case of an error 278 * @param c output UChar32 variable, set to U+FFFD in case of an error 304 * @param c output UChar32 variable 340 * @param c output UChar32 variable, set to <0 in case of an erro [all...] |
/external/icu4c/test/perf/unisetperf/ |
unisetperf.cpp | 107 UChar32 c; 160 UChar32 c; 193 UChar32 c; 211 UChar32 c, c2; 262 UChar32 c, c2; 317 UChar32 c; 363 UChar32 c;
|
/external/icu4c/i18n/unicode/ |
decimfmt.h | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
uspoof_wsconf.cpp | 183 UChar32 startCodePoint = SpoofImpl::ScanHex( 185 UChar32 endCodePoint = startCodePoint; 223 UChar32 cp; 321 UChar32 rangeStart = ignoreSet.getRangeStart(rn); 322 UChar32 rangeEnd = ignoreSet.getRangeEnd(rn);
|
bocsu.c | 148 u_writeIdenticalLevelRunTwoChars(UChar32 first, UChar32 second, uint8_t *p) {
|
name2uni.cpp | 38 _set_add(USet *set, UChar32 c) { 44 _set_addRange(USet *set, UChar32 start, UChar32 end) { 138 UChar32 c;
|
uspoof_impl.h | 68 int32_t confusableLookup(UChar32 inChar, int32_t tableMask, UChar *destBuf) const; 80 static UChar32 ScanHex(const UChar *s, int32_t start, int32_t limit, UErrorCode &status);
|
/external/icu4c/test/intltest/ |
tstnorm.cpp | 501 inline static void insert(UnicodeString& dest, int pos, UChar32 ch) 508 UChar32 ch; 574 for (UChar32 ch = iter->first(); ch != iter->DONE; ch = iter->next()) { 588 UChar32Iterator(const UChar32 *text, int32_t len, int32_t index) : 591 UChar32 current() { 599 UChar32 next() { 607 UChar32 previous() { 619 const UChar32 *s; 625 const UChar32 *expect, int32_t expectLength, 641 UChar32 c1, c2 [all...] |
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...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tstnorm.cpp | 500 inline static void insert(UnicodeString& dest, int pos, UChar32 ch) 507 UChar32 ch; 573 for (UChar32 ch = iter->first(); ch != iter->DONE; ch = iter->next()) { 587 UChar32Iterator(const UChar32 *text, int32_t len, int32_t index) : 590 UChar32 current() { 598 UChar32 next() { 606 UChar32 previous() { 618 const UChar32 *s; 624 const UChar32 *expect, int32_t expectLength, 640 UChar32 c1, c2 [all...] |
transrt.cpp | 440 UChar32 cp; 628 UChar32 c = usi.getCodepoint(); 630 UnicodeString srcStr((UChar32)c); 643 UChar32 c = usi.getCodepoint(); 645 UnicodeString srcStr((UChar32)c); 662 UChar32 c = usi.getCodepoint(); 664 UnicodeString srcStr((UChar32)c); 704 UChar32 c = usi.getCodepoint(); 709 UChar32 d = usi2.getCodepoint(); 712 srcStr += (UChar32)c [all...] |
tstnrapi.cpp | 58 tel=UnicodeString(1, (UChar32)0x2121, 10); 128 copy.setText(UnicodeString(1000, (UChar32)0x308, 1000), errorCode);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
FontCacheSkiaWin.cpp | 66 static bool fontContainsCharacter(const FontPlatformData* fontData, const wchar_t* family, UChar32 character) 79 PassRefPtr<SimpleFontData> FontCache::platformFallbackForCharacter(const FontDescription& fontDescription, UChar32 character, const SimpleFontData*, bool)
|