OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchInfo
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/i18n/
tznames.cpp
334
struct
MatchInfo
: UMemory {
340
MatchInfo
(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) {
356
delete static_cast<
MatchInfo
*>(obj);
379
MatchInfo
*
matchInfo
= new
MatchInfo
(nameType, matchLength, &tzID, NULL);
380
if (
matchInfo
== NULL) {
384
matches(status)->addElement(
matchInfo
, status);
386
delete
matchInfo
;
396
MatchInfo
* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID)
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java
27
import android.icu.text.TimeZoneNames.
MatchInfo
;
643
GenericMatchInfo
matchInfo
= new GenericMatchInfo();
644
matchInfo
.tzID = info.tzID;
645
matchInfo
.nameType = info.type;
646
matchInfo
.matchLength = matchLength;
647
//
matchInfo
.timeType = TimeType.UNKNOWN;
651
_matches.add(
matchInfo
);
699
Collection<
MatchInfo
> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
701
MatchInfo
longestMatch = null;
702
for (
MatchInfo
match : tznamesMatches)
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java
26
import com.ibm.icu.text.TimeZoneNames.
MatchInfo
;
641
GenericMatchInfo
matchInfo
= new GenericMatchInfo();
642
matchInfo
.tzID = info.tzID;
643
matchInfo
.nameType = info.type;
644
matchInfo
.matchLength = matchLength;
645
//
matchInfo
.timeType = TimeType.UNKNOWN;
649
_matches.add(
matchInfo
);
697
Collection<
MatchInfo
> tznamesMatches = findTimeZoneNames(text, start, genericTypes);
699
MatchInfo
longestMatch = null;
700
for (
MatchInfo
match : tznamesMatches)
[
all
...]
/external/v8/src/js/
regexp.js
132
macro RETURN_NEW_RESULT_FROM_MATCH_INFO(
MATCHINFO
, STRING)
133
var numResults = NUMBER_OF_CAPTURES(
MATCHINFO
) >> 1;
134
var start =
MATCHINFO
[CAPTURE0];
135
var end =
MATCHINFO
[CAPTURE1];
144
start =
MATCHINFO
[j++];
146
end =
MATCHINFO
[j];
157
var
matchInfo
= %_RegExpExec(regexp, string, start, RegExpLastMatchInfo);
158
if (
matchInfo
!== null) {
160
if (REGEXP_STICKY(regexp)) regexp.lastIndex =
matchInfo
[CAPTURE1];
161
RETURN_NEW_RESULT_FROM_MATCH_INFO(
matchInfo
, string)
[
all
...]
string.js
301
function ExpandReplacement(string, subject,
matchInfo
, result) {
322
%_SubString(subject,
matchInfo
[CAPTURE0],
matchInfo
[CAPTURE1]);
325
result += %_SubString(subject, 0,
matchInfo
[CAPTURE0]);
328
result += %_SubString(subject,
matchInfo
[CAPTURE1], subject.length);
333
var number_of_captures = NUMBER_OF_CAPTURES(
matchInfo
);
345
var start =
matchInfo
[CAPTURE(scaled_index)];
348
%_SubString(subject, start,
matchInfo
[CAPTURE(scaled_index + 1)]);
470
var
matchInfo
= RegExpExec(regexp, subject, 0);
471
if (IS_NULL(
matchInfo
)) {
[
all
...]
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
Completed in 153 milliseconds