Searched refs:codePointsLength (Results 1 – 2 of 2) sorted by relevance
911 table->bytesLength=table->codePointsLength=0; in ucm_resetTable()968 idx=table->codePointsLength; in ucm_addMapping()969 table->codePointsLength+=m->uLen; in ucm_addMapping()970 if(table->codePointsLength>table->codePointsCapacity) { in ucm_addMapping()
75 int32_t codePointsCapacity, codePointsLength; member