Searched refs:foundOffset (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/layout/
H A DScriptAndLanguage.cpp21 Offset foundOffset = local
24 if (foundOffset != 0 && LE_SUCCESS(success)) {
25 langSysTableOffset = foundOffset;
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcmaps.cpp62 le_uint32 foundOffset = 0; local
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/
H A Dcmaps.cpp62 le_uint32 foundOffset = 0; local
74 foundOffset = SWAPL(esh->encodingOffset);
103 foundOffset = SWAPL(esh->encodingOffset);
122 subtable = (const CMAPEncodingSubtable *) ((const char *) cmap + foundOffset);
/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp62 le_uint32 foundOffset = 0; local
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/
H A Dcmaps.cpp62 le_uint32 foundOffset = 0; local
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/
H A DSpellChecker.cpp234 int foundOffset = 0; local
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;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtztest.cpp322 double foundOffset = tz->getRawOffset(); local
323 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
324 if (expectedOffset != foundOffset) {
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp313 double foundOffset = tz->getRawOffset(); local
314 int32_t foundHour = (int32_t)foundOffset / millisPerHour;
315 if (expectedOffset != foundOffset) {

Completed in 1209 milliseconds