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

/external/icu4c/i18n/
H A Dnfrlist.h35 NFRule** fStuff; member in class:NFRuleList
40 : fStuff(capacity ? (NFRule**)uprv_malloc(capacity * sizeof(NFRule*)) : NULL)
44 if (fStuff) {
46 delete fStuff[i];
48 uprv_free(fStuff);
51 NFRule* operator[](uint32_t index) const { return fStuff != NULL ? fStuff[index] : NULL; }
53 if (fStuff == NULL) {
56 NFRule* result = fStuff[index];
59 fStuff[
[all...]

Completed in 104 milliseconds