HomeSort by relevance Sort by last modified time
    Searched refs:UChar32 (Results 276 - 300 of 417) sorted by null

<<11121314151617

  /external/icu4c/common/
ucnv_u16.c 489 static UChar32
492 UChar32 c;
517 c=((UChar32)*s<<8)|s[1];
    [all...]
ubidiwrt.c 83 UChar32 c;
124 UChar32 c;
178 UChar32 c;
rbbistbl.cpp 117 const UnicodeFunctor *RBBISymbolTable::lookupMatcher(UChar32 ch) const
ucnv_cnv.c 128 UChar32 c,
ustr_imp.h 234 * NUL-terminate a UChar32 * string if possible.
238 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode);
ucharstrie.cpp 42 UCharsTrie::firstForCodePoint(UChar32 cp) {
51 UCharsTrie::nextForCodePoint(UChar32 cp) {
ustr_wcs.cpp 267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength,
523 (UChar32*)src, srcLength, pErrorCode);
  /external/icu4c/tools/makeconv/
gencnvex.c 330 UChar32 *u32;
614 UChar32 *u32;
616 UChar32 c;
717 UChar32 low, high, prev;
821 addFromUTrieEntry(CnvExtData *extData, UChar32 c, uint32_t value) {
934 UChar32 *codePoints;
935 UChar32 c, next;
    [all...]
genmbcs.cpp 74 UChar32 c,
84 UChar32 c,
90 UChar32 c,
316 setFallback(MBCSData *mbcsData, uint32_t offset, UChar32 c) {
368 UChar32 c,
559 UChar32 c,
677 UChar32 c,
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 716 static const UChar32 supp=0x10402, supp2=0x10403, ill=0x123456;
    [all...]
cldrtest.c 30 UChar32 start, end;
    [all...]
  /external/icu4c/i18n/
ucol.cpp 895 inline uint8_t i_getCombiningClass(UChar32 c, const UCollator *coll) {
    [all...]
regexcmp.cpp 204 if (tableEl->fCharClass == 253 && fC.fChar == (UChar32)-1) {
211 fC.fChar != (UChar32)-1) { // char is not EOF
    [all...]
uspoof_conf.cpp 47 // tables. Each maps from a UChar32 to a String.
274 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status),
287 UChar32 c = SpoofImpl::ScanHex(&fInput[mapStringStart], uregex_start(fParseHexNum, 1, &status),
297 // Add the UChar32 -> string mapping to the appropriate table.
374 for (UChar32 keyChar=fKeySet->getRangeStart(range);
505 UChar32 keyChar, // The key character
rbt_rule.cpp 225 UChar32 c = pattern.char32At(anteContextLength);
534 UChar32 ch = pattern.char32At(i);
  /external/chromium/base/i18n/
file_util_icu.cc 28 bool contains(UChar32 ucs4) {
  /external/chromium/googleurl/src/
url_canon_icu.cc 55 UChar32 code_point,
  /external/icu4c/samples/citer/
citer.cpp 25 void printUChar(UChar32 ch)
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 366 bool isCharacterSmartReplaceExempt(UChar32, bool)
  /external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp 43 GlyphData Font::glyphDataForCharacter(UChar32 c, bool mirror, FontDataVariant variant) const
49 UChar32 upperC = toUpper(c);
240 bool Font::primaryFontHasGlyphForCharacter(UChar32 character) const
263 UChar32 character = mark[0];
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 140 static const UChar32 x_char = 'x';
  /external/icu4c/common/unicode/
ucnv.h 213 * @param codePoint Single UChar32 (UTF-32) containing the concerend Unicode codepoint.
226 UChar32 codePoint,
    [all...]
  /external/icu4c/test/intltest/
itspoof.cpp 285 UChar32 cc = 0;
308 // Append the hex form of a UChar32 to a UnicodeString.
313 static void appendHexUChar(UnicodeString &dest, UChar32 c) {
itutil.cpp 243 LocalPointer<UnicodeString> s(new UnicodeString((UChar32)0x50005));
276 a[1].append((UChar32)0x60006);
mnkytst.cpp 115 addOne += (UChar32)0xE000;
181 addOne += (UChar32)0xE000;

Completed in 759 milliseconds

<<11121314151617