HomeSort by relevance Sort by last modified time
    Searched defs:UBool (Results 1 - 9 of 9) 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/third_party/icu/public/common/unicode/
umachine.h 212 typedef int8_t UBool;
215 /** The TRUE value of a UBool @stable ICU 2.0 */
219 /** The FALSE value of a UBool @stable ICU 2.0 */
  /external/icu4c/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/webkit/JavaScriptCore/icu/unicode/
umachine.h 235 typedef int8_t UBool;
238 /** The TRUE value of a UBool @stable ICU 2.0 */
242 /** The FALSE value of a UBool @stable ICU 2.0 */
  /external/webkit/JavaScriptGlue/icu/unicode/
umachine.h 235 typedef int8_t UBool;
238 /** The TRUE value of a UBool @stable ICU 2.0 */
242 /** The FALSE value of a UBool @stable ICU 2.0 */
  /external/webkit/WebCore/icu/unicode/
umachine.h 235 typedef int8_t UBool;
238 /** The TRUE value of a UBool @stable ICU 2.0 */
242 /** The FALSE value of a UBool @stable ICU 2.0 */
  /external/webkit/WebKit/mac/icu/unicode/
umachine.h 235 typedef int8_t UBool;
238 /** The TRUE value of a UBool @stable ICU 2.0 */
242 /** The FALSE value of a UBool @stable ICU 2.0 */
  /external/chromium/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 576 milliseconds