Searched refs:intvector (Results 1 - 7 of 7) sorted by relevance

/external/marisa-trie/
H A DAndroid.mk24 lib/marisa/intvector.cc \
52 v0_1_5/lib/marisa_alpha/intvector.cc \
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c1158 static void intvector_close(struct SResource *intvector) { argument
1159 if (intvector->u.fIntVector.fArray != NULL) {
1160 uprv_free(intvector->u.fIntVector.fArray);
1161 intvector->u.fIntVector.fArray =NULL;
1315 void intvector_add(struct SResource *intvector, int32_t value, UErrorCode *status) { argument
1320 *(intvector->u.fIntVector.fArray + intvector->u.fIntVector.fCount) = value;
1321 intvector->u.fIntVector.fCount++;
H A Dreslist.h150 void intvector_add(struct SResource *intvector, int32_t value, UErrorCode *status);
/external/icu4c/tools/genrb/
H A Dreslist.c1160 static void intvector_close(struct SResource *intvector) { argument
1161 if (intvector->u.fIntVector.fArray != NULL) {
1162 uprv_free(intvector->u.fIntVector.fArray);
1163 intvector->u.fIntVector.fArray =NULL;
1321 void intvector_add(struct SResource *intvector, int32_t value, UErrorCode *status) { argument
1326 *(intvector->u.fIntVector.fArray + intvector->u.fIntVector.fCount) = value;
1327 intvector->u.fIntVector.fCount++;
H A Dreslist.h150 void intvector_add(struct SResource *intvector, int32_t value, UErrorCode *status);
/external/marisa-trie/tests/
H A Dvector-test.cc8 #include <marisa/intvector.h>
/external/marisa-trie/v0_1_5/tests/
H A Dvector-test.cc8 #include <marisa_alpha/intvector.h>

Completed in 316 milliseconds