HomeSort by relevance Sort by last modified time
    Searched refs:psp (Results 26 - 35 of 35) sorted by null

12

  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
PatternStringUtils.java 54 String psp = properties.getPositiveSuffixPattern(); local
155 if (psp != null) {
156 sb.append(psp);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
PatternStringUtils.java 52 String psp = properties.getPositiveSuffixPattern(); local
153 if (psp != null) {
154 sb.append(psp);
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 144 unw_word_t psp; /* previous sp value */ member in struct:cursor
  /external/libunwind/src/ia64/
Gscript.c 32 IA64_INSN_INC_PSP, /* psp += val */
33 IA64_INSN_LOAD_PSP, /* psp = *psp_loc */
34 IA64_INSN_ADD_PSP, /* s[dst] = (s.psp + val) */
379 /* c->psp must contain the _value_ of the previous sp, not it's
458 /* new psp is psp plus frame size */
549 c->psp += val;
553 if ((ret = ia64_get (c, c->loc[IA64_REG_PSP], &c->psp)) < 0)
558 loc = IA64_LOC_ADDR (c->psp + val, (val & IA64_LOC_TYPE_FP));
578 loc = IA64_LOC_ADDR (c->psp + val, 0)
    [all...]
Gresume.c 105 sc->sc_gr[12] = c->psp;
106 c->psp = c->sigcontext_addr - c->sigcontext_off;
Gstep.c 150 /* update the PSP cache: */
151 if ((ret = ia64_get (c, c->loc[IA64_REG_PSP], &c->psp)) < 0)
322 c->sp = c->psp;
init.h 99 c->sp = c->psp = sp;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DecimalFormat.java 550 String pp = null, ppp = null, ps = null, psp = null; local
601 psp = (String) fieldGetter.get("posSuffixPattern", null);
637 if (psp == null) {
640 properties.setPositiveSuffixPattern(psp);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DecimalFormat.java 563 String pp = null, ppp = null, ps = null, psp = null; local
614 psp = (String) fieldGetter.get("posSuffixPattern", null);
650 if (psp == null) {
653 properties.setPositiveSuffixPattern(psp);
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 6253 milliseconds

12