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

  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp 63 static const UChar gMinusX[] = {0x2D, 0x78, 0}; /* "-x" */
244 if (0 == descriptor.compare(gMinusX, 2)) {
583 case kNegativeNumberRule: result.append(gMinusX, 2); break;
    [all...]
  /external/icu/icu4c/source/i18n/
nfrule.cpp 64 static const UChar gMinusX[] = {0x2D, 0x78, 0}; /* "-x" */
245 if (0 == descriptor.compare(gMinusX, 2)) {
584 case kNegativeNumberRule: result.append(gMinusX, 2); break;
    [all...]

Completed in 156 milliseconds