OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UVector
(Results
26 - 50
of
137
) sorted by null
1
2
3
4
5
6
/external/chromium_org/third_party/icu/source/i18n/
rbt_pars.h
23
#include "
uvector
.h"
42
UVector
dataVector;
48
UVector
idBlockVector;
79
UVector
variablesVector;
100
UVector
segmentObjects;
tridpars.h
24
class
UVector
;
191
UVector
& list,
212
static void instantiateList(
UVector
& list,
rbt_set.h
19
#include "
uvector
.h"
42
UVector
* ruleVector;
/external/icu4c/common/
servnotf.h
30
#include "
uvector
.h"
73
private:
UVector
* listeners;
rbbisetb.h
16
#include "
uvector
.h"
42
UVector
*fIncludesSets; // vector of the the original
82
void addValToSets(
UVector
*sets, uint32_t val);
rbbinode.cpp
26
#include "
uvector
.h"
63
fFirstPosSet = new
UVector
(status); // TODO - get a real status from somewhere
64
fLastPosSet = new
UVector
(status);
65
fFollowPos = new
UVector
(status);
90
fFirstPosSet = new
UVector
(status); // TODO - get a real status from somewhere
91
fLastPosSet = new
UVector
(status);
92
fFollowPos = new
UVector
(status);
252
void RBBINode::findNodes(
UVector
*dest, RBBINode::NodeType kind, UErrorCode &status) {
unisetspan.h
57
UnicodeSetStringSpan(const UnicodeSet &set, const
UVector
&setStrings, uint32_t which);
60
UnicodeSetStringSpan(const UnicodeSetStringSpan &otherStringSpan, const
UVector
&newParentSetStrings);
109
const
UVector
&strings;
rbbirb.h
21
#include "
uvector
.h"
149
UVector
*fUSetNodes; // Vector of all uset nodes.
156
UVector
*fRuleStatusVals; // The values that can be returned
/external/icu4c/i18n/
rbt_pars.h
23
#include "
uvector
.h"
42
UVector
dataVector;
48
UVector
idBlockVector;
79
UVector
variablesVector;
100
UVector
segmentObjects;
tridpars.h
24
class
UVector
;
191
UVector
& list,
212
static void instantiateList(
UVector
& list,
rbt_set.h
19
#include "
uvector
.h"
42
UVector
* ruleVector;
/external/chromium_org/third_party/icu/source/common/
rbbisetb.h
16
#include "
uvector
.h"
42
UVector
*fIncludesSets; // vector of the the original
82
void addValToSets(
UVector
*sets, uint32_t val);
rbbinode.cpp
26
#include "
uvector
.h"
63
fFirstPosSet = new
UVector
(status); // TODO - get a real status from somewhere
64
fLastPosSet = new
UVector
(status);
65
fFollowPos = new
UVector
(status);
90
fFirstPosSet = new
UVector
(status); // TODO - get a real status from somewhere
91
fLastPosSet = new
UVector
(status);
92
fFollowPos = new
UVector
(status);
252
void RBBINode::findNodes(
UVector
*dest, RBBINode::NodeType kind, UErrorCode &status) {
unisetspan.h
57
UnicodeSetStringSpan(const UnicodeSet &set, const
UVector
&setStrings, uint32_t which);
60
UnicodeSetStringSpan(const UnicodeSetStringSpan &otherStringSpan, const
UVector
&newParentSetStrings);
109
const
UVector
&strings;
servnotf.h
30
#include "
uvector
.h"
74
private:
UVector
* listeners;
rbbirb.h
21
#include "
uvector
.h"
149
UVector
*fUSetNodes; // Vector of all uset nodes.
156
UVector
*fRuleStatusVals; // The values that can be returned
/external/chromium_org/third_party/icu/source/i18n/unicode/
basictz.h
26
class
UVector
;
200
void getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial,
UVector
*& transitionRules,
/external/icu4c/i18n/unicode/
basictz.h
26
class
UVector
;
204
void getTimeZoneRulesAfter(UDate start, InitialTimeZoneRule*& initial,
UVector
*& transitionRules,
region.h
258
UVector
*containedRegions;
259
UVector
*preferredValues;
tznames.h
77
class
UVector
;
369
UVector
* fMatches; // vector of MatchEntry
371
UVector
* matches(UErrorCode& status);
tmutfmt.h
48
class
UVector
;
232
void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const
UVector
& pluralCounts,
/external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.h
28
#include "
uvector
.h"
144
UVector
fAttNames; // A vector containing the names of this element's attributes
146
UVector
fAttValues; // A vector containing the attribute values for
150
UVector
fChildren; // The child nodes of this element (a Vector)
/external/icu4c/tools/toolutil/
xmlparser.h
28
#include "
uvector
.h"
144
UVector
fAttNames; // A vector containing the names of this element's attributes
146
UVector
fAttValues; // A vector containing the attribute values for
150
UVector
fChildren; // The child nodes of this element (a Vector)
/external/chromium_org/third_party/icu/source/test/intltest/
dadrcoll.h
21
#include "
uvector
.h"
53
UVector
sequences;
/external/icu4c/test/intltest/
dadrcoll.h
21
#include "
uvector
.h"
53
UVector
sequences;
Completed in 637 milliseconds
1
2
3
4
5
6