Searched refs:patternChars (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dcurrpinf.cpp285 const UChar* patternChars = ures_getStringByKeyWithFallback( local
288 UnicodeString* pattern = new UnicodeString(patternChars, ptnLen);
299 UnicodeString negPattern(patternChars, ptnLen);
H A Drematch.cpp2865 const UChar *patternChars = litText+stringStartIdx; local
2866 const UChar *patternEnd = patternChars+stringLen;
2872 while (patternChars < patternEnd && success) {
2877 success = (*patternChars == c);
2878 patternChars += 1;
2879 } else if (patternChars+1 < patternEnd) {
2880 success = (*patternChars == U16_LEAD(c) && *(patternChars+1) == U16_TRAIL(c));
2881 patternChars += 2;
2898 patternChars
[all...]
/external/icu4c/i18n/
H A Dcurrpinf.cpp297 const UChar* patternChars = ures_getStringByKeyWithFallback( local
300 UnicodeString* pattern = new UnicodeString(patternChars, ptnLen);
311 UnicodeString negPattern(patternChars, ptnLen);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp3139 char *patternChars = NULL, *inputChars = NULL; local
3218 patternChars = new char[patternUTF8Length+1];
3219 pattern.extract(patternChars, patternUTF8Length+1, UTF8Converter, status);
3220 utext_openUTF8(&patternText, patternChars, patternUTF8Length, &status);
3565 delete[] patternChars;
4153 char *patternChars = NULL; local
4283 patternLength = pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4286 delete[] patternChars;
4288 patternChars = new char[patternCapacity];
4289 pattern.extract(patternChars, patternCapacit
[all...]
/external/icu4c/test/intltest/
H A Dregextst.cpp3286 char *patternChars = NULL, *inputChars = NULL; local
3368 patternChars = new char[patternUTF8Length+1];
3369 pattern.extract(patternChars, patternUTF8Length+1, UTF8Converter, status);
3370 utext_openUTF8(&patternText, patternChars, patternUTF8Length, &status);
3715 delete[] patternChars;
4303 char *patternChars = NULL; local
4433 patternLength = pattern.extract(patternChars, patternCapacity, UTF8Converter.getAlias(), status);
4436 delete[] patternChars;
4438 patternChars = new char[patternCapacity];
4439 pattern.extract(patternChars, patternCapacit
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 583 milliseconds