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

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java167 private static int BOCU1_TRAIL_TO_BYTE(int trail) { method in class:CharsetBOCU1
305 result|=BOCU1_TRAIL_TO_BYTE(m);
315 result|=BOCU1_TRAIL_TO_BYTE(m);
319 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
328 result=BOCU1_TRAIL_TO_BYTE(m);
332 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
338 result|=BOCU1_TRAIL_TO_BYTE(diff)<<16;
350 result|=BOCU1_TRAIL_TO_BYTE(m);
359 result|=BOCU1_TRAIL_TO_BYTE(m);
362 result|=BOCU1_TRAIL_TO_BYTE(
[all...]
/external/icu/icu4c/source/common/
H A Ducnvbocu.cpp149 #define BOCU1_TRAIL_TO_BYTE(t) ((t)>=BOCU1_TRAIL_CONTROLS_COUNT ? (t)+BOCU1_TRAIL_BYTE_OFFSET : bocu1TrailToByte[t]) macro
306 result|=BOCU1_TRAIL_TO_BYTE(m);
316 result|=BOCU1_TRAIL_TO_BYTE(m);
320 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
329 result=BOCU1_TRAIL_TO_BYTE(m);
333 result|=BOCU1_TRAIL_TO_BYTE(m)<<8;
339 result|=BOCU1_TRAIL_TO_BYTE(diff)<<16;
351 result|=BOCU1_TRAIL_TO_BYTE(m);
360 result|=BOCU1_TRAIL_TO_BYTE(m);
363 result|=BOCU1_TRAIL_TO_BYTE(
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c159 #define BOCU1_TRAIL_TO_BYTE(t) ((t)>=BOCU1_TRAIL_CONTROLS_COUNT ? (t)+BOCU1_TRAIL_BYTE_OFFSET : bocu1TrailToByte[t]) macro
342 result|=BOCU1_TRAIL_TO_BYTE(m)<<shift;

Completed in 249 milliseconds