HomeSort by relevance Sort by last modified time
    Searched defs:UBool (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/third_party/icu/
icu_utf.h 25 typedef int8 UBool;
172 UChar32 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict);
  /external/chromium_org/base/third_party/icu/
icu_utf.h 26 typedef int8 UBool;
173 UChar32 utf8_nextCharSafeBody(const uint8 *s, int32 *pi, int32 length, UChar32 c, UBool strict);
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 219 typedef int8_t UBool;
222 /** The TRUE value of a UBool @stable ICU 2.0 */
226 /** The FALSE value of a UBool @stable ICU 2.0 */
  /external/icu4c/common/unicode/
umachine.h 200 typedef int8_t UBool;
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/
wbnf.cpp 29 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_escape
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 29 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_escape
    [all...]

Completed in 172 milliseconds