Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dlocdspnm.cpp34 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() function
564 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); in localeDisplayName()
573 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); in localeDisplayName()
581 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0); in localeDisplayName()
/external/selinux/libsepol/src/
Dwrite.c347 uint32_t buf[2], ncat = 0; in mls_write_semantic_level_helper() local
352 ncat++; in mls_write_semantic_level_helper()
355 buf[1] = cpu_to_le32(ncat); in mls_write_semantic_level_helper()
Dpolicydb.c1748 uint32_t buf[2], ncat; in mls_read_semantic_level_helper() local
1762 ncat = le32_to_cpu(buf[1]); in mls_read_semantic_level_helper()
1763 for (i = 0; i < ncat; i++) { in mls_read_semantic_level_helper()