Searched refs:compLen (Results 1 - 3 of 3) sorted by relevance

/external/deqp/executor/
H A DxeTestCase.cpp47 int compLen = 0; local
48 while (path[compLen] != 0 && path[compLen] != '.')
49 compLen++;
50 return compLen;
53 static bool compareNameToPathComponent (const char* name, const char* path, int compLen) argument
55 for (int pos = 0; pos < compLen; pos++)
61 if (name[compLen] != 0)
156 int compLen = getFirstComponentLength(path); local
157 XE_CHECK(compLen >
205 int compLen = getFirstComponentLength(path); local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.h127 int32_t compLen; member in struct:__anon12117
H A Ducol_elm.cpp1757 int32_t decLen, compLen; local
1760 compLen = unorm_normalize(data, len, UNORM_NFC, 0, comp, 256, status);
1761 decomp[decLen] = comp[compLen] = 0;
1771 el->cSize = compLen;
1801 int32_t compLen = c->compLen; local
1822 compLen = unorm_normalize(newDecomp, newDecLen, UNORM_NFC, 0,
1824 if (compLen==1) {
1825 comp[compLen++] = newDecomp[newDecLen++] = c->tailoringCM;
1826 comp[compLen]
[all...]

Completed in 743 milliseconds