Searched refs:baseKey (Results 1 – 5 of 5) sorted by relevance
3071 CollationKey baseKey = myCollation.getCollationKey(base); in TestBeforeRuleWithScriptReordering() local3073 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 …]
895 String baseKey = "NumberElements/" + nsName + "/symbols/"; in initialize() local902 symbolsArray[i] = rb.getStringWithFallback(baseKey+symbolKeys[i]); in initialize()
4543 uint8_t baseKey[256]; in TestBeforeRuleWithScriptReordering() local4579 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() local4636 baseKeyLength = ucol_getSortKey(myCollation, testString, LEN(testString), baseKey, 256); in TestNonLeadBytesDuringCollationReordering()4651 if (baseKey[i] != reorderKey[i]) { in TestNonLeadBytesDuringCollationReordering()[all …]
55 static bool ReadPathFromRegistry(HKEY baseKey, CSysString &path) in ReadPathFromRegistry() argument58 if(key.Open(baseKey, kRegistryPath, KEY_READ) == ERROR_SUCCESS) in ReadPathFromRegistry()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...