Home
last modified time | relevance | path

Searched refs:atStart (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp2676 UBool atStart = TRUE; // True if no part of the pattern yet encountered in matchStartType() local
2732 if (atStart) { in matchStartType()
2739 if (atStart) { in matchStartType()
2752 atStart = FALSE; in matchStartType()
2765 atStart = FALSE; in matchStartType()
2778 atStart = FALSE; in matchStartType()
2789 atStart = FALSE; in matchStartType()
2802 atStart = FALSE; in matchStartType()
2817 atStart = FALSE; in matchStartType()
2834 atStart = FALSE; in matchStartType()
[all …]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DIterables.java832 boolean atStart = true;
842 atStart = false; // not called if next() fails
848 checkRemove(!atStart);
/external/guava/guava/src/com/google/common/collect/
DIterables.java873 boolean atStart = true;
883 atStart = false; // not called if next() fails
889 checkRemove(!atStart);
/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp471 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl() local
476 return equal || atStart || atEnd || inMiddle; in can_import_protected_content_eglimpl()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java567 boolean atStart = index.start == index.contextLimit; in commitAll()
571 if (atStart) { in commitAll()
/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp51 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl() local
56 return equal || atStart || atEnd || inMiddle; in can_import_protected_content_eglimpl()
/external/webrtc/webrtc/base/
Dmaccocoasocketserver.mm56 [NSApp postEvent:event atStart:NO];