Searched refs:patLen (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dlocdispnames.cpp484 int32_t patLen = 0; local
516 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status);
546 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) {
548 patLen=defaultPatLen;
726 padLen=(subi==0 ? sub1Pos : patLen)-patPos;
H A Duniset_closure.cpp52 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
73 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
H A Duniset.cpp147 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
174 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
201 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
225 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
245 setPattern(UnicodeString(o.pat, o.patLen));
316 setPattern(UnicodeString(o.pat, o.patLen));
1950 for (i=0; i<patLen; ) {
1952 U16_NEXT(pat, i, patLen, c);
2067 patLen = 0;
2079 patLen
[all...]
H A Duniset_props.cpp331 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp484 int32_t patLen = 0; local
516 pattern=ures_getStringByKeyWithFallback(dspbundle, _kPattern, &patLen, &status);
546 if(patLen==0 || (patLen==defaultPatLen && !u_strncmp(pattern, defaultPattern, patLen))) {
548 patLen=defaultPatLen;
726 padLen=(subi==0 ? sub1Pos : patLen)-patPos;
H A Duniset_closure.cpp52 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
73 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
H A Duniset.cpp147 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
174 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
201 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
225 patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
245 setPattern(UnicodeString(o.pat, o.patLen));
316 setPattern(UnicodeString(o.pat, o.patLen));
1950 for (i=0; i<patLen; ) {
1952 U16_NEXT(pat, i, patLen, c);
2067 patLen = 0;
2079 patLen
[all...]
H A Duniset_props.cpp331 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
/external/icu/icu4c/source/i18n/
H A Ddecimalformatpattern.cpp171 int32_t patLen = pattern.length(); local
174 for (int32_t part=0; part<2 && pos<patLen; ++part) {
209 for (; !isPartDone && pos < patLen; ) {
299 if (pos < patLen
307 while (pos < patLen &&
H A Dnumfmt.cpp1428 int32_t patLen = 0; local
1429 const UChar *patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
1436 patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
1442 pattern.setTo(TRUE, patResStr, patLen);
H A Ddecimfmt.cpp610 int32_t patLen = 0; local
611 const UChar *patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error);
616 patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error);
623 applyPatternWithoutExpandAffix(UnicodeString(patResStr, patLen), false,
H A Ddtptngen.cpp783 int32_t patPos, patLen = patternFormCopy.length(); local
785 for (patPos = 0; patPos < patLen; patPos++) {
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatpg_test.c420 int32_t patLen = udatpg_getBestPatternWithOptions(dtpgen, testDataPtr->skel, -1, local
423 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) {
/external/icu/icu4c/source/test/cintltst/
H A Dudatpg_test.c419 int32_t patLen = udatpg_getBestPatternWithOptions(dtpgen, testDataPtr->skel, -1, local
422 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) {
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumfmt.cpp1301 int32_t patLen = 0; local
1302 const UChar *patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
1309 patResStr = ures_getStringByKeyWithFallback(resource, gFormatKeys[style], &patLen, &status);
1315 pattern.setTo(TRUE, patResStr, patLen);
H A Ddecimfmt.cpp589 int32_t patLen = 0; local
590 const UChar *patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error);
595 patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error);
602 applyPatternWithoutExpandAffix(UnicodeString(patResStr, patLen), false,
4853 int32_t patLen = pattern.length(); local
4856 for (int32_t part=0; part<2 && pos<patLen; ++part) {
4891 for (; !isPartDone && pos < patLen; ) {
4981 if (pos < patLen
4989 while (pos < patLen &&
H A Ddtptngen.cpp782 int32_t patPos, patLen = patternFormCopy.length(); local
784 for (patPos = 0; patPos < patLen; patPos++) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtptngts.cpp1018 int32_t patIndx, patLen = pattern.length(); local
1020 for (patIndx = 0; patIndx < patLen; patIndx++) {
1030 if (patIndx >= patLen) {
/external/icu/icu4c/source/test/intltest/
H A Ddtptngts.cpp1031 int32_t patIndx, patLen = pattern.length(); local
1033 for (patIndx = 0; patIndx < patLen; patIndx++) {
1043 if (patIndx >= patLen) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duniset.h284 int32_t patLen; member in class:UnicodeSet
/external/icu/icu4c/source/common/unicode/
H A Duniset.h284 int32_t patLen; member in class:UnicodeSet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2560 milliseconds