Searched refs:beforeKey (Results 1 - 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationMiscTest.java3151 CollationKey beforeKey = myCollation.getCollationKey(before);
3153 byte[] beforeKeyBytes = beforeKey.toByteArray();
3170 beforeKey = myCollation.getCollationKey(before);
3172 beforeKeyBytes = beforeKey.toByteArray();
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java3150 CollationKey beforeKey = myCollation.getCollationKey(before);
3152 byte[] beforeKeyBytes = beforeKey.toByteArray();
3169 beforeKey = myCollation.getCollationKey(before);
3171 beforeKeyBytes = beforeKey.toByteArray();
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c4544 uint8_t beforeKey[256]; local
4579 beforeKeyLength = ucol_getSortKey(myCollation, before, beforeLen, beforeKey, 256);
4580 if (baseKey[0] != beforeKey[0]) {
4581 log_err("Different lead byte for sort keys using before rule and before script reordering. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]);
4599 ucol_getSortKey(myCollation, before, beforeLen, beforeKey, 256);
4600 if (baseKey[0] != beforeKey[0]) {
4601 log_err("Different lead byte for sort keys using before fule and after script reordering. base character lead byte = %02x, before character lead byte = %02x\n", baseKey[0], beforeKey[0]);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 308 milliseconds