Home
last modified time | relevance | path

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

/haiku/src/system/libroot/add-ons/icu/
H A DICUMonetaryData.cpp247 int32 potentialSeparatorPos in _DetermineCurrencyPosAndSeparator() local
249 if (potentialSeparatorPos == signSymbolPos) in _DetermineCurrencyPosAndSeparator()
250 potentialSeparatorPos++; in _DetermineCurrencyPosAndSeparator()
251 if (prefix.charAt(potentialSeparatorPos) != 0xFFFF) { in _DetermineCurrencyPosAndSeparator()
266 int32 potentialSeparatorPos = currencySymbolPos - 1; in _DetermineCurrencyPosAndSeparator() local
267 if (potentialSeparatorPos == signSymbolPos) in _DetermineCurrencyPosAndSeparator()
268 potentialSeparatorPos--; in _DetermineCurrencyPosAndSeparator()
269 if (suffix.charAt(potentialSeparatorPos) != 0xFFFF) { in _DetermineCurrencyPosAndSeparator()