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

/external/icu/icu4c/source/common/
H A Dlocdspnm.cpp37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { function
587 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0);
596 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0);
604 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0);
/external/selinux/libsepol/src/
H A Dwrite.c353 uint32_t buf[2], ncat = 0; local
358 ncat++;
361 buf[1] = cpu_to_le32(ncat);
H A Dpolicydb.c1905 uint32_t buf[2], ncat; local
1919 ncat = le32_to_cpu(buf[1]);
1920 for (i = 0; i < ncat; i++) {

Completed in 326 milliseconds