Home
last modified time | relevance | path

Searched defs:subt (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dmnkytst.cpp86 UnicodeString subs, subt; in TestCollationKey() local
161 UnicodeString subs, subt; in TestCompare() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMonkeyTest.java61 String subt = source.substring(Math.min(t, tlen), Math.min(t + tlen, source.length())); in TestCollationKey() local
139 String subt = source.substring(Math.min(t, tlen), Math.min(t + tlen, source.length())); in TestCompare() local
DCollationFrozenMonkeyTest.java76 String subt = source.substring(Math.min(t, tlen), Math.min(t + tlen, source.length())); in TestCollationKey() local
167 String subt = source.substring(Math.min(t, tlen), Math.min(t + tlen, source.length())); in TestCompare() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationMonkeyTest.java64 String subt = source.substring(Math.min(t, tlen), Math.min(t + tlen, source.length())); in TestCollationKey() local
142 String subt = source.substring(Math.min(t, tlen), Math.min(t + tlen, source.length())); in TestCompare() local
DCollationFrozenMonkeyTest.java79 String subt = source.substring(Math.min(t, tlen), Math.min(t + tlen, source.length())); in TestCollationKey() local
170 String subt = source.substring(Math.min(t, tlen), Math.min(t + tlen, source.length())); in TestCompare() local
/third_party/python/Modules/
D_lsprof.c39 _PyTime_t subt; member