Home
last modified time | relevance | path

Searched refs:sInfo (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DWikipediaOfficialLanguages.java237 … PopulationData sInfo = supplementalDataInfo.getLanguageAndTerritoryPopulationData(s, region); in main() local
239 cldrLanguageInfo.put(s, sInfo); in main()
246 …PopulationData sInfo = supplementalDataInfo.getLanguageAndTerritoryPopulationData(info.language, r… in main() local
247 if (sInfo == null) { in main()
248 sInfo = cldrLanguageInfo.get(info.language); in main()
250 … OfficialStatus cldrStatus = sInfo == null ? OfficialStatus.unknown : sInfo.getOfficialStatus(); in main()
264 … PopulationData sInfo = supplementalDataInfo.getLanguageAndTerritoryPopulationData(r2, region); in main() local
265 OfficialStatus officialStatus = sInfo.getOfficialStatus(); in main()
272 + "\t" + (sInfo == null ? "NOT-IN-CLDR" : officialStatus)); in main()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformation.java690 SignerInfo sInfo = signerInformation.info; in replaceUnsignedAttributes() local
699 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in replaceUnsignedAttributes()
700sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest… in replaceUnsignedAttributes()
718 SignerInfo sInfo = signerInformation.info; in addCounterSigners() local
741 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in addCounterSigners()
742sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest… in addCounterSigners()
/external/cldr/tools/java/org/unicode/cldr/tool/
DWritePluralRules.java20 static SupplementalDataInfo sInfo = CLDRConfig.getInstance().getSupplementalDataInfo(); field in WritePluralRules
24 for (String locale : sInfo.getPluralLocales(PluralType.cardinal)) { in main()
180 : sInfo.getPlurals(locale).getPluralRules(); in forLocale()
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp293 WideString sInfo; in OnCalculate() local
294 bool bRet = pContext->RunScript(csJS, &sInfo); in OnCalculate()
330 WideString sInfo; in OnFormat() local
331 bool bRet = pContext->RunScript(script, &sInfo); in OnFormat()
/external/python/cpython2/Mac/scripts/
Derrors.txt1558 -335 smsPointerNil LPointer is nil From sOffsetData. If this error occurs; check sInfo rec for more…
/external/sqlite/dist/orig/
Dsqlite3.c40141 OSVERSIONINFOA sInfo;
40142 sInfo.dwOSVersionInfoSize = sizeof(sInfo);
40143 osGetVersionExA(&sInfo);
40145 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0);
40147 OSVERSIONINFOW sInfo;
40148 sInfo.dwOSVersionInfoSize = sizeof(sInfo);
40149 osGetVersionExW(&sInfo);
40151 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0);
100700 analysisInfo sInfo;
100725 sInfo.db = db;
[all …]
/external/sqlite/dist/
Dsqlite3.c40157 OSVERSIONINFOA sInfo;
40158 sInfo.dwOSVersionInfoSize = sizeof(sInfo);
40159 osGetVersionExA(&sInfo);
40161 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0);
40163 OSVERSIONINFOW sInfo;
40164 sInfo.dwOSVersionInfoSize = sizeof(sInfo);
40165 osGetVersionExW(&sInfo);
40167 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0);
100716 analysisInfo sInfo;
100741 sInfo.db = db;
[all …]