Searched refs:ncat (Results 1 - 5 of 5) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | locdspnm.cpp | 37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() function 593 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); in localeDisplayName() 602 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); in localeDisplayName() 610 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0); in localeDisplayName()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | locdspnm.cpp | 37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() function 593 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); in localeDisplayName() 602 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); in localeDisplayName() 610 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0); in localeDisplayName()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | locdspnm.cpp | 37 static int32_t ncat(char *buffer, uint32_t buflen, ...) { in ncat() function 593 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); in localeDisplayName() 602 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); in localeDisplayName() 610 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0); in localeDisplayName()
|
/third_party/selinux/libsepol/src/ |
H A D | write.c | 357 uint32_t buf[2], ncat = 0; in mls_write_semantic_level_helper() local 362 ncat++; in mls_write_semantic_level_helper() 365 buf[1] = cpu_to_le32(ncat); in mls_write_semantic_level_helper()
|
H A D | policydb.c | 1910 uint32_t buf[2], ncat; in mls_read_semantic_level_helper() local 1924 ncat = le32_to_cpu(buf[1]); in mls_read_semantic_level_helper() 1925 for (i = 0; i < ncat; i++) { in mls_read_semantic_level_helper()
|
Completed in 14 milliseconds