Searched refs:potentialSeparatorPos (Results 1 – 1 of 1) sorted by relevance
247 int32 potentialSeparatorPos in _DetermineCurrencyPosAndSeparator() local249 if (potentialSeparatorPos == signSymbolPos) in _DetermineCurrencyPosAndSeparator()250 potentialSeparatorPos++; in _DetermineCurrencyPosAndSeparator()251 if (prefix.charAt(potentialSeparatorPos) != 0xFFFF) { in _DetermineCurrencyPosAndSeparator()266 int32 potentialSeparatorPos = currencySymbolPos - 1; in _DetermineCurrencyPosAndSeparator() local267 if (potentialSeparatorPos == signSymbolPos) in _DetermineCurrencyPosAndSeparator()268 potentialSeparatorPos--; in _DetermineCurrencyPosAndSeparator()269 if (suffix.charAt(potentialSeparatorPos) != 0xFFFF) { in _DetermineCurrencyPosAndSeparator()