Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.cpp2704 UBool atStart = true; // True if no part of the pattern yet encountered in matchStartType() local
2760 if (atStart) { in matchStartType()
2767 if (atStart) { in matchStartType()
2780 atStart = false; in matchStartType()
2793 atStart = false; in matchStartType()
2806 atStart = false; in matchStartType()
2817 atStart = false; in matchStartType()
2830 atStart = false; in matchStartType()
2844 atStart = false; in matchStartType()
2861 atStart = false; in matchStartType()
[all …]
Dmeasunit_extra.cpp691 bool atStart = fIndex == 0; in nextSingleUnit() local
697 if (atStart) { in nextSingleUnit()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp2701 UBool atStart = TRUE; // True if no part of the pattern yet encountered in matchStartType() local
2757 if (atStart) { in matchStartType()
2764 if (atStart) { in matchStartType()
2777 atStart = FALSE; in matchStartType()
2790 atStart = FALSE; in matchStartType()
2803 atStart = FALSE; in matchStartType()
2814 atStart = FALSE; in matchStartType()
2827 atStart = FALSE; in matchStartType()
2841 atStart = FALSE; in matchStartType()
2858 atStart = FALSE; in matchStartType()
[all …]
Dmeasunit_extra.cpp695 bool atStart = fIndex == 0; in nextSingleUnit() local
701 if (atStart) { in nextSingleUnit()
/third_party/icu/icu4c/source/i18n/
Dregexcmp.cpp2704 UBool atStart = true; // True if no part of the pattern yet encountered in matchStartType() local
2760 if (atStart) { in matchStartType()
2767 if (atStart) { in matchStartType()
2780 atStart = false; in matchStartType()
2793 atStart = false; in matchStartType()
2806 atStart = false; in matchStartType()
2817 atStart = false; in matchStartType()
2830 atStart = false; in matchStartType()
2844 atStart = false; in matchStartType()
2861 atStart = false; in matchStartType()
[all …]
Dmeasunit_extra.cpp691 bool atStart = fIndex == 0; in nextSingleUnit() local
697 if (atStart) { in nextSingleUnit()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DMeasureUnitImpl.java563 boolean atStart = fIndex == 0; in nextSingleUnit()
566 if (atStart) { in nextSingleUnit()
/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp513 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl() local
518 return equal || atStart || atEnd || inMiddle; in can_import_protected_content_eglimpl()
/third_party/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()
/third_party/skia/third_party/externals/angle2/util/osx/
DOSXWindow.mm804 [NSApp postEvent:event atStart:YES];
/third_party/glfw/src/
Dcocoa_window.m1416 [NSApp postEvent:event atStart:YES];