Searched refs:testChar (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tests/
H A Dtc_bool.rb30 def testChar; @v; end method in class:RubyDataClass
38 objc_method :testChar, 'c@:'
H A Dtc_ovmix.rb18 addRubyMethod_withType("testChar:", "c@:c")
19 def testChar(c) method in class:RigHelper
/macosx-10.9.5/ICU-511.35/icuSources/test/iotest/
H A Dfiletst.c1506 UChar testChar = 0xBEEF; local
1509 testChar = 0x65; /* 'A' - otherwise read test will fail */
1525 u_memset(buffer, testChar, expected);
1545 if(gotChar != testChar) {
1546 log_err("u_fgetc returned unexpected character U+%04X expected U+%04X\n", gotChar, testChar);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dustrtest.cpp701 UChar testChar = 0x74; local
761 (startPos = test1.indexOf(testChar, startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
769 (startPos = test1.indexOf(testChar, startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
777 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
829 (startPos = test1.lastIndexOf(testChar, 5, startPos - 5)) != -1 ? ++occurrences : 0)
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrInterpreter.cpp311 bool checkCharacter(int testChar, unsigned negativeInputOffset) argument
313 return testChar == input.readChecked(negativeInputOffset);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods.py268 def testChar(self): member in class:PyOCTestSimpleReturns
433 def testChar(self): member in class:PyOCTestSimpleArguments
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods.py268 def testChar(self): member in class:PyOCTestSimpleReturns
433 def testChar(self): member in class:PyOCTestSimpleArguments

Completed in 101 milliseconds