Searched refs:sInfo (Results 1 – 8 of 8) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | WikipediaOfficialLanguages.java | 237 … 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/ |
D | SignerInformation.java | 703 SignerInfo sInfo = signerInformation.info; in replaceUnsignedAttributes() local 712 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in replaceUnsignedAttributes() 713 …sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest… in replaceUnsignedAttributes() 731 SignerInfo sInfo = signerInformation.info; in addCounterSigners() local 754 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in addCounterSigners() 755 …sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest… in addCounterSigners()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | WritePluralRules.java | 29 static SupplementalDataInfo sInfo = CLDRConfig.getInstance().getSupplementalDataInfo(); field in WritePluralRules 34 for (String locale : sInfo.getPluralLocales(PluralType.cardinal)) { in main() 173 : sInfo.getPlurals(locale).getPluralRules(); in forLocale()
|
D | GeneratedPluralSamples.java | 51 …static SupplementalDataInfo sInfo = CLDRConfig.getInstance().getSupplementalDataInfo(); // forward… field in GeneratedPluralSamples
|
/external/python/cpython2/Mac/scripts/ |
D | errors.txt | 1558 -335 smsPointerNil LPointer is nil From sOffsetData. If this error occurs; check sInfo rec for more…
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 43126 OSVERSIONINFOA sInfo; 43127 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 43128 osGetVersionExA(&sInfo); 43130 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 43132 OSVERSIONINFOW sInfo; 43133 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 43134 osGetVersionExW(&sInfo); 43136 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 109425 analysisInfo sInfo; 109450 sInfo.db = db; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 43038 OSVERSIONINFOA sInfo; 43039 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 43040 osGetVersionExA(&sInfo); 43042 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 43044 OSVERSIONINFOW sInfo; 43045 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 43046 osGetVersionExW(&sInfo); 43048 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 109157 analysisInfo sInfo; 109182 sInfo.db = db; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 43054 OSVERSIONINFOA sInfo; 43055 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 43056 osGetVersionExA(&sInfo); 43058 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 43060 OSVERSIONINFOW sInfo; 43061 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 43062 osGetVersionExW(&sInfo); 43064 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 109173 analysisInfo sInfo; 109198 sInfo.db = db; [all …]
|