Searched refs:resultOffsets (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | convtest.h | 59 int32_t resultOffsets[200]; member 87 const int32_t *resultOffsets, 93 const int32_t *resultOffsets,
|
D | convtest.cpp | 785 int32_t *resultOffsets, /* also resultCapacity */ in stepToUnicode() argument 815 resultOffsets=NULL; in stepToUnicode() 826 resultOffsets, in stepToUnicode() 994 int32_t resultOffsets[256]; in ToUnicodeCase() local 1030 memset(resultOffsets, -1, LENGTHOF(resultOffsets)); in ToUnicodeCase() 1036 step==0 ? resultOffsets : NULL, in ToUnicodeCase() 1041 cc.offsets!=NULL ? resultOffsets : NULL, in ToUnicodeCase() 1048 if (cc.offsets != NULL && resultOffsets[resultLength] != -1) { in ToUnicodeCase() 1102 const int32_t *resultOffsets, in checkToUnicode() argument 1127 …} else if(cc.offsets!=NULL && 0!=memcmp(cc.offsets, resultOffsets, cc.unicodeLength*sizeof(*cc.off… in checkToUnicode() [all …]
|