Searched defs:upperChars (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/dumpce/
H A Ddumpce.cpp974 UChar* upperChars = new UChar[length*2]; local
975 if (upperChars == 0) {
980 int32_t destLength = u_strToUpper(upperChars, length*2, exemplarChars, -1, locale, &error);
991 pattern = u_strcat(pattern, upperChars);
/external/icu4c/tools/dumpce/
H A Ddumpce.cpp974 UChar* upperChars = new UChar[length * 2]; local
975 if (upperChars == 0) {
980 int32_t destLength = u_strToUpper(upperChars, length * 2, exemplarChars, -1, locale, &error);
991 pattern = u_strcat(pattern, upperChars);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 249 milliseconds