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

  /external/icu4c/layout/
ScriptAndLanguage.cpp 20 Offset foundOffset =
23 if (foundOffset != 0) {
24 langSysTableOffset = foundOffset;
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 221 int foundOffset = 0;
226 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
229 misspellingOffset = foundOffset;
232 grammarPhraseOffset = foundOffset;
257 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
260 misspellingOffset = foundOffset;
263 grammarPhraseOffset = foundOffset;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 311 double foundOffset = tz->getRawOffset();
312 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
313 if (expectedOffset != foundOffset) {
    [all...]
  /external/icu4c/test/intltest/
tztest.cpp 320 double foundOffset = tz->getRawOffset();
321 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
322 if (expectedOffset != foundOffset) {
    [all...]

Completed in 97 milliseconds