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

/external/icu/icu4c/source/common/
H A Ducnvbocu.cpp60 #define BOCU1_MIDDLE 0x90 macro
77 * (counting 0==BOCU1_MIDDLE among the positive ones)
101 #define BOCU1_START_POS_2 (BOCU1_MIDDLE+BOCU1_REACH_POS_1+1)
106 #define BOCU1_START_NEG_2 (BOCU1_MIDDLE+BOCU1_REACH_NEG_1)
220 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff))
296 return 0x01000000|(BOCU1_MIDDLE+diff);
1010 c=prev+(c-BOCU1_MIDDLE);
1044 c=prev+(c-BOCU1_MIDDLE);
1066 if(c>=BOCU1_MIDDLE) {
1225 c=prev+(c-BOCU1_MIDDLE);
[all...]
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java34 private static final int BOCU1_MIDDLE = 0x90; field in class:CharsetBOCU1
51 * (counting 0==BOCU1_MIDDLE among the positive ones)
75 private static final int BOCU1_START_POS_2 = (BOCU1_MIDDLE+BOCU1_REACH_POS_1+1);
80 private static final int BOCU1_START_NEG_2 = (BOCU1_MIDDLE+BOCU1_REACH_NEG_1);
216 return (BOCU1_MIDDLE+(diff));
855 c = prev + (c-BOCU1_MIDDLE);
933 c = prev + (c-BOCU1_MIDDLE);
960 if(c >= BOCU1_MIDDLE) {
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c68 #define BOCU1_MIDDLE 0x90 macro
87 * (counting 0==BOCU1_MIDDLE among the positive ones)
111 #define BOCU1_START_POS_2 (BOCU1_MIDDLE+BOCU1_REACH_POS_1+1)
116 #define BOCU1_START_NEG_2 (BOCU1_MIDDLE+BOCU1_REACH_NEG_1)
294 return 0x01000000|(BOCU1_MIDDLE+diff);
574 c=prev+((int32_t)b-BOCU1_MIDDLE);
803 log_verbose(" BOCU1_MIDDLE 0x%02x\n", BOCU1_MIDDLE);

Completed in 252 milliseconds