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

  /external/v8/src/
unicode-cache-inl.h 37 bool UnicodeCache::IsWhiteSpace(unibrow::uchar c) {
dateparser.h 132 bool IsWhiteSpace() { return tag_ == kWhiteSpaceTag; }
  /external/protobuf/gtest/src/
gtest-port.cc 188 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
209 case 's': return IsWhiteSpace(ch);
210 case 'S': return !IsWhiteSpace(ch);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
SimpleFileParsing.c 107 IsWhiteSpace (
420 if (IsWhiteSpace (&mGlobals.SourceFile)) {
473 if (IsWhiteSpace (&mGlobals.SourceFile)) {
1066 IsWhiteSpace (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
SimpleFileParsing.c 114 IsWhiteSpace (
442 if (IsWhiteSpace (&mGlobals.SourceFile)) {
495 if (IsWhiteSpace (&mGlobals.SourceFile)) {
1085 IsWhiteSpace (
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 138 IsWhiteSpace (
1055 } else if (!IsWhiteSpace (SourceFile)) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 151 IsWhiteSpace (
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 290 inline static bool IsWhiteSpace( char c )
294 inline static bool IsWhiteSpace( int c )
297 return IsWhiteSpace( (char) c );
    [all...]
  /external/tinyxml/
tinyxml.h 247 inline static bool IsWhiteSpace( char c )
    [all...]

Completed in 439 milliseconds