Home
last modified time | relevance | path

Searched defs:cis (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCaseInsensitiveString.java68 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCaseInsensitiveString.java70 CaseInsensitiveString cis = (CaseInsensitiveString) o; in equals() local
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java327 CodedInputStream cis = stringUnderTest.newCodedInput(); in testNewCodedInput() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java545 CodedInputStream cis = stringUnderTest.newCodedInput(); in testNewCodedInput() local
DNioByteStringTest.java599 CodedInputStream cis = testString.newCodedInput(); in testNewCodedInput() local
/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc208 ZeroCopyCodedInputStream(io::CodedInputStream* cis) : cis_(cis) {} in ZeroCopyCodedInputStream()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h230 char *cis[CIS_COUNT]; member