Searched defs:iLen (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aalinetemp.h111 GLint iLen, i; local
192 iLen = (GLint) line.len;
195 for (i = 0; i < iLen; i++) {
/external/mesa3d/src/mesa/swrast/
H A Ds_aalinetemp.h111 GLint iLen, i; local
192 iLen = (GLint) line.len;
195 for (i = 0; i < iLen; i++) {
/external/pdfium/core/src/fxcrt/
H A Dfx_xml_parser.cpp173 FX_INT32 i = 0, iLen = str.GetLength(); local
180 if (i == iLen) {
186 if (i == iLen) {
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c3238 int i, iLen; local
3253 iLen = strlen(path);
3254 for(i = 0; i < iLen; i++) {
/external/libxml2/
H A Dcatalog.c3234 int i, iLen; local
3249 iLen = strlen((const char*)path);
3250 for(i = 0; i < iLen; i++) {
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp868 CFX_ByteString ParseStyle(FX_LPCSTR pStyle, int iLen, int iIndex) argument
871 if (!iLen || iLen <= iIndex) {
874 while (iIndex < iLen) {
885 FX_INT32 iLen = bsStyle.GetLength(); local
886 if (!iLen) {
893 if (!pStyle || pStyle->len > iLen) {
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp97 FX_INT32 iLen = m_Trailers.GetSize(); local
98 for (FX_INT32 i = 0; i < iLen; ++i) {
3200 FX_DWORD iLen = m_PageObjList.GetSize(); local
3202 for (; i < iLen; ++i) {
3242 iLen = m_PagesArray.GetSize();
3243 for (; i < iLen; ++i) {
3250 while (i++ < iLen) {
4349 FX_INT32 iLen = m_number_array.GetSize(); local
4351 FX_INT32 iHigh = iLen - 1;
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 323 milliseconds