HomeSort by relevance Sort by last modified time
    Searched refs:ncat (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
locdspnm.cpp 31 static int32_t ncat(char *buffer, uint32_t buflen, ...) { function
570 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0);
579 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0);
587 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", country, (char*)0);
    [all...]
  /external/icu/icu4c/source/i18n/
locdspnm.cpp 32 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 1734 uint32_t buf[2], ncat; local
    [all...]

Completed in 524 milliseconds