Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DPlatformLocale.cpp342 for (unsigned symbolIndex = 0; symbolIndex < DecimalSymbolsSize; ++symbolIndex) { in matchedDecimalSymbolIndex() local
343 …if (m_decimalSymbols[symbolIndex].length() && matches(input, position, m_decimalSymbols[symbolInde… in matchedDecimalSymbolIndex()
344 position += m_decimalSymbols[symbolIndex].length(); in matchedDecimalSymbolIndex()
345 return symbolIndex; in matchedDecimalSymbolIndex()
369 unsigned symbolIndex = matchedDecimalSymbolIndex(input, i); in convertFromLocalizedNumber() local
370 if (symbolIndex >= DecimalSymbolsSize) in convertFromLocalizedNumber()
372 if (symbolIndex == DecimalSeparatorIndex) in convertFromLocalizedNumber()
374 else if (symbolIndex == GroupSeparatorIndex) in convertFromLocalizedNumber()
377 builder.append(static_cast<UChar>('0' + symbolIndex)); in convertFromLocalizedNumber()
/external/chromium_org/third_party/codesighs/
Dmaptsvdifftool.c562 unsigned symbolIndex = 0; in difftool() local
565 … for(symbolIndex = 0; symbolIndex < theObject->mSymbolCount; symbolIndex++) in difftool()
567 … if(0 == strcmp(symbol, theObject->mSymbols[symbolIndex].mSymbol)) in difftool()
573 if(symbolIndex == theObject->mSymbolCount) in difftool()
583 … memset(theObject->mSymbols + symbolIndex, 0, sizeof(SymbolStats)); in difftool()
585 theObject->mSymbols[symbolIndex].mSymbol = strdup(symbol); in difftool()
586 if(NULL == theObject->mSymbols[symbolIndex].mSymbol) in difftool()
601 theSymbol = (theObject->mSymbols + symbolIndex); in difftool()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dudat.h882 int32_t symbolIndex,
921 int32_t symbolIndex,
/external/icu4c/i18n/unicode/
Dudat.h1200 int32_t symbolIndex,
1239 int32_t symbolIndex,