HomeSort by relevance Sort by last modified time
    Searched refs:u_isISOControl (Results 1 - 13 of 13) sorted by null

  /external/icu4c/common/
uchar.c 198 u_isISOControl(UChar32 c) {
342 return u_isISOControl(c) && !IS_THAT_ASCII_CONTROL_SPACE(c);
rbbiscan.cpp 778 if (!u_isISOControl(ch)) {
    [all...]
  /external/icu4c/common/unicode/
uchar.h     [all...]
urename.h 286 #define u_isISOControl U_ICU_ENTRY_POINT_RENAME(u_isISOControl)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uchar.h     [all...]
urename.h 193 #define u_isISOControl u_isISOControl_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
uchar.h     [all...]
urename.h 193 #define u_isISOControl u_isISOControl_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uchar.h     [all...]
urename.h 193 #define u_isISOControl u_isISOControl_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
uchar.h     [all...]
urename.h 193 #define u_isISOControl u_isISOControl_3_2
    [all...]
  /external/icu4c/test/cintltst/
cucdtst.c 857 if(!u_isISOControl(c)) {
858 log_err("error: u_isISOControl(ISO 8 control U+%04x)=FALSE\n", c);
    [all...]

Completed in 52 milliseconds