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

  /external/icu/icu4c/source/layout/
ScriptAndLanguage.cpp 21 Offset foundOffset =
24 if (foundOffset != 0 && LE_SUCCESS(success)) {
25 langSysTableOffset = foundOffset;
  /external/chromium_org/third_party/icu/source/test/letest/
cmaps.cpp 62 le_uint32 foundOffset = 0;
74 foundOffset = SWAPL(esh->encodingOffset);
103 foundOffset = SWAPL(esh->encodingOffset);
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
cmaps.cpp 62 le_uint32 foundOffset = 0;
74 foundOffset = SWAPL(esh->encodingOffset);
103 foundOffset = SWAPL(esh->encodingOffset);
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
  /external/icu/icu4c/source/test/letest/
cmaps.cpp 62 le_uint32 foundOffset = 0;
74 foundOffset = SWAPL(esh->encodingOffset);
103 foundOffset = SWAPL(esh->encodingOffset);
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
  /external/icu/icu4c/source/test/perf/leperf/
cmaps.cpp 62 le_uint32 foundOffset = 0;
74 foundOffset = SWAPL(esh->encodingOffset);
103 foundOffset = SWAPL(esh->encodingOffset);
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 234 int foundOffset = 0;
240 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
243 misspellingOffset = foundOffset;
246 grammarPhraseOffset = foundOffset;
273 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchStart, spellingSearchEnd).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
276 misspellingOffset = foundOffset;
279 grammarPhraseOffset = foundOffset;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tztest.cpp 322 double foundOffset = tz->getRawOffset();
323 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
324 if (expectedOffset != foundOffset) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 313 double foundOffset = tz->getRawOffset();
314 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
315 if (expectedOffset != foundOffset) {
    [all...]

Completed in 4130 milliseconds