HomeSort by relevance Sort by last modified time
    Searched refs:U16_TRAIL (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu4c/tools/genrb/
ustr.h 32 target[1] = U16_TRAIL(c); \
ustr.c 173 ustr_ucat(dst, U16_TRAIL(c), status);
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp 302 *target++ = U16_TRAIL(character);
359 static_cast<UChar>(U16_TRAIL(character)));
397 if (*a++ != U16_TRAIL(character))
UnicodeMacrosFromICU.h 19 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/webkit/Source/WebCore/css/
CSSOMUtils.cpp 44 appendTo.append(U16_TRAIL(c));
  /external/icu4c/samples/uciter8/
uit_len8.c 387 return U16_TRAIL(iter->reservedField);
411 UChar trail=U16_TRAIL(iter->reservedField);
472 return U16_TRAIL(c);
  /external/icu4c/common/
ucnv_cnv.c 144 c=U16_TRAIL(c);
ustrtrns.c 104 *pDest++ = U16_TRAIL(ch);
792 *(pDest++) = U16_TRAIL(ch);
885 *(pDest++) = U16_TRAIL(ch);
924 *(pDest++) = U16_TRAIL(ch);
    [all...]
ucnv_u32.c 92 ch = U16_TRAIL(ch);
174 ch = U16_TRAIL(ch);
559 ch = U16_TRAIL(ch);
650 ch = U16_TRAIL(ch);
    [all...]
ustring.c 222 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c);
266 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c);
397 UChar cs, lead=U16_LEAD(c), trail=U16_TRAIL(c);
441 UChar lead=U16_LEAD(c), trail=U16_TRAIL(c);
    [all...]
uiter.cpp 861 return U16_TRAIL(iter->reservedField);
885 UChar trail=U16_TRAIL(iter->reservedField);
946 return U16_TRAIL(c);
normalizer2impl.cpp 75 limit[1]=U16_TRAIL(c);
136 limit[1]=U16_TRAIL(c);
813 starter[1]=U16_TRAIL(composite);
836 *starter=U16_TRAIL(composite);
    [all...]
normalizer2impl.h 175 p[1]=U16_TRAIL(c);
  /external/webkit/Source/WebCore/html/parser/
HTMLEntityParser.cpp 74 decodedEntity.append(U16_TRAIL(value));
  /external/webkit/Source/WebCore/platform/android/
KeyEventAndroid.cpp 205 UChar trail = U16_TRAIL(c);
  /external/icu4c/common/unicode/
utf16.h 131 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf16.h 122 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf16.h 122 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/webkit/Source/WebCore/icu/unicode/
utf16.h 122 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/webkit/Source/WebCore/platform/text/
TextCodecUTF8.cpp 148 *destination++ = U16_TRAIL(character);
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf16.h 122 #define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00)
  /external/icu4c/test/intltest/
idnaconf.cpp 216 *bufBase++ = U16_TRAIL(cp);
  /external/webkit/Source/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 203 buffer[i * 2 + 1] = U16_TRAIL(c);
  /external/icu4c/i18n/
rematch.cpp 373 surrogate[1] = U16_TRAIL(escapedChar);
395 surrogate[1] = U16_TRAIL(c);
409 surrogate[1] = U16_TRAIL(c);
    [all...]
  /external/icu4c/io/
ustdio.c 677 if (*--(str->fPos) != U16_TRAIL(ch)

Completed in 1877 milliseconds

1 2