Home
last modified time | relevance | path

Searched refs:NUM_LETTERS (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcbiditransformtst.c33 #define NUM_LETTERS 5 /* Used for arrays hereafter */ macro
34 static const UChar unshapedLetters[NUM_LETTERS + 1] = {0x0630, 0, 0x0631, 0, 0x0632, 2};
35 static const UChar shapedLetters [NUM_LETTERS + 1] = {0xfeab, 0, 0xfead, 0, 0xfeaf, 1};
224 if (index < NUM_LETTERS && from[index * from[NUM_LETTERS]] != 0) { in shapeLetters()
227 str[j] = to[index * from[NUM_LETTERS]]; in shapeLetters()