HomeSort by relevance Sort by last modified time
    Searched refs:jgArray (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/tools/genbidi/
store.c 73 const uint8_t jgArray[i5-i4]; -- (i5-i4) is always a multiple of 4
120 array, and the jgArray[] stores a byte for each of these code points,
293 static uint8_t jgArray[0x300]; /* at most for U+0600..U+08FF */
335 jgArray[prev++ -jgStart]=0;
341 jgArray[prev++ -jgStart]=(uint8_t)row[1];
346 /* finish jgArray, pad to multiple of 4 */
348 jgArray[prev++ -jgStart]=0;
443 jgArray, 8, prev-jgStart,
473 udata_writeBlock(pData, jgArray, prev-jgStart);
  /external/icu4c/tools/genbidi/
store.c 73 const uint8_t jgArray[i5-i4]; -- (i5-i4) is always a multiple of 4
120 array, and the jgArray[] stores a byte for each of these code points,
293 static uint8_t jgArray[0x300]; /* at most for U+0600..U+08FF */
335 jgArray[prev++ -jgStart]=0;
341 jgArray[prev++ -jgStart]=(uint8_t)row[1];
346 /* finish jgArray, pad to multiple of 4 */
348 jgArray[prev++ -jgStart]=0;
443 jgArray, 8, prev-jgStart,
473 udata_writeBlock(pData, jgArray, prev-jgStart);
  /external/chromium/third_party/icu/source/common/
ubidi_props.c 35 const uint8_t *jgArray;
114 /* get jgArray[] */
116 bdpProto->jgArray=bin;
336 const uint8_t *jgArray;
356 jgArray=bdp->jgArray;
359 jg=*jgArray++;
469 return (UJoiningGroup)bdp->jgArray[c-start];
  /external/icu4c/common/
ubidi_props.c 35 const uint8_t *jgArray;
114 /* get jgArray[] */
116 bdpProto->jgArray=bin;
336 const uint8_t *jgArray;
356 jgArray=bdp->jgArray;
359 jg=*jgArray++;
469 return (UJoiningGroup)bdp->jgArray[c-start];

Completed in 373 milliseconds