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/platform/fonts/
FontFastPath.cpp 170 UChar32 upperC = toUpper(c);
171 if (upperC != c) {
172 c = upperC;

Completed in 4523 milliseconds