Home
last modified time | relevance | path

Searched refs:charA (Results 1 – 25 of 73) sorted by relevance

123

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Dstr.c250 const charA *e = &s[len]; in str_ncpy()
273 charA *
373 { charA *d1 = s1->s_textA; in str_icase_cmp()
374 charA *d2 = s2->s_textA; in str_icase_cmp()
434 charA *d2 = s2->s_textA; in str_prefix_offset()
468 { charA *d1 = s1->s_textA; in str_icase_prefix()
559 charA *d2 = s2->s_textA; in str_sub()
613 charA *d2 = s2->s_textA; in str_icasesub()
847 { charA *f = s->s_textA; in str_strip()
848 charA *t = s->s_textA; in str_strip()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dstr.h42 #undef charA /* from pce-include.h */
44 typedef unsigned char charA; /* 8-bit character */ typedef
60 { charA * textA;
81 #define str_storeA(s, i, c) (s->s_textA[(i)] = (charA)(c))
105 charA buffer[1024]; /* initial buffer */
114 { charA newline;
115 charA *tolower;
116 charA *toupper;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/
H A DByteArrayHelpers.cs24 uint charA = left[i]; in EqualsOrdinalAsciiIgnoreCase()
30 if ((charA - 'a') <= ('z' - 'a')) in EqualsOrdinalAsciiIgnoreCase()
31 charA -= ('a' - 'A'); in EqualsOrdinalAsciiIgnoreCase()
36 if (charA != charB) in EqualsOrdinalAsciiIgnoreCase()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/
H A DCharArrayHelpers.cs44 uint charA = left[i]; in EqualsOrdinalAsciiIgnoreCase()
50 if ((charA - 'a') <= ('z' - 'a')) charA -= ('a' - 'A'); in EqualsOrdinalAsciiIgnoreCase()
54 if (charA != charB) in EqualsOrdinalAsciiIgnoreCase()
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Datom.c151 { const charA *s1 = info->text.a; in cmp_atom_info()
152 const charA *s2 = t2.a; in cmp_atom_info()
355 static const charA *
356 nextwordA(const charA *s) in nextwordA()
370 matchA(int how, const charA *f, const charA *l) in matchA()
393 { const charA *h; in matchA()
394 const charA *f0 = f; in matchA()
410 { const charA *h; in matchA()
411 const charA *f0 = f; in matchA()
429 { typedef struct chp { const charA *pattern; in matchA()
[all …]
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Datom.c142 { const charA *s1 = info->text.a; in cmp_atom_info()
143 const charA *s2 = t2.a; in cmp_atom_info()
341 static const charA *
342 nextwordA(const charA *s) in nextwordA()
356 matchA(int how, const charA *f, const charA *l) in matchA()
379 { const charA *h; in matchA()
380 const charA *f0 = f; in matchA()
396 { const charA *h; in matchA()
397 const charA *f0 = f; in matchA()
415 { typedef struct chp { const charA *pattern; in matchA()
[all …]
H A Datom.h39 typedef unsigned char charA; typedef
43 { const charA *a;
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Cxx/
H A DotherLookupTable.cxx55 char charA[2] = {1, 10}; in TestOLT() local
56 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
58 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
60 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
62 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
H A DotherLookupTableWithEnabling.cxx64 char charA[2] = {0, 10}; in TestOLT() local
65 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
67 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
69 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
71 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Cxx/
H A DotherLookupTable.cxx50 char charA[2] = { 1, 10 }; in TestOLT() local
51 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, 2, 1, VTK_RGBA); in TestOLT()
52 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, 2, 1, VTK_RGB); in TestOLT()
53 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, 2, 1, VTK_LUMINANCE_ALPHA); in TestOLT()
54 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, 2, 1, VTK_LUMINANCE); in TestOLT()
H A DotherLookupTableWithEnabling.cxx55 char charA[2] = { 0, 10 }; in TestOLT() local
56 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, 2, 1, VTK_RGBA); in TestOLT()
57 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, 2, 1, VTK_RGB); in TestOLT()
58 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, 2, 1, VTK_LUMINANCE_ALPHA); in TestOLT()
59 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, 2, 1, VTK_LUMINANCE); in TestOLT()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Cxx/
H A DotherLookupTable.cxx55 char charA[2] = {1, 10}; in TestOLT() local
56 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
58 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
60 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
62 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
H A DotherLookupTableWithEnabling.cxx64 char charA[2] = {0, 10}; in TestOLT() local
65 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
67 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
69 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
71 lut1->MapScalarsThroughTable2(charA, output, VTK_CHAR, in TestOLT()
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/processing/app/
H A DSerialPortList.java93 char charA = valueA.charAt(i - shiftA);
95 if(charA != charB){
96 if(Character.isDigit(charA) && Character.isDigit(charB)){
114 if(Character.toLowerCase(charA) - Character.toLowerCase(charB) != 0){
115 return Character.toLowerCase(charA) - Character.toLowerCase(charB);
/dports/comms/java-simple-serial-connector/java-simple-serial-connector-2.8.0/src/java/jssc/
H A DSerialPortList.java94 char charA = valueA.charAt(i - shiftA);
96 if(charA != charB){
97 if(Character.isDigit(charA) && Character.isDigit(charB)){
115 if(Character.toLowerCase(charA) - Character.toLowerCase(charB) != 0){
116 return Character.toLowerCase(charA) - Character.toLowerCase(charB);
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc80/
H A DSplicesUsed.hs10 charA :: a -> $(metaType2)
11 charA x = ('x', x) function
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/rgx/
H A Dregex.h241 int re_compileA _ANSI_ARGS_((regex_t *, __REG_CONST charA*, size_t, int));
244 __REG_CONST charA* string,
246 int (*fetch)(__REG_CONST charA*, void*closure), void *closure,
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Support/
H A DCharacter.cs31 private const char charA = 'a'; field in Lucene.Net.Support.Character
78 return (char)((int)charA + digit - 10); in ForDigit()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/itf/
H A Diostream.c92 const charA *f = s->s_textA; in Sread_object()
93 const charA *e = &f[s->s_size]; in Sread_object()
149 { charA *asc = alloca(size); in Swrite_object()
150 charA *t = asc; in Swrite_object()
153 *t++ = (charA)*f++; in Swrite_object()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/
H A DConsumeNextMnemonicKeyTypedTest.java106 String charA = text.getText(); in test() local
107 System.err.println("Test: character typed with VK_A: " + charA); in test()
151 if (!charA.equals(text.getText())) { in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/
H A DConsumeNextMnemonicKeyTypedTest.java112 String charA = text.getText(); in test() local
113 System.err.println("Test: character typed with VK_A: " + charA); in test()
157 if (!charA.equals(text.getText())) { in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/
H A DConsumeNextMnemonicKeyTypedTest.java106 String charA = text.getText(); in test() local
107 System.err.println("Test: character typed with VK_A: " + charA); in test()
151 if (!charA.equals(text.getText())) { in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/
H A DConsumeNextMnemonicKeyTypedTest.java106 String charA = text.getText(); in test() local
107 System.err.println("Test: character typed with VK_A: " + charA); in test()
151 if (!charA.equals(text.getText())) { in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/
H A DConsumeNextMnemonicKeyTypedTest.java106 String charA = text.getText(); in test() local
107 System.err.println("Test: character typed with VK_A: " + charA); in test()
151 if (!charA.equals(text.getText())) { in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/KeyboardFocusmanager/ConsumeNextMnemonicKeyTypedTest/
H A DConsumeNextMnemonicKeyTypedTest.java106 String charA = text.getText(); in test() local
107 System.err.println("Test: character typed with VK_A: " + charA); in test()
151 if (!charA.equals(text.getText())) { in test()

123