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

  /external/chromium_org/third_party/icu/source/common/
locdispnames.cpp 582 int32_t patPos=0; /* position in the pattern, used for non-substitution portions */
592 while (patPos < sub0Pos) {
593 *p++ = pattern[patPos++];
596 patPos=sub0Pos;
725 patPos+=subLen;
726 padLen=(subi==0 ? sub1Pos : patLen)-patPos;
730 *p++=pattern[patPos++];
733 patPos+=padLen;
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 582 int32_t patPos=0; /* position in the pattern, used for non-substitution portions */
592 while (patPos < sub0Pos) {
593 *p++ = pattern[patPos++];
596 patPos=sub0Pos;
725 patPos+=subLen;
726 padLen=(subi==0 ? sub1Pos : patLen)-patPos;
730 *p++=pattern[patPos++];
733 patPos+=padLen;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp 782 int32_t patPos, patLen = patternFormCopy.length();
784 for (patPos = 0; patPos < patLen; patPos++) {
785 UChar patChr = patternFormCopy.charAt(patPos);
790 patternFormCopy.setCharAt(patPos, fDefaultHourFormatChar);
794 patternFormCopy.setCharAt(patPos, CAP_H);
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp 783 int32_t patPos, patLen = patternFormCopy.length();
785 for (patPos = 0; patPos < patLen; patPos++) {
786 UChar patChr = patternFormCopy.charAt(patPos);
791 patternFormCopy.setCharAt(patPos, fDefaultHourFormatChar);
795 patternFormCopy.setCharAt(patPos, CAP_H);
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 58 milliseconds