OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ichar
(Results
1 - 25
of
25
) sorted by null
/external/pdfium/core/fpdfapi/font/
cpdf_cmap.cpp
191
size_t
iChar
= 0;
192
while (
iChar
< size) {
193
if (codes[
iChar
] < ranges[seg].m_Lower[
iChar
] ||
194
codes[
iChar
] > ranges[seg].m_Upper[
iChar
]) {
197
++
iChar
;
199
if (
iChar
== ranges[seg].m_CharSize)
201
if (
iChar
)
223
size_t
iChar
= 0
[
all
...]
/external/pdfium/core/fpdfapi/render/
cpdf_charposlist.cpp
29
for (size_t
iChar
= 0;
iChar
< charCodes.size(); ++
iChar
) {
30
uint32_t CharCode = charCodes[
iChar
];
66
charpos.m_Origin = CFX_PointF(
iChar
> 0 ? charPos[
iChar
- 1] : 0, 0);
cpdf_renderstatus.cpp
[
all
...]
/external/eigen/blas/f2c/
lsame.c
64
/* machines, on which
ICHAR
returns a value with bit 8 set. */
65
/*
ICHAR
('A') on Prime machines returns 193 which is the same as */
66
/*
ICHAR
('A') on an EBCDIC machine. */
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java
124
iteratedChar
ichar
= new iteratedChar();
local
129
while (nextChar(
ichar
)) {
130
if (
ichar
.error == true) {
135
if (
ichar
.charValue > 255) {
139
if (
ichar
.charValue <= 255) {
147
ChEl keyEl = new ChEl(
ichar
.charValue, 0);
EUCTool.java
124
iteratedChar
ichar
= new iteratedChar();
local
129
while (nextChar(
ichar
)) {
130
if (
ichar
.error == true) {
135
if (
ichar
.charValue > 255) {
139
if (
ichar
.charValue <= 255) {
147
ChEl keyEl = new ChEl(
ichar
.charValue, 0);
/external/valgrind/none/tests/ppc64/
ppc64_helpers.h
1616
char
ichar
;
local
[
all
...]
/bionic/libc/kernel/uapi/linux/
cyclades.h
262
__u32
ichar
;
member in struct:CH_CTRL
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c
34
typedef unsigned short
ICHAR
;
42
typedef char
ICHAR
;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c
36
typedef unsigned short
ICHAR
;
44
typedef char
ICHAR
;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c
34
typedef unsigned short
ICHAR
;
42
typedef char
ICHAR
;
[
all
...]
/external/expat/lib/
xmlparse.c
122
typedef unsigned short
ICHAR
;
130
typedef char
ICHAR
;
[
all
...]
/external/python/cpython2/Modules/expat/
xmlparse.c
36
typedef unsigned short
ICHAR
;
44
typedef char
ICHAR
;
[
all
...]
/external/python/cpython3/Modules/expat/
xmlparse.c
36
typedef unsigned short
ICHAR
;
44
typedef char
ICHAR
;
[
all
...]
/external/pdfium/xfa/fde/
cfde_textout.cpp
382
int32_t
iChar
= iStartChar;
395
m_CharWidths[
iChar
++] = iCurCharWidth;
/external/syslinux/com32/modules/
pxechn.c
610
int ipos = 0,
ichar
;
local
616
ichar
= pxechn_parse_2bhex(istr + ipos);
617
if (
ichar
>=0) {
618
data[len++] =
ichar
;
/external/libxml2/
xmlwriter.c
98
xmlChar *
ichar
; /* indent character */
member in struct:_xmlTextWriter
213
ret->
ichar
= xmlStrdup(BAD_CAST " ");
216
if (!ret->
ichar
) {
502
if (writer->
ichar
!= NULL)
503
xmlFree(writer->
ichar
);
[
all
...]
/external/pdfium/core/fxge/
cfx_renderdevice.cpp
[
all
...]
/external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp
880
int32_t
iChar
= 0;
882
iChar
= m_pLoader->m_iChar;
885
for (int32_t i =
iChar
; i < iLength; i++) {
[
all
...]
/external/kernel-headers/original/uapi/linux/
cyclades.h
412
__u32
ichar
;
member in struct:CH_CTRL
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cyclades.h
411
__u32
ichar
;
member in struct:CH_CTRL
/art/tools/ahat/etc/
O.hprof
[
all
...]
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar
/prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar
Completed in 3491 milliseconds