Home | History | Annotate | Download | only in i18n

Lines Matching refs:inLength

47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength,
51 if(inBytes == NULL || (0 <= inLength && inLength < 24)) {
67 if(inLength >= 0) {
68 inLength -= headerLength;
72 if(inBytes == NULL || (0 <= inLength && inLength < 8)) {
78 if(indexesLength < 2 || (0 <= inLength && inLength < indexesLength * 4)) {
98 length = 0; // only indexes, and inLength was already checked for them
100 if(0 <= inLength && inLength < length) {