/external/chromium_org/third_party/icu/source/i18n/ |
ucol_elm.h | 106 UColOptionSet *options; 133 U_CAPI tempUCATable * U_EXPORT2 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status);
|
ucol_tok.h | 118 UColOptionSet *opts;
|
ucol_imp.h | 75 * - options (UColOptionSet) 97 * uint32_t options; - offset to default collator options (UColOptionSet *), 98 * a set of 32-bit values. See declaration of UColOptionSet for more details 321 #define headersize (paddedsize(sizeof(UCATableHeader))+paddedsize(sizeof(UColOptionSet))) [all...] |
ucol_res.cpp | 252 if((uint32_t)len > (paddedsize(sizeof(UCATableHeader)) + paddedsize(sizeof(UColOptionSet)))) { 260 ucol_setOptionsFromHeader(result, (UColOptionSet *)(inData+((const UCATableHeader *)inData)->options), status); 461 UColOptionSet *opts = (UColOptionSet *)uprv_malloc(sizeof(UColOptionSet)); 467 uprv_memcpy(opts, src.opts, sizeof(UColOptionSet)); [all...] |
ucol_tok.cpp | 235 void ucol_uprv_tok_setOptionInImage(UColOptionSet *opts, UColAttribute attrib, UColAttributeValue value) { [all...] |
ucol_elm.cpp | 115 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status) { [all...] |
ucol.cpp | 456 if((uint32_t)length > (paddedsize(sizeof(UCATableHeader)) + paddedsize(sizeof(UColOptionSet)))) { 466 ucol_setOptionsFromHeader(result, (UColOptionSet *)(bin+((const UCATableHeader *)bin)->options), status); 518 length = (int32_t)(paddedsize(sizeof(UCATableHeader))+paddedsize(sizeof(UColOptionSet))); 535 myData->expansion = myData->options + sizeof(UColOptionSet); 550 uprv_memcpy(buffer+paddedsize(sizeof(UCATableHeader)), coll->options, sizeof(UColOptionSet)); 747 void ucol_setOptionsFromHeader(UCollator* result, UColOptionSet * opts, UErrorCode *status) { 917 (UColOptionSet*)((uint8_t*)result->image+result->image->options), [all...] |
/external/chromium_org/third_party/icu/source/tools/dumpce/ |
dumpce.cpp | 256 UColOptionSet opts; [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | [all...] |
cmsccoll.c | 548 UColOptionSet opts; 931 UColOptionSet opts; 1112 UColOptionSet opts; [all...] |