Home
last modified time | relevance | path

Searched refs:normalizedLength (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextEncoding.cpp111 …int32_t normalizedLength = unorm_normalize(source, length, UNORM_NFC, 0, normalizedCharacters.data… in normalizeAndEncode() local
114 normalizedCharacters.resize(normalizedLength); in normalizeAndEncode()
115normalizedLength = unorm_normalize(source, length, UNORM_NFC, 0, normalizedCharacters.data(), norm… in normalizeAndEncode()
120 length = normalizedLength; in normalizeAndEncode()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
DSimpleFontDataSkia.cpp266 …int32_t normalizedLength = unorm_normalize(characters, length, UNORM_NFC, UNORM_UNICODE_3_2, &norm… in canRenderCombiningCharacterSequence() local
268 if (U_FAILURE(error) || (static_cast<size_t>(normalizedLength) == length)) in canRenderCombiningCharacterSequence()
274 if (paint.textToGlyphs(&normalizedCharacters[0], normalizedLength * 2, 0)) { in canRenderCombiningCharacterSequence()