Searched refs:codePointsLength (Results 1 – 2 of 2) sorted by relevance
906 table->bytesLength=table->codePointsLength=0; in ucm_resetTable()963 idx=table->codePointsLength; in ucm_addMapping()964 table->codePointsLength+=m->uLen; in ucm_addMapping()965 if(table->codePointsLength>table->codePointsCapacity) { in ucm_addMapping()
73 int32_t codePointsCapacity, codePointsLength; member