HomeSort by relevance Sort by last modified time
    Searched refs:SkUTF16_IsHighSurrogate (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkUtils.cpp 288 if (SkUTF16_IsHighSurrogate(c)) {
305 if (SkUTF16_IsHighSurrogate(c)) {
322 if (SkUTF16_IsHighSurrogate(c)) {
340 SkASSERT(!SkUTF16_IsHighSurrogate(c));
343 SkASSERT(SkUTF16_IsHighSurrogate(c2));
362 SkASSERT(SkUTF16_IsHighSurrogate(dst[0]));
366 SkASSERT(!SkUTF16_IsHighSurrogate(dst[0]));
  /external/skia/include/core/
SkUtils.h 72 #define SkUTF16_IsHighSurrogate(c) (((c) & 0xFC00) == 0xD800)
  /external/webkit/Source/WebCore/platform/graphics/skia/
GlyphPageTreeNodeSkia.cpp 76 if (SkUTF16_IsHighSurrogate(buffer[bufferLength-1])) {
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
GlyphMapAndroid.cpp 93 if (SkUTF16_IsHighSurrogate(buffer[bufferLength-1])) {
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 68 if (!SkUTF16_IsHighSurrogate(characters[i]))

Completed in 202 milliseconds