Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DTextEncoding.cpp96 …int32_t normalizedLength = unorm_normalize(source, length, UNORM_NFC, 0, normalizedCharacters.data… in encode() local
99 normalizedCharacters.resize(normalizedLength); in encode()
100normalizedLength = unorm_normalize(source, length, UNORM_NFC, 0, normalizedCharacters.data(), norm… in encode()
105 sourceLength = normalizedLength; in encode()