Home
last modified time | relevance | path

Searched refs:overlap1 (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumparse_currency.cpp99 int32_t overlap1; in matchCurrency() local
101 overlap1 = segment.getCaseSensitivePrefixLength(fCurrency1); in matchCurrency()
103 overlap1 = -1; in matchCurrency()
105 maybeMore = maybeMore || overlap1 == segment.length(); in matchCurrency()
106 if (overlap1 == fCurrency1.length()) { in matchCurrency()
108 segment.adjustOffset(overlap1); in matchCurrency()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DCombinedCurrencyMatcher.java133 int overlap1; in matchCurrency() local
135 overlap1 = segment.getCaseSensitivePrefixLength(currency1); in matchCurrency()
137 overlap1 = -1; in matchCurrency()
139 maybeMore = maybeMore || overlap1 == segment.length(); in matchCurrency()
140 if (overlap1 == currency1.length()) { in matchCurrency()
142 segment.adjustOffset(overlap1); in matchCurrency()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DCombinedCurrencyMatcher.java135 int overlap1; in matchCurrency() local
137 overlap1 = segment.getCaseSensitivePrefixLength(currency1); in matchCurrency()
139 overlap1 = -1; in matchCurrency()
141 maybeMore = maybeMore || overlap1 == segment.length(); in matchCurrency()
142 if (overlap1 == currency1.length()) { in matchCurrency()
144 segment.adjustOffset(overlap1); in matchCurrency()
/external/llvm-project/lldb/test/Shell/Expr/
DTestIRMemoryMap.test8 # RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1
9 # RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1
DTestIRMemoryMapWindows.test9 # RUN: lldb-test ir-memory-map %t %S/Inputs/ir-memory-map-overlap1
10 # RUN: lldb-test ir-memory-map -host-only %t %S/Inputs/ir-memory-map-overlap1
/external/arm-optimized-routines/string/arm/
Dstrcmp.S336 bhi L(overlap1) /* C=1, Z=0 => src2[1:0] = 0b11. */
414 L(overlap1):
426 b L(overlap1)
/external/llvm-project/libc/AOR_v20.02/string/arm/
Dstrcmp.S338 bhi L(overlap1) /* C=1, Z=0 => src2[1:0] = 0b11. */
416 L(overlap1):
428 b L(overlap1)
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Dmultiblock-overlap.ll12 define void @overlap1(%struct.ham* %arg, i1 %cond) {
13 ; CHECK-LABEL: @overlap1(
/external/libxaac/decoder/
Dixheaacd_aacdecoder.c797 WORD32 *overlap1 = aac_dec_handle->ptr_aac_dec_static_channel_info[ch] in ixheaacd_aacdec_decodeframe() local
827 time_data + slot_element, overlap1, in ixheaacd_aacdec_decodeframe()
835 time_data + slot_element, overlap1, in ixheaacd_aacdec_decodeframe()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...