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

  /external/skia/tests/
OnceTest.cpp 43 static int gX = 0;
44 static void inc_gX() { gX++; }
51 REPORTER_ASSERT(r, 1 == gX);
  /external/icu/icu4c/source/i18n/
nfrule.cpp 78 static const UChar gX = 0x0078;
274 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) {
369 if (firstChar == gZero && lastChar == gX) {
373 else if (firstChar == gX && lastChar == gX) {
377 else if (firstChar == gX && lastChar == gZero) {
663 case kImproperFractionRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
664 case kProperFractionRule: result.append(gZero).append(decimalPoint == 0 ? gDot : decimalPoint).append(gX); break;
665 case kMasterRule: result.append(gX).append(decimalPoint == 0 ? gDot : decimalPoint).append(gZero); break
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 3332 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
    [all...]
  /external/tpm2/
tpm_types.h     [all...]

Completed in 220 milliseconds