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

  /external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp 49 UChar32 upperC = toUpper(c);
50 if (upperC != c) {
51 c = upperC;
  /external/icu4c/i18n/
alphaindex.cpp 393 UnicodeString upperC;
398 upperC = exemplarC;
399 upperC.toUpper(locale);
400 if (exemplarC != upperC) {
402 uppersToAdd.add(upperC);
    [all...]

Completed in 125 milliseconds