Home
last modified time | relevance | path

Searched refs:joiner (Results 1 – 25 of 46) sorted by relevance

12

/third_party/libinput/src/
Dutil-strings.c154 strv_join(char **strv, const char *joiner) in strv_join() argument
161 if (!strv || !joiner) in strv_join()
172 assert(strlen(joiner) < 1000); in strv_join()
176 slen += (count - 1) * strlen(joiner); in strv_join()
183 strcat(str, joiner); in strv_join()
Dutil-strings.h259 char *strv_join(char **strv, const char *joiner);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
D4-1.c84 pthread_t joiner; in main() local
143 ret = pthread_create(&joiner, NULL, in main()
154 ret = pthread_cancel(joiner); in main()
159 ret = pthread_join(joiner, NULL); in main()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-khmer-machine.rl59 joiner = (ZWJ | ZWNJ);
60 xgroup = (joiner*.Xgroup)*;
65 matra_group = VPre? xgroup VBlw? xgroup (joiner?.VAbv)? xgroup VPst?;
Dhb-ot-shape-complex-use-machine.rl59 ZWNJ = 14; # Zero width non-joiner
60 ZWJ = 15; # Zero width joiner
61 WJ = 16; # Word joiner
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-khmer-machine.rl65 joiner = (ZWJ | ZWNJ);
66 xgroup = (joiner*.Xgroup)*;
71 matra_group = VPre? xgroup VBlw? xgroup (joiner?.VAbv)? xgroup VPst?;
Dhb-ot-shape-complex-use-machine.rl75 export ZWNJ = 14; # Zero width non-joiner
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-khmer-machine.rl65 joiner = (ZWJ | ZWNJ);
66 xgroup = (joiner*.Xgroup)*;
71 matra_group = VPre? xgroup VBlw? xgroup (joiner?.VAbv)? xgroup VPst?;
Dhb-ot-shape-complex-use-machine.rl75 export ZWNJ = 14; # Zero width non-joiner
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DCsvTableCollector.java50 String joiner = align ? " ; " : ";"; in writeCsv() local
53 out.println(getRow(rowIndex).collect(joining(joiner)).trim()); in writeCsv()
/third_party/harfbuzz/test/shaping/data/in-house/
Dmeson.build24 'indic-joiner-candrabindu.tests',
DMakefile.sources24 tests/indic-joiner-candrabindu.tests \
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/
Dmeson.build27 'indic-joiner-candrabindu.tests',
DMakefile.sources27 tests/indic-joiner-candrabindu.tests \
/third_party/rust/crates/unicode-width/
DREADME.md29 zero-width joiner and a microscope emoji.
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/in-house/
DMakefile.sources24 tests/indic-joiner-candrabindu.tests \
/third_party/python/Modules/
D_sre.c1050 PyObject* joiner; in pattern_subx() local
1192 joiner = getslice(state.isbytes, state.beginning, string, 0, 0); in pattern_subx()
1193 if (!joiner) { in pattern_subx()
1199 item = joiner; in pattern_subx()
1203 item = _PyBytes_Join(joiner, list); in pattern_subx()
1205 item = PyUnicode_Join(joiner, list); in pattern_subx()
1206 Py_DECREF(joiner); in pattern_subx()
D_elementtree.c154 PyObject* joiner; in list_join() local
157 joiner = PyUnicode_FromStringAndSize("", 0); in list_join()
158 if (!joiner) in list_join()
160 result = PyUnicode_Join(joiner, list); in list_join()
161 Py_DECREF(joiner); in list_join()
/third_party/typescript/src/services/
DtextChanges.ts126 readonly joiner?: string; property
476 … this.insertNodesAt(sourceFile, start, typeParameters, { prefix: "<", suffix: ">", joiner: ", " });
671 …factory.createToken(SyntaxKind.FunctionKeyword), factory.createIdentifier(name)], { joiner: " " });
683 …xKind.OpenBraceToken), factory.createToken(SyntaxKind.ReturnKeyword)], { joiner: " ", suffix: " " …
684 …ken(SyntaxKind.SemicolonToken), factory.createToken(SyntaxKind.CloseBraceToken)], { joiner: " " });
954 …map(n => removeSuffix(format(n), newLineCharacter)).join(change.options!.joiner || newLineCharacte…
/third_party/skia/third_party/externals/icu/source/data/translit/
Dmy_my_FONIPA.txt329 # Delete zero-width space, non-joiner, joiner.
/third_party/icu/icu4c/source/data/translit/
Dmy_my_FONIPA.txt329 # Delete zero-width space, non-joiner, joiner.
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dmy_my_FONIPA.txt328 # Delete zero-width space, non-joiner, joiner.
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dtext_formatter_test.dart182 // a variation selector, a zero-width joiner, and a rainbow to make a rainbow
/third_party/libinput/test/
Dtest-utils.c1150 const char *joiner; in START_TEST() member
1171 str = strv_join(t->strv, t->joiner); in START_TEST()
/third_party/flutter/flutter/packages/flutter/lib/src/painting/
Dtext_painter.dart608 // Unicode value for a zero width joiner character.
621 // Check for multi-code-unit glyphs such as emojis or zero width joiner
670 // Check for multi-code-unit glyphs such as emojis or zero width joiner

12