HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 476 - 500 of 677) sorted by null

<<11121314151617181920>>

  /external/icu4c/i18n/
ucol_imp.h     [all...]
ucol.cpp 895 inline uint8_t i_getCombiningClass(UChar32 c, const UCollator *coll) {
    [all...]
ucol_elm.cpp 770 UChar32 supp = U16_GET_SUPPLEMENTARY(c, 0xdc00);
771 UChar32 suppLimit = supp + 0x400;
833 UChar32 cp;
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 374 UChar32 c = ustr.char32At(j);
    [all...]
strcase.cpp 72 test3 += (UChar32)0x0130;
88 test3 += (UChar32)0x0131;
548 UChar32 c;
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp 433 UChar32 c = ustr.char32At(j);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp 60 static UChar32 fcdHighStart = 0;
824 inline uint8_t i_getCombiningClass(UChar32 c, const UCollator *coll) {
    [all...]
utrans.cpp 82 virtual UChar32 getChar32At(int32_t offset) const;
105 UChar32 ReplaceableGlue::getChar32At(int32_t offset) const {
  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp 934 UChar32 c;
    [all...]
ucnvsel.cpp 99 UChar32 start_char;
100 UChar32 end_char;
123 UChar32 start_char;
124 UChar32 end_char;
766 UChar32 c;
unorm_it.c 442 static UChar32 U_CALLCONV
455 static UChar32 U_CALLCONV
468 static UChar32 U_CALLCONV
ucnvhz.c 160 UChar32 targetUniChar = 0x0000;
345 UChar32 mySourceChar = 0x0000;
  /external/icu4c/common/
rbbi.cpp     [all...]
ucnvsel.cpp 101 UChar32 start_char;
102 UChar32 end_char;
125 UChar32 start_char;
126 UChar32 end_char;
769 UChar32 c;
unorm_it.c 443 static UChar32 U_CALLCONV
456 static UChar32 U_CALLCONV
469 static UChar32 U_CALLCONV
ucnvhz.c 160 UChar32 targetUniChar = 0x0000;
345 UChar32 mySourceChar = 0x0000;
ucnvisci.c 131 UChar32 prevToUnicodeStatus; /* Hold the previous toUnicodeStatus. This is necessary because we may need to know the last two code points. */
171 isPNJConsonant(UChar32 c) {
180 isPNJBindiTippi(UChar32 c) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCacheWin.cpp 263 const wchar_t* family, UChar32 character)
395 PassRefPtr<SimpleFontData> FontCache::platformFallbackForCharacter(const FontDescription& fontDescription, UChar32 c, const SimpleFontData*, bool)
397 // FIXME: We should fix getFallbackFamily to take a UChar32
413 UChar32 c;
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 380 UChar32 codepoint = 0;
875 UChar32 codepoint;
906 UChar32 codepoint)
940 UChar32 codepoint;
959 UChar32 codepoint = 0;
1040 UChar32 codepoint = 0;
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 380 UChar32 codepoint = 0;
875 UChar32 codepoint;
906 UChar32 codepoint)
940 UChar32 codepoint;
959 UChar32 codepoint = 0;
1039 UChar32 codepoint = 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.cpp 71 GlyphData WidthIterator::glyphDataForCharacter(UChar32 character, bool mirror, int currentCharacter, unsigned& advanceLength)
156 UChar32 character = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm 93 PassRefPtr<SimpleFontData> FontCache::platformFallbackForCharacter(const FontDescription& fontDescription, UChar32 character, const SimpleFontData* fontDataToSubstitute, bool disallowSynthetics)
95 // FIXME: We should fix getFallbackFamily to take a UChar32
  /external/chromium_org/third_party/icu/source/i18n/unicode/
decimfmt.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 252 us = uset_open((UChar32)0x41, (UChar32)0x5A); /* [A-Z] */
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 557 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) {
559 UChar32 limit=0;

Completed in 3814 milliseconds

<<11121314151617181920>>