OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valueMaps
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
propname.cpp
147
int32_t i=1; //
valueMaps
index, initially after numRanges
148
for(int32_t numRanges=
valueMaps
[0]; numRanges>0; --numRanges) {
150
int32_t start=
valueMaps
[i];
151
int32_t limit=
valueMaps
[i+1];
169
int32_t numRanges=
valueMaps
[valueMapIndex++];
174
int32_t start=
valueMaps
[valueMapIndex];
175
int32_t limit=
valueMaps
[valueMapIndex+1];
181
return
valueMaps
[valueMapIndex+value-start];
190
int32_t v=
valueMaps
[valueMapIndex];
195
return
valueMaps
[nameGroupOffsetsStart+valueMapIndex-valuesStart]
[
all
...]
propname.h
114
static const int32_t
valueMaps
[];
149
* int32_t
valueMaps
[];
151
* The
valueMaps
[] begins with a map from UProperty enums to properties,
156
*
valueMaps
[0] contains the number of UProperty enum ranges.
163
* Offset of the property's value map in the
valueMaps
[] array.
propname_data.h
18
const int32_t PropNameData::
valueMaps
[998]={
[
all
...]
Completed in 45 milliseconds