Home
last modified time | relevance | path

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

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