Searched refs:u_isISOControl (Results 1 - 18 of 18) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Duchar.c410 u_isISOControl(UChar32 c) { function
550 return u_isISOControl(c) && !IS_THAT_CONTROL_SPACE(c);
H A Drbbiscan.cpp777 if (!u_isISOControl(ch)) {
/external/icu4c/common/
H A Duchar.c409 u_isISOControl(UChar32 c) { function
553 return u_isISOControl(c) && !IS_THAT_ASCII_CONTROL_SPACE(c);
H A Drbbiscan.cpp777 if (!u_isISOControl(ch)) {
/external/chromium/third_party/icu/public/common/unicode/
H A Duchar.h2195 u_isISOControl(UChar32 c);
H A Durename.h258 #define u_isISOControl u_isISOControl_4_2 macro
/external/icu4c/common/unicode/
H A Duchar.h2254 u_isISOControl(UChar32 c);
H A Durename.h290 #define u_isISOControl U_ICU_ENTRY_POINT_RENAME(u_isISOControl) macro
/external/webkit/JavaScriptCore/icu/unicode/
H A Duchar.h1947 u_isISOControl(UChar32 c);
H A Durename.h193 #define u_isISOControl u_isISOControl_3_2 macro
/external/webkit/JavaScriptGlue/icu/unicode/
H A Duchar.h1947 u_isISOControl(UChar32 c);
H A Durename.h193 #define u_isISOControl u_isISOControl_3_2 macro
/external/webkit/WebCore/icu/unicode/
H A Duchar.h1947 u_isISOControl(UChar32 c);
H A Durename.h193 #define u_isISOControl u_isISOControl_3_2 macro
/external/webkit/WebKit/mac/icu/unicode/
H A Duchar.h1947 u_isISOControl(UChar32 c);
H A Durename.h193 #define u_isISOControl u_isISOControl_3_2 macro
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcucdtst.c883 if(!u_isISOControl(c)) {
884 log_err("error: u_isISOControl(ISO 8 control U+%04x)=FALSE\n", c);
/external/icu4c/test/cintltst/
H A Dcucdtst.c856 if(!u_isISOControl(c)) {
857 log_err("error: u_isISOControl(ISO 8 control U+%04x)=FALSE\n", c);

Completed in 182 milliseconds