Home
last modified time | relevance | path

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

/external/rust/crates/unicode-segmentation/src/
Dword.rs230 Some(ncat) if ncat == wd::WC_LF => 1, // rule WB3 in next()
246 if let Some(ncat) = self.get_next_cat(idx) { // rule WB4 in next()
247 … if ncat == wd::WC_Format || ncat == wd::WC_Extend || ncat == wd::WC_ZWJ { in next()
249 self.cat = Some(ncat); in next()
/external/icu/icu4c/source/common/
Dlocdspnm.cpp37 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()
/external/llvm-project/llvm/test/DebugInfo/X86/
Dbasic-block-sections-debug-loc.ll62 !22 = distinct !DISubprogram(name: "ncat", linkageName: "_ZL4ncatPcjz", scope: !1, file: !1, line: …
/external/selinux/libsepol/src/
Dwrite.c358 uint32_t buf[2], ncat = 0; in mls_write_semantic_level_helper() local
363 ncat++; in mls_write_semantic_level_helper()
366 buf[1] = cpu_to_le32(ncat); in mls_write_semantic_level_helper()
Dpolicydb.c1916 uint32_t buf[2], ncat; in mls_read_semantic_level_helper() local
1930 ncat = le32_to_cpu(buf[1]); in mls_read_semantic_level_helper()
1931 for (i = 0; i < ncat; i++) { in mls_read_semantic_level_helper()