Home
last modified time | relevance | path

Searched refs:baseKey (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java3071 CollationKey baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering() local
3073 byte[] baseKeyBytes = baseKey.toByteArray(); in TestBeforeRuleWithScriptReordering()
3090 baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering()
3092 baseKeyBytes = baseKey.toByteArray(); in TestBeforeRuleWithScriptReordering()
3106 byte[] baseKey; in TestNonLeadBytesDuringCollationReordering()
3114 baseKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
3119 if (baseKey.length != reorderKey.length) { in TestNonLeadBytesDuringCollationReordering()
3123 for (int i = 1; i < baseKey.length; i++) { in TestNonLeadBytesDuringCollationReordering()
3124 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
3132 baseKey = myCollation.getCollationKey(testString).toByteArray(); in TestNonLeadBytesDuringCollationReordering()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormatSymbols.java895 String baseKey = "NumberElements/" + nsName + "/symbols/"; in initialize() local
902 symbolsArray[i] = rb.getStringWithFallback(baseKey+symbolKeys[i]); in initialize()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c4543 uint8_t baseKey[256]; in TestBeforeRuleWithScriptReordering() local
4579 baseKeyLength = ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4581 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4582 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4599 ucol_getSortKey(myCollation, base, baseLen, baseKey, 256); in TestBeforeRuleWithScriptReordering()
4601 if (baseKey[0] != beforeKey[0]) { in TestBeforeRuleWithScriptReordering()
4602 …. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]); in TestBeforeRuleWithScriptReordering()
4617 uint8_t baseKey[256]; in TestNonLeadBytesDuringCollationReordering() local
4636 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()
4651 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp55 static bool ReadPathFromRegistry(HKEY baseKey, CSysString &path) in ReadPathFromRegistry() argument
58 if(key.Open(baseKey, kRegistryPath, KEY_READ) == ERROR_SUCCESS) in ReadPathFromRegistry()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...