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

/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c73 #define BOCU1_RESET 0xff macro
121 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
577 } else if(b==BOCU1_RESET) {
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetBOCU1.java37 private static final int BOCU1_RESET = 0xff; field in class:CharsetBOCU1
85 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
976 } else if(c == BOCU1_RESET) {
/external/icu/icu4c/source/common/
H A Ducnvbocu.cpp63 #define BOCU1_RESET 0xff macro
111 /* The length of a byte sequence, according to the lead byte (!=BOCU1_RESET). */
1082 } else if(c==BOCU1_RESET) {
1288 } else if(c==BOCU1_RESET) {

Completed in 109 milliseconds