OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPropsVectors
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/common/
propsvec.h
50
struct
UPropsVectors
;
51
typedef struct
UPropsVectors
UPropsVectors
;
70
* Open a
UPropsVectors
object.
73
U_CAPI
UPropsVectors
* U_EXPORT2
77
upvec_close(
UPropsVectors
*pv);
86
upvec_setValue(
UPropsVectors
*pv,
97
upvec_getValue(const
UPropsVectors
*pv, UChar32 c, int32_t column);
105
upvec_getRow(const
UPropsVectors
*pv, int32_t rowIndex,
133
upvec_compact(
UPropsVectors
*pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCode)
[
all
...]
propsvec.c
27
struct
UPropsVectors
{
40
U_CAPI
UPropsVectors
* U_EXPORT2
42
UPropsVectors
*pv;
55
pv=(
UPropsVectors
*)uprv_malloc(sizeof(
UPropsVectors
));
63
uprv_memset(pv, 0, sizeof(
UPropsVectors
));
84
upvec_close(
UPropsVectors
*pv) {
92
_findRow(
UPropsVectors
*pv, UChar32 rangeStart) {
151
upvec_setValue(
UPropsVectors
*pv,
277
upvec_getValue(const
UPropsVectors
*pv, UChar32 c, int32_t column)
[
all
...]
ucnvsel.cpp
58
UPropsVectors
*upvec,
212
UPropsVectors
*upvec = upvec_open((converterListSize+31)/32, status);
/external/icu4c/common/
propsvec.h
50
struct
UPropsVectors
;
51
typedef struct
UPropsVectors
UPropsVectors
;
70
* Open a
UPropsVectors
object.
73
U_CAPI
UPropsVectors
* U_EXPORT2
77
upvec_close(
UPropsVectors
*pv);
86
upvec_setValue(
UPropsVectors
*pv,
97
upvec_getValue(const
UPropsVectors
*pv, UChar32 c, int32_t column);
105
upvec_getRow(const
UPropsVectors
*pv, int32_t rowIndex,
133
upvec_compact(
UPropsVectors
*pv, UPVecCompactHandler *handler, void *context, UErrorCode *pErrorCode)
[
all
...]
propsvec.c
28
struct
UPropsVectors
{
41
U_CAPI
UPropsVectors
* U_EXPORT2
43
UPropsVectors
*pv;
56
pv=(
UPropsVectors
*)uprv_malloc(sizeof(
UPropsVectors
));
64
uprv_memset(pv, 0, sizeof(
UPropsVectors
));
85
upvec_close(
UPropsVectors
*pv) {
93
_findRow(
UPropsVectors
*pv, UChar32 rangeStart) {
152
upvec_setValue(
UPropsVectors
*pv,
278
upvec_getValue(const
UPropsVectors
*pv, UChar32 c, int32_t column)
[
all
...]
ucnvsel.cpp
60
UPropsVectors
*upvec,
214
UPropsVectors
*upvec = upvec_open((converterListSize+31)/32, status);
/external/chromium_org/third_party/icu/source/test/cintltst/
ucnvseltst.c
507
/* Improve code coverage of
UPropsVectors
*/
511
UPropsVectors
*pv = upvec_open(100, &errorCode);
525
log_err("Unable to open
UPropsVectors
.\n");
/external/icu4c/test/cintltst/
ucnvseltst.c
507
/* Improve code coverage of
UPropsVectors
*/
510
UPropsVectors
*pv = upvec_open(100, &errorCode);
524
log_err("Unable to open
UPropsVectors
.\n");
Completed in 207 milliseconds