Home
last modified time | relevance | path

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

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