Searched defs:wch (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dunicodenormalization.cpp20 FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_LPWSTR pDst) argument
22 wch = wch & 0xFFFF;
23 FX_WCHAR wFind = g_UnicodeData_Normalization[wch];
26 *pDst = wch;
31 wch = wFind - 0x8000;
34 wch = wFind & 0x0FFF;
39 pMap = g_UnicodeData_Normalization_Map4 + wch;
42 pMap += wch;
56 FX_WCHAR wch local
[all...]
H A Dfpdf_text_int.cpp2746 FX_WCHAR wch = str.GetAt(i); local
2747 if (wch >= L'a' && wch <= L'z') {
2772 FX_WCHAR wch = str.GetAt(i); local
2773 if ((wch >= L'a' && wch <= L'z') || (wch >= L'0' && wch <= L'9')) {
2783 FX_WCHAR wch = str.GetAt(i); local
2784 if (wch
[all...]
/external/pdfium/core/src/fxcrt/
H A Dfx_arabic.cpp24 FX_BOOL CFX_BidiChar::AppendChar(FX_WCHAR wch) argument
26 FX_DWORD dwProps = gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
H A Dfx_unicode.cpp11 FX_DWORD FX_GetUnicodeProperties(FX_WCHAR wch) argument
13 return gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
24 FX_BOOL FX_IsCombinationChar(FX_WCHAR wch) argument
26 FX_DWORD dwProps = (gs_FX_TextLayout_CodeProperties[(FX_WORD)wch] & FX_CHARTYPEBITSMASK);
29 FX_BOOL FX_IsBidiChar(FX_WCHAR wch) argument
31 FX_DWORD dwProps = gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
35 FX_WCHAR FX_GetMirrorChar(FX_WCHAR wch, FX_BOOL bRTL, FX_BOOL bVertical) argument
37 FX_DWORD dwProps = gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
40 wch = gs_FX_TextLayout_BidiMirror[dwTemp >> 23];
41 dwProps = gs_FX_TextLayout_CodeProperties[(FX_WORD)wch];
51 FX_GetMirrorChar(FX_WCHAR wch, FX_DWORD dwProps, FX_BOOL bRTL, FX_BOOL bVertical) argument
[all...]
H A Dfx_extension.cpp171 FX_WCHAR wch = pwsStr[iUsedLen]; local
172 if (wch >= L'0' && wch <= L'9') {
173 fValue = fValue * 10.0f + (wch - L'0');
182 FX_WCHAR wch = pwsStr[iUsedLen]; local
183 if (wch >= L'0' && wch <= L'9') {
184 fValue += (wch - L'0') * fPrecise;
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp456 FX_WCHAR wch = wStr.GetAt(wStr.GetLength() - 1); local
457 switch(wch) {
/external/libxml2/
H A Dtrio.c2504 TRIO_ARGS4((self, wch, flags, width),
2506 trio_wchar_t wch,
2519 size = wctomb(buffer, wch);
5684 trio_wchar_t wch; local
5718 size = mbtowc(&wch, buffer, sizeof(buffer));
5720 target[i] = wch;
2503 TrioWriteWideStringCharacter(self, wch, flags, width), trio_class_t *self, trio_wchar_t wch, trio_flags_t flags, int width argument

Completed in 367 milliseconds