Home | History | Annotate | Download | only in i18n

Lines Matching refs:resultArray

1149     uint8_t *resultArray = unshapeLamAlef(inputBytes, inputBytesLength, length);
1151 if (resultArray != NULL) {
1153 resultArray[i] = unshapeMap_IBM420[resultArray[i]];
1157 return resultArray;