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

  /external/e2fsprogs/lib/ss/
ss_internal.h 20 #define PROTOTYPE(p) p
  /external/chromium_org/third_party/icu/source/i18n/
transreg.cpp 414 * can represent prototype transliterators to be cloned, or can
426 PROTOTYPE,
439 Transliterator* prototype; // For PROTOTYPE member in union:TransliteratorEntry::__anon15816
460 u.prototype = 0;
468 if (entryType == PROTOTYPE) {
469 delete u.prototype;
485 if (entryType == PROTOTYPE) {
486 delete u.prototype;
488 entryType = PROTOTYPE;
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.cpp 416 * can represent prototype transliterators to be cloned, or can
428 PROTOTYPE,
441 Transliterator* prototype; // For PROTOTYPE member in union:TransliteratorEntry::__anon25723
462 u.prototype = 0;
470 if (entryType == PROTOTYPE) {
471 delete u.prototype;
487 if (entryType == PROTOTYPE) {
488 delete u.prototype;
490 entryType = PROTOTYPE;
    [all...]
  /external/chromium_org/v8/src/
ast.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 262 milliseconds