HomeSort by relevance Sort by last modified time
    Searched full:full_stop (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-parsing.cc 126 i::KeywordMatcher full_stop; local
127 full_stop.AddChar('i');
128 CHECK_EQ(i::Token::IDENTIFIER, full_stop.token());
129 full_stop.Fail();
130 CHECK_EQ(i::Token::IDENTIFIER, full_stop.token());
131 full_stop.AddChar('f');
132 CHECK_EQ(i::Token::IDENTIFIER, full_stop.token());
  /external/icu4c/test/intltest/
idnaref.cpp 43 #define FULL_STOP 0x002E
759 dest[reqLength] = FULL_STOP;
808 dest[reqLength] = FULL_STOP;
912 dest[reqLength] = FULL_STOP;
965 dest[reqLength] = FULL_STOP;
1034 // when toASCII is applied all label separators are replaced with FULL_STOP
  /external/icu4c/common/
uidna.cpp 44 #define FULL_STOP 0x002E
740 *currentDest++ = FULL_STOP;
906 // when toASCII is applied all label separators are replaced with FULL_STOP

Completed in 288 milliseconds