/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 662 let bestMatch = ''; 684 patternKeyCompare(bestMatch, key) === 1 && 686 bestMatch = key; 694 if (bestMatch) { 695 const target = exports[bestMatch]; 700 bestMatch, 768 let bestMatch = ''; 781 patternKeyCompare(bestMatch, key) === 1 && 783 bestMatch = key; 790 if (bestMatch) { [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneGenericNames.java | 706 GenericMatchInfo bestMatch = null; in findBestMatch() 718 bestMatch = createGenericMatchInfo(longestMatch); in findBestMatch() 719 if (bestMatch.matchLength() == (text.length() - start)) { in findBestMatch() 721 //return bestMatch; in findBestMatch() 727 // if (bestMatch.nameType != GenericNameType.LONG || bestMatch.timeType != TimeType.STANDARD) { in findBestMatch() 728 // return bestMatch; in findBestMatch() 737 if (bestMatch.timeType != TimeType.STANDARD) { in findBestMatch() 738 return bestMatch; in findBestMatch() 748 // TODO See the above TODO. We use match.matchLength() >= bestMatch in findBestMatch() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneGenericNames.java | 711 GenericMatchInfo bestMatch = null; in findBestMatch() 723 bestMatch = createGenericMatchInfo(longestMatch); in findBestMatch() 724 if (bestMatch.matchLength() == (text.length() - start)) { in findBestMatch() 726 //return bestMatch; in findBestMatch() 732 // if (bestMatch.nameType != GenericNameType.LONG || bestMatch.timeType != TimeType.STANDARD) { in findBestMatch() 733 // return bestMatch; in findBestMatch() 742 if (bestMatch.timeType != TimeType.STANDARD) { in findBestMatch() 743 return bestMatch; in findBestMatch() 753 // TODO See the above TODO. We use match.matchLength() >= bestMatch in findBestMatch() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 2734 int32_t bestMatchLength = 0, bestMatch = -1; in matchQuarterString() local 2741 bestMatch = i; in matchQuarterString() 2745 if (bestMatch >= 0) { in matchQuarterString() 2746 cal.set(field, bestMatch * 3); in matchQuarterString() 2758 int32_t bestMatchLength = 0, bestMatch = -1; in matchDayPeriodStrings() local 2764 bestMatch = i; in matchDayPeriodStrings() 2768 if (bestMatch >= 0) { in matchDayPeriodStrings() 2769 dayPeriod = bestMatch; in matchDayPeriodStrings() 2934 int32_t bestMatchLength = 0, bestMatch = -1; in matchAlphaMonthStrings() local 2939 bestMatch in matchAlphaMonthStrings() 2985 int32_t bestMatchLength = 0, bestMatch = -1; matchString() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 2685 int32_t bestMatchLength = 0, bestMatch = -1; in matchQuarterString() local 2692 bestMatch = i; in matchQuarterString() 2696 if (bestMatch >= 0) { in matchQuarterString() 2697 cal.set(field, bestMatch * 3); in matchQuarterString() 2709 int32_t bestMatchLength = 0, bestMatch = -1; in matchDayPeriodStrings() local 2715 bestMatch = i; in matchDayPeriodStrings() 2719 if (bestMatch >= 0) { in matchDayPeriodStrings() 2720 dayPeriod = bestMatch; in matchDayPeriodStrings() 2885 int32_t bestMatchLength = 0, bestMatch = -1; in matchAlphaMonthStrings() local 2890 bestMatch in matchAlphaMonthStrings() 2936 int32_t bestMatchLength = 0, bestMatch = -1; matchString() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SimpleDateFormat.java | 2933 int bestMatchLength = 0, bestMatch = -1; in matchAlphaMonthStrings() 2944 bestMatch = i; in matchAlphaMonthStrings() 2957 bestMatch = i; in matchAlphaMonthStrings() 2961 if (bestMatch >= 0) in matchAlphaMonthStrings() 2963 cal.set(Calendar.MONTH, bestMatch); in matchAlphaMonthStrings() 3025 int bestMatchLength = 0, bestMatch = -1; in matchString() 3037 bestMatch = i; in matchString() 3048 bestMatch = i; in matchString() 3054 if (bestMatch >= 0) in matchString() 3058 bestMatch in matchString() [all...] |
H A D | DateIntervalFormat.java | 421 SkeletonAndItsBestMatch(String skeleton, String bestMatch) { in SkeletonAndItsBestMatch() argument 423 bestMatchSkeleton = bestMatch; in SkeletonAndItsBestMatch()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
H A D | CalendarCalc.java | 270 int bestMatch = -1, thisMatch = -1; in buildGUI() 285 if (thisMatch >= bestMatch) { in buildGUI() 286 bestMatch = thisMatch; in buildGUI()
|
H A D | CalendarFrame.java | 183 int bestMatch = -1, thisMatch = -1; in init() 199 if (thisMatch >= bestMatch) { in init() 200 bestMatch = thisMatch; in init()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | smpdtfmt.cpp | 2686 int32_t bestMatchLength = 0, bestMatch = -1; in matchQuarterString() local 2693 bestMatch = i; in matchQuarterString() 2697 if (bestMatch >= 0) { in matchQuarterString() 2698 cal.set(field, bestMatch * 3); in matchQuarterString() 2710 int32_t bestMatchLength = 0, bestMatch = -1; in matchDayPeriodStrings() local 2716 bestMatch = i; in matchDayPeriodStrings() 2720 if (bestMatch >= 0) { in matchDayPeriodStrings() 2721 dayPeriod = bestMatch; in matchDayPeriodStrings() 2892 int32_t bestMatchLength = 0, bestMatch = -1; in matchString() local 2899 bestMatch in matchString() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SimpleDateFormat.java | 2941 int bestMatchLength = 0, bestMatch = -1; in matchString() 2953 bestMatch = i; in matchString() 2964 bestMatch = i; in matchString() 2970 if (bestMatch >= 0) in matchString() 2974 bestMatch++; // only get here for cyclic year names, which match 1-based years 1-60 in matchString() 2976 cal.set(field, bestMatch); in matchString() 3024 int bestMatchLength = 0, bestMatch = -1; in matchQuarterString() 3033 bestMatch = i; in matchQuarterString() 3038 if (bestMatch >= 0) { in matchQuarterString() 3039 cal.set(field, bestMatch * in matchQuarterString() [all...] |
H A D | DateIntervalFormat.java | 406 SkeletonAndItsBestMatch(String skeleton, String bestMatch) { in SkeletonAndItsBestMatch() argument 408 bestMatchSkeleton = bestMatch; in SkeletonAndItsBestMatch()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-agent-impl.cc | 223 size_t bestMatch; in adjustBreakpointLocation() local 225 bestMatch = prevMatch; in adjustBreakpointLocation() 227 bestMatch = nextMatch; in adjustBreakpointLocation() 229 bestMatch = nextMatch - offset < offset - prevMatch ? nextMatch : prevMatch; in adjustBreakpointLocation() 231 bestMatch += searchRegionOffset; in adjustBreakpointLocation() 233 script.location(static_cast<int>(bestMatch)); in adjustBreakpointLocation()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 278 private void assertNull(Object bestMatch) { in assertNull() argument 279 assertNull("", bestMatch); in assertNull()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | LocaleMatcherTest.java | 299 private void assertNull(Object bestMatch) { in assertNull() argument 300 assertNull("", bestMatch); in assertNull()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 7727 const TFunction* bestMatch = nullptr; in findFunction() local 7737 bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction() 7739 if (bestMatch == nullptr) { in findFunction() 7744 bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction() 7747 if (bestMatch == nullptr) { in findFunction() 7759 if (call.getMangledName() == bestMatch->getMangledName()) in findFunction() 7760 return bestMatch; in findFunction() 7770 promote = new TIntermUnary(bestMatch->getBuiltInOp()); in findFunction() 7773 promote = new TIntermAggregate(bestMatch->getBuiltInOp()); in findFunction() 7816 bestMatch in findFunction() [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 7151 const TFunction* bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction400() local 7153 if (bestMatch == nullptr) in findFunction400() 7158 return bestMatch; in findFunction400() 7241 const TFunction* bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunctionExplicitTypes() local 7243 if (bestMatch == nullptr) in findFunctionExplicitTypes() 7248 return bestMatch; in findFunctionExplicitTypes()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |