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

  /external/chromium_org/third_party/icu/source/common/
ucnvbocu.c 144 #define BOCU1_TRAIL_TO_BYTE(t) ((t)>=BOCU1_TRAIL_CONTROLS_COUNT ? (t)+BOCU1_TRAIL_BYTE_OFFSET : bocu1TrailToByte[t])
289 result|=BOCU1_TRAIL_TO_BYTE(m);
299 result|=BOCU1_TRAIL_TO_BYTE(m);
303 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
312 result=BOCU1_TRAIL_TO_BYTE(m);
316 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
322 result|=BOCU1_TRAIL_TO_BYTE(diff)<<16;
334 result|=BOCU1_TRAIL_TO_BYTE(m);
343 result|=BOCU1_TRAIL_TO_BYTE(m);
346 result|=BOCU1_TRAIL_TO_BYTE(m)<<8
    [all...]
  /external/icu4c/common/
ucnvbocu.cpp 147 #define BOCU1_TRAIL_TO_BYTE(t) ((t)>=BOCU1_TRAIL_CONTROLS_COUNT ? (t)+BOCU1_TRAIL_BYTE_OFFSET : bocu1TrailToByte[t])
304 result|=BOCU1_TRAIL_TO_BYTE(m);
314 result|=BOCU1_TRAIL_TO_BYTE(m);
318 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
327 result=BOCU1_TRAIL_TO_BYTE(m);
331 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
337 result|=BOCU1_TRAIL_TO_BYTE(diff)<<16;
349 result|=BOCU1_TRAIL_TO_BYTE(m);
358 result|=BOCU1_TRAIL_TO_BYTE(m);
361 result|=BOCU1_TRAIL_TO_BYTE(m)<<8
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 158 #define BOCU1_TRAIL_TO_BYTE(t) ((t)>=BOCU1_TRAIL_CONTROLS_COUNT ? (t)+BOCU1_TRAIL_BYTE_OFFSET : bocu1TrailToByte[t])
341 result|=BOCU1_TRAIL_TO_BYTE(m)<<shift;
  /external/icu4c/test/cintltst/
bocu1tst.c 159 #define BOCU1_TRAIL_TO_BYTE(t) ((t)>=BOCU1_TRAIL_CONTROLS_COUNT ? (t)+BOCU1_TRAIL_BYTE_OFFSET : bocu1TrailToByte[t])
342 result|=BOCU1_TRAIL_TO_BYTE(m)<<shift;

Completed in 317 milliseconds