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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetBOCU1.java 165 private static int BOCU1_TRAIL_TO_BYTE(int trail) {
303 result|=BOCU1_TRAIL_TO_BYTE(m);
313 result|=BOCU1_TRAIL_TO_BYTE(m);
317 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
326 result=BOCU1_TRAIL_TO_BYTE(m);
330 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
336 result|=BOCU1_TRAIL_TO_BYTE(diff)<<16;
348 result|=BOCU1_TRAIL_TO_BYTE(m);
357 result|=BOCU1_TRAIL_TO_BYTE(m);
360 result|=BOCU1_TRAIL_TO_BYTE(m)<<8
    [all...]
  /external/icu/icu4c/source/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/icu/icu4c/source/test/cintltst/
bocu1tst.c 157 #define BOCU1_TRAIL_TO_BYTE(t) ((t)>=BOCU1_TRAIL_CONTROLS_COUNT ? (t)+BOCU1_TRAIL_BYTE_OFFSET : bocu1TrailToByte[t])
340 result|=BOCU1_TRAIL_TO_BYTE(m)<<shift;

Completed in 114 milliseconds