/external/chromium_org/third_party/icu/source/i18n/ |
locdspnm.cpp | 29 static int32_t ncat(char *buffer, uint32_t buflen, ...) { function 368 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); 377 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); 385 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0);
|
/external/icu4c/i18n/ |
locdspnm.cpp | 31 static int32_t ncat(char *buffer, uint32_t buflen, ...) { function 550 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0); 559 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0); 567 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0); [all...] |
/external/libsepol/src/ |
write.c | 318 uint32_t buf[2], ncat = 0; local 323 ncat++; 326 buf[1] = cpu_to_le32(ncat); [all...] |
policydb.c | 1732 uint32_t buf[2], ncat; local [all...] |