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

  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 974 UChar* upperChars = new UChar[length*2];
975 if (upperChars == 0) {
980 int32_t destLength = u_strToUpper(upperChars, length*2, exemplarChars, -1, locale, &error);
991 pattern = u_strcat(pattern, upperChars);
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 974 UChar* upperChars = new UChar[length * 2];
975 if (upperChars == 0) {
980 int32_t destLength = u_strToUpper(upperChars, length * 2, exemplarChars, -1, locale, &error);
991 pattern = u_strcat(pattern, upperChars);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 36 milliseconds