Searched refs:tch (Results 1 - 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie-fd.c | 842 struct ch *tch = &s[sp].ch[s[sp].child - 1]; in lws_fts_search() local 852 tch->effpos + tch->name_length >= nl && in lws_fts_search() 853 tch->inst && fileofs_tif_start) { in lws_fts_search() 855 sp, (uint32_t)tch->inst, (uint32_t)tch->child_agg, in lws_fts_search() 856 (uint32_t)tch->descendents, &pac); in lws_fts_search()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 3132 char sch, tch; in findSharedStartLength() 3135 tch = t.charAt(i); in findSharedStartLength() 3136 if (sch != tch) { in findSharedStartLength() 3154 char sch, tch; in findSharedEndLength() 3158 tch = t.charAt(tlength - i - 1); in findSharedEndLength() 3159 if (sch != tch) { in findSharedEndLength()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TransliteratorTest.java | 3129 char sch, tch; in findSharedStartLength() 3132 tch = t.charAt(i); in findSharedStartLength() 3133 if (sch != tch) { in findSharedStartLength() 3151 char sch, tch; in findSharedEndLength() 3155 tch = t.charAt(tlength - i - 1); in findSharedEndLength() 3156 if (sch != tch) { in findSharedEndLength()
|
/third_party/mksh/ |
H A D | eval.c | 499 char *ws, *wpat, *wrep, tch; in expand() local 598 tch = *p; in expand() 601 *p = tch; in expand()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 2838 UChar tch = text.charAt(t); in matchLiterals() local 2840 if (!u_isUWhiteSpace(tch) && !PatternProps::isWhiteSpace(tch)) { in matchLiterals()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 2789 char16_t tch = text.charAt(t); in matchLiterals() local 2791 if (!u_isUWhiteSpace(tch) && !PatternProps::isWhiteSpace(tch)) { in matchLiterals()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | smpdtfmt.cpp | 2790 UChar tch = text.charAt(t); in matchLiterals() local 2792 if (!u_isUWhiteSpace(tch) && !PatternProps::isWhiteSpace(tch)) { in matchLiterals()
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 625 (cd $srcdir; $valgrind $vjs $pcre2grep -tch --exclude=grepinputC 'the' testdata/grepinput*) >>testtrygrep
|
H A D | RunGrepTest.bat | 576 (pushd %srcdir% & %pcre2grep% -tch "the" testdata/grepinput* & popd) >>testtrygrep
|
Completed in 47 milliseconds