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

  /external/chromium_org/third_party/icu/source/test/intltest/
fldset.cpp 52 int32_t myVal = get(i);
59 str = str + fieldName + UnicodeString("=")+myVal+UnicodeString(" not ")+theirVal+UnicodeString(", ");
61 str = str + UnicodeString("some field") + "=" + myVal+" not " + theirVal+", ";
  /external/icu/icu4c/source/test/intltest/
fldset.cpp 52 int32_t myVal = get(i);
59 str = str + fieldName + UnicodeString("=")+myVal+UnicodeString(" not ")+theirVal+UnicodeString(", ");
61 str = str + UnicodeString("some field") + "=" + myVal+" not " + theirVal+", ";
  /external/clang/test/SemaCXX/
array-bounds.cpp 164 static enum enumB myVal = enumB_X;
167 switch (myVal) { // expected-warning {{enumeration values 'enumB_X' and 'enumB_Z' not handled in switch}}

Completed in 448 milliseconds