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

/external/icu/icu4c/source/common/
H A Dlocdspnm.cpp36 static int32_t ncat(char *buffer, uint32_t buflen, ...) { function
586 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0);
595 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0);
603 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0);
/external/selinux/libsepol/src/
H A Dwrite.c351 uint32_t buf[2], ncat = 0; local
356 ncat++;
359 buf[1] = cpu_to_le32(ncat);
H A Dpolicydb.c1852 uint32_t buf[2], ncat; local
1866 ncat = le32_to_cpu(buf[1]);
1867 for (i = 0; i < ncat; i++) {

Completed in 93 milliseconds