HomeSort by relevance Sort by last modified time
    Searched refs:upperC (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
alphaindex.cpp 778 UnicodeString upperC;
781 upperC = exemplarC;
782 upperC.toUpper(*locale);
783 initialLabels_->add(upperC);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontFastPath.cpp 169 UChar32 upperC = toUpper(c);
170 if (upperC != c) {
171 c = upperC;

Completed in 554 milliseconds