Searched defs:UBool (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/third_party/icu/
H A Dicu_utf.h26 typedef int8 UBool; typedef in namespace:base_icu
173 UChar32 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h219 typedef int8_t UBool; typedef
222 /** The TRUE value of a UBool @stable ICU 2.0 */
226 /** The FALSE value of a UBool @stable ICU 2.0 */
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h200 typedef int8_t UBool; typedef
203 /** The TRUE value of a UBool @stable ICU 2.0 */
207 /** The FALSE value of a UBool @stable ICU 2.0 */
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp29 static inline UBool isInList(const char c /*in*/, const char list[] /*in*/){
34 static inline UBool isDigit(char c) {return isInList(c, DIGIT_CHAR);}
35 static inline UBool isWhiteSpace(char c) {return isInList(c, WHITE_SPACE);}
36 static inline UBool isAlphabet(char c) {return isInList(c, ALPHABET);}
37 static inline UBool isSpecialAsciiChar(char c) {return isInList(c,SPECIAL);}
210 UBool is_complete(){
314 class Bool{ // A wrapper class for CHOICE, to auto adapter UBool class
319 operator UBool() { // conversion operator
341 UBool quote_escape;
342 UBool bslash_escap
[all...]

Completed in 2927 milliseconds