Searched refs:STR_CAPACITY (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditransformtst.c | 31 #define STR_CAPACITY 100 macro 48 UChar src[STR_CAPACITY] = { 0 }; 49 UChar dest[STR_CAPACITY] = { 0 }; 50 UChar expected[STR_CAPACITY] = { 0 }; 51 UChar temp[STR_CAPACITY * 2] = { 0 }; 52 char pseudo[STR_CAPACITY] = { 0 }; 176 u_unescape(srcTexts[nTexts], src, STR_CAPACITY); in testAutoDirection() 180 ubiditransform_transform(pTransform, src, -1, dest, STR_CAPACITY - 1, in testAutoDirection() 185 … ubidi_writeReordered(pBidi, expected, STR_CAPACITY, UBIDI_REORDER_DEFAULT, &errorCode); in testAutoDirection() 187 ubidi_writeReverse(expected, u_strlen(expected), temp, STR_CAPACITY, in testAutoDirection() [all …]
|