Lines Matching refs:raw
62 static const char* raw[3][4] = {82 dataTable[i][j] = (UChar*) malloc(sizeof(UChar)*(strlen(raw[i][j])+1));83 u_uastrcpy(dataTable[i][j],raw[i][j]);239 u_uastrncpy(temp, raw[i][j], k-1);247 u_uastrncpy(temp, raw[i][j], k+1);255 u_uastrncpy(temp, raw[i][j], k);342 if(strcmp(test,raw[0][0])!=0)