Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/io/
H A Dlocbund.cpp109 int32_t styleIdx;
122 for (styleIdx = 0; styleIdx < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; styleIdx++) {
124 if (result->fNumberFormat[styleIdx]) {
125 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status);
127 result->fNumberFormat[styleIdx] = NULL;
131 result->fNumberFormat[styleIdx] = NULL;
145 int32_t styleIdx; in u_locbund_close() local
[all...]
/third_party/skia/third_party/externals/icu/source/io/
H A Dlocbund.cpp109 int32_t styleIdx;
122 for (styleIdx = 0; styleIdx < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; styleIdx++) {
124 if (result->fNumberFormat[styleIdx]) {
125 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status);
127 result->fNumberFormat[styleIdx] = NULL;
131 result->fNumberFormat[styleIdx] = NULL;
145 int32_t styleIdx; in u_locbund_close() local
[all...]
/third_party/skia/tools/viewer/
H A DViewer.cpp2149 int styleIdx = 0; in drawImGui() local
2151 styleIdx = SkTo<int>(fPaint.getStyle()) + 1; in drawImGui()
2153 if (ImGui::Combo("Style", &styleIdx, in drawImGui()
2156 if (styleIdx == 0) { in drawImGui()
2160 fPaint.setStyle(SkTo<SkPaint::Style>(styleIdx - 1)); in drawImGui()

Completed in 6 milliseconds