HomeSort by relevance Sort by last modified time
    Searched refs:cclass (Results 1 - 25 of 35) sorted by null

1 2

  /bionic/libc/upstream-netbsd/lib/libc/regex/
cclass.h 1 /* $NetBSD: cclass.h,v 1.7 2003/08/07 16:43:19 agc Exp $ */
34 * @(#)cclass.h 8.3 (Berkeley) 3/20/94
71 * @(#)cclass.h 8.3 (Berkeley) 3/20/94
75 static const struct cclass { struct
regcomp.c 101 #include "cclass.h"
914 const struct cclass *cp;
    [all...]
  /external/llvm/lib/Support/
regcclass.h 37 * @(#)cclass.h 8.3 (Berkeley) 3/20/94
44 static struct cclass { struct
regcomp.c 814 struct cclass *cp;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcclass.h 37 * @(#)cclass.h 8.3 (Berkeley) 3/20/94
41 static struct cclass { struct
regcomp.c 778 struct cclass *cp;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcclass.h 37 * @(#)cclass.h 8.3 (Berkeley) 3/20/94
44 static struct cclass { struct
regcomp.c 814 struct cclass *cp;
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
charclass.h 10 static struct cclass { struct
fnmatch.c 101 struct cclass *cc;
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_context.cpp 43 int sb_context::init(r600_isa *isa, sb_hw_chip chip, sb_hw_class cclass) {
44 if (chip == HW_CHIP_UNKNOWN || cclass == HW_CLASS_UNKNOWN)
50 hw_class = cclass;
sb_bc.h 649 int init(r600_isa *isa, sb_hw_chip chip, sb_hw_class cclass);
  /libcore/ojluni/src/main/java/java/util/concurrent/atomic/
AtomicLongFieldUpdater.java 376 private final Class<?> cclass; field in class:AtomicLongFieldUpdater.CASUpdater
411 this.cclass = (Modifier.isProtected(modifiers)) ? caller : tclass;
417 * Checks that target argument is instance of cclass. On
421 if (!cclass.isInstance(obj))
430 if (cclass == tclass)
436 cclass.getName() +
506 private final Class<?> cclass; field in class:AtomicLongFieldUpdater.LockedUpdater
541 this.cclass = (Modifier.isProtected(modifiers)) ? caller : tclass;
547 * Checks that target argument is instance of cclass. On
551 if (!cclass.isInstance(obj)
    [all...]
AtomicIntegerFieldUpdater.java 377 private final Class<?> cclass; field in class:AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
418 this.cclass = (Modifier.isProtected(modifiers)) ? caller : tclass;
442 * Checks that target argument is instance of cclass. On
446 if (!cclass.isInstance(obj))
455 if (cclass == tclass)
461 cclass.getName() +
AtomicReferenceFieldUpdater.java 294 private final Class<?> cclass; field in class:AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
349 this.cclass = (Modifier.isProtected(modifiers)) ? caller : tclass;
374 * Checks that target argument is instance of cclass. On
378 if (!cclass.isInstance(obj))
387 if (cclass == tclass)
393 cclass.getName() +
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBIMonkeyTest.java 174 CharClass cclass = new CharClass(name, definition, expandedDefString, s); local
175 CharClass previousClass = fCharClasses.put(name, cclass);
181 // fMonkeyImpl.fRuleFileName, cclass.fName);
185 return cclass;
455 CharClass cclass = el.getValue(); local
458 if (!ccName.equals(cclass.fName)) {
461 fMonkeyImpl.fRuleFileName, ccName, cclass.fName));
463 otherSet.removeAll(cclass.fSet);
465 fDictionarySet = cclass.fSet;
467 fCharClassList.add(cclass);
473 CharClass cclass = addCharClass("__Others", otherSet.toPattern(true)); local
531 CharClass cclass = rules.fCharClassList.get(charClassIndex); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 144 CharClass *cclass = new CharClass(name, definition, expandedDef, s); local
147 cclass, // Value, owned by hash table.
154 IntlTest::gTest->logln("Redefinition of character class %s\n", CStr(cclass->fName)());
157 return cclass;
343 CharClass *cclass = static_cast<CharClass *>(el->value.pointer); local
345 if (*ccName != cclass->fName) {
347 __FILE__, __LINE__, CStr(*ccName)(), CStr(cclass->fName)());
349 const UnicodeSet *set = cclass->fSet.getAlias();
354 fCharClassList->addElement(cclass, status);
361 CharClass *cclass = addCharClass(UnicodeString("__Others"), otherSet.toPattern(pattern), status) local
401 const CharClass *cclass = static_cast<CharClass *>(rules->fCharClassList->elementAt(charClassIndex)); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBIMonkeyTest.java 171 CharClass cclass = new CharClass(name, definition, expandedDefString, s); local
172 CharClass previousClass = fCharClasses.put(name, cclass);
178 // fMonkeyImpl.fRuleFileName, cclass.fName);
182 return cclass;
452 CharClass cclass = el.getValue(); local
455 if (!ccName.equals(cclass.fName)) {
458 fMonkeyImpl.fRuleFileName, ccName, cclass.fName));
460 otherSet.removeAll(cclass.fSet);
462 fDictionarySet = cclass.fSet;
464 fCharClassList.add(cclass);
470 CharClass cclass = addCharClass("__Others", otherSet.toPattern(true)); local
528 CharClass cclass = rules.fCharClassList.get(charClassIndex); local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.h 72 #define NCCLASS(node) (&((node)->u.cclass))
259 CClassNode cclass; member in union:_Node::__anon8333
  /external/mksh/src/
misc.c 789 /* BSD cclass extension? */
926 static const struct cclass { struct
1019 const struct cclass *cls = cclasses;
1021 /* search for name in cclass list */
1118 /* handle cclass common part */
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 1327 int cclass = 0; local
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 

Completed in 501 milliseconds

1 2