OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shapeArabic
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/text/mac/
ShapeArabic.h
37
int32_t
shapeArabic
(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode);
ShapeArabic.c
37
#include "
ShapeArabic
.h"
477
int32_t
shapeArabic
(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) {
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp
29
#include "
ShapeArabic
.h"
104
static void
shapeArabic
(const UChar* source, UChar* dest, unsigned totalLength)
118
unsigned charsWritten =
shapeArabic
(source + shapingStart, shapingEnd - shapingStart, dest + shapingStart, shapingEnd - shapingStart, U_SHAPE_LETTERS_SHAPE | U_SHAPE_LENGTH_FIXED_SPACES_NEAR, &shapingError);
188
shapeArabic
(substituteCharacters.isEmpty() ? characters : substituteCharacters.data(), shapedArabic.data(), stringLength);
Completed in 127 milliseconds