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

  /external/icu/icu4c/source/common/
locdispnames.cpp 484 int32_t patLen = 0;
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;
    [all...]
uniset_closure.cpp 52 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
73 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
uniset.cpp 147 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));
    [all...]
uniset_props.cpp 329 bufferCapacity(0), patLen(0), pat(NULL), strings(NULL), stringSpan(NULL),
    [all...]
  /external/icu/icu4c/source/i18n/
decimalformatpattern.cpp 171 int32_t patLen = pattern.length();
174 for (int32_t part=0; part<2 && pos<patLen; ++part) {
209 for (; !isPartDone && pos < patLen; ) {
299 if (pos < patLen
307 while (pos < patLen &&
numfmt.cpp     [all...]
decimfmt.cpp 613 int32_t patLen = 0;
614 const UChar *patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error);
619 patResStr = ures_getStringByKeyWithFallback(resource, fgCurrencyFormat, &patLen, &error);
626 applyPatternWithoutExpandAffix(UnicodeString(patResStr, patLen), false,
    [all...]
dtptngen.cpp 824 int32_t patPos, patLen = patternFormCopy.length();
826 for (patPos = 0; patPos < patLen; patPos++) {
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 429 size_t patLen = strlen(pattern);
431 patLen--;
432 if (target.size() < patLen) {
435 return strcmp(pattern+1, target.c_str() + (target.size()-patLen)) == 0;
436 } else if (pattern[patLen-1] == '*') {
437 return strncmp(pattern, target.c_str(), patLen-1) == 0;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatpg_test.c 419 int32_t patLen = udatpg_getBestPatternWithOptions(dtpgen, testDataPtr->skel, -1,
422 if ( U_FAILURE(status) || u_strncmp(pattern, testDataPtr->expectedPattern, patLen+1) != 0 ) {
  /external/icu/icu4c/source/test/intltest/
dtptngts.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
uniset.h 284 int32_t patLen;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 327 milliseconds