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

  /external/icu/icu4c/source/common/
uprops.h 274 u_isgraphPOSIX(UChar32 c);
uchar.c 276 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c));
297 u_isgraphPOSIX(UChar32 c) {
uprops.cpp 199 return u_isgraphPOSIX(c);
  /external/icu/icu4c/source/common/unicode/
urename.h 306 #define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX)
    [all...]

Completed in 62 milliseconds