Searched refs:CODE_POINT_BEGINNING_OF_SENTENCE (Results 1 – 6 of 6) sorted by relevance
91 if (codePointCount > 0 && codePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) { in attachBeginningOfSentenceMarker()100 codePoints[0] = CODE_POINT_BEGINNING_OF_SENTENCE; in attachBeginningOfSentenceMarker()107 if (codePointCount <= 0 || codePoints[0] != CODE_POINT_BEGINNING_OF_SENTENCE) { in removeBeginningOfSentenceMarker()
83 if (codePoint == CODE_POINT_BEGINNING_OF_SENTENCE) { in outputCodePoints()
114 EXPECT_FALSE(CharUtils::isInUnicodeSpace(CODE_POINT_BEGINNING_OF_SENTENCE)); in TEST()
262 #define CODE_POINT_BEGINNING_OF_SENTENCE 0x110000 macro
320 if (wordCodePointCount > 0 && wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) { in latinime_BinaryDictionary_getNextWord()574 if (wordCodePoints[0] == CODE_POINT_BEGINNING_OF_SENTENCE) { in latinime_BinaryDictionary_migrateNative()
169 return getCodePointCount() > 0 && getCodePoints()[0] == CODE_POINT_BEGINNING_OF_SENTENCE in representsBeginningOfSentence()