Searched refs:cpCount (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 164 int32_t cpCount = 0; in TestString() local 182 cpCount++; in TestString() 194 TestAccess(sa, ut, cpCount, cpMap); in TestString() 205 TestAccess(sa, ut, cpCount, cpMap); in TestString() 214 TestAccess(sa, ut, cpCount, cpMap); in TestString() 215 TestCMR(sa, ut, cpCount, cpMap, cpMap); in TestString() 223 TestAccess(sa, ut, cpCount, cpMap); in TestString() 231 TestAccess(sa, ut, cpCount, cpMap); in TestString() 232 TestCMR(sa, ut, cpCount, cpMap, cpMap); in TestString() 242 TestAccess(sa, ut, cpCount, cpMap); in TestString() [all …]
|
D | utxttest.h | 50 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 51 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap); 52 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
|
/external/oj-libjdwp/src/share/back/ |
D | ReferenceTypeImpl.c | 315 jint cpCount; in getConstantPool() local 327 cpCount = 0; in getConstantPool() 333 (gdata->jvmti, clazz, &cpCount, &cpByteCount, &cpBytesPtr); in getConstantPool() 337 (void)outStream_writeInt(out, cpCount); in getConstantPool()
|