Searched refs:foundOffset (Results 1 – 3 of 3) sorted by relevance
20 Offset foundOffset = in findLanguage() local23 if (foundOffset != 0) { in findLanguage()24 langSysTableOffset = foundOffset; in findLanguage()
1751 int foundOffset = 0; in advanceToNextMisspelling() local1752 …ndFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail); in advanceToNextMisspelling()1755 misspellingOffset = foundOffset; in advanceToNextMisspelling()1758 grammarPhraseOffset = foundOffset; in advanceToNextMisspelling()1788 …ndFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail); in advanceToNextMisspelling()1791 misspellingOffset = foundOffset; in advanceToNextMisspelling()1794 grammarPhraseOffset = foundOffset; in advanceToNextMisspelling()
313 double foundOffset = tz->getRawOffset(); in TestPRTOffset() local314 int32_t foundHour = (int32_t)foundOffset / millisPerHour; in TestPRTOffset()315 if (expectedOffset != foundOffset) { in TestPRTOffset()