Searched refs:srcMap (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dubidiln.c1323 ubidi_invertMap(const int32_t *srcMap, int32_t *destMap, int32_t length) { argument
1324 if(srcMap!=NULL && destMap!=NULL && length>0) {
1327 /* find highest value and count positive indexes in srcMap */
1328 pi=srcMap+length;
1329 while(pi>srcMap) {
1342 pi=srcMap+length;
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dubidi.h1796 * @param srcMap is an array with <code>length</code> elements
1809 * value in <code>srcMap</code>.
1811 * If element with index i in <code>srcMap</code> has a value k different
1824 ubidi_invertMap(const int32_t *srcMap, int32_t *destMap, int32_t length);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcbiditst.c1416 static const int32_t srcMap[6] = {0,1,-1,5,4}; local
1536 ubidi_invertMap(srcMap, map, 5);

Completed in 77 milliseconds