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

  /external/icu/icu4c/source/layout/
ScriptAndLanguage.cpp 21 Offset foundOffset =
24 if (foundOffset != 0 && LE_SUCCESS(success)) {
25 langSysTableOffset = 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 223 int foundOffset = 0;
228 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
231 misspellingOffset = foundOffset;
234 grammarPhraseOffset = foundOffset;
259 foundItem = TextCheckingHelper(spellCheckerClient(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
262 misspellingOffset = foundOffset;
265 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/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 211 milliseconds