| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| H A D | MutablePatternModifier.java | 357 private int insertPrefix(FormattedStringBuilder sb, int position) { in insertPrefix() argument 363 private int insertSuffix(FormattedStringBuilder sb, int position) { in insertSuffix() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | formatted_string_builder.cpp | 152 int32_t position = prepareForInsert(index, count, status); in insertCodePoint() local 184 int32_t position = prepareForInsert(index, count, status); in insert() local 204 int32_t position; splice() local 240 int32_t position = prepareForInsert(index, count, status); insert() local 252 int32_t position = prepareForInsert(fLength, 1, status); writeTerminator() local 365 int32_t position = index + fZero; remove() local [all...] |
| H A D | number_patternmodifier.cpp | 266 int32_t MutablePatternModifier::insertPrefix(FormattedStringBuilder& sb, int position, UErrorCode& status) { in insertPrefix() argument 272 int32_t MutablePatternModifier::insertSuffix(FormattedStringBuilder& sb, int position, UErrorCode& status) { in insertSuffix() argument
|
| /third_party/json/tests/src/ |
| H A D | unit-class_parser.cpp | 120 bool parse_error(std::size_t position, const std::string& /*unused*/, const json::exception& /*unused*/) in parse_error() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_clip.c | 247 lower_clip_outputs(nir_builder *b, nir_variable *position, in lower_clip_outputs() argument 331 nir_variable *position = NULL; in nir_lower_clip_vs() local 195 find_clipvertex_and_position_outputs(nir_shader *shader, nir_variable **clipvertex, nir_variable **position) find_clipvertex_and_position_outputs() argument 369 lower_clip_in_gs_block(nir_builder *b, nir_block *block, nir_variable *position, nir_variable *clipvertex, nir_variable **out, unsigned ucp_enables, bool use_clipdist_array, const gl_state_index16 clipplane_state_tokens[][STATE_LENGTH]) lower_clip_in_gs_block() argument 404 nir_variable *position = NULL; nir_lower_clip_gs() local [all...] |
| /third_party/ltp/testcases/kernel/fs/inode/ |
| H A D | inode01.c | 610 int increment_name(int position) in increment_name() argument
|
| /third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
| H A D | tri.cpp | 187 float position[4]; in main() member
|
| /third_party/mesa3d/src/gallium/tests/graw/ |
| H A D | fs-test.c | 52 float position[4]; member
|
| H A D | quad-sample.c | 39 float position[4]; member
|
| H A D | tri-instanced.c | 35 float position[4]; member
|
| H A D | shader-leak.c | 36 float position[4]; member
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uchriter.cpp | 128 UCharCharacterIterator::setIndex(int32_t position) { in setIndex() argument 229 UCharCharacterIterator::setIndex32(int32_t position) { in setIndex32() argument 35 UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length, int32_t position) UCharCharacterIterator() argument 43 UCharCharacterIterator(ConstChar16Ptr textPtr, int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) UCharCharacterIterator() argument [all...] |
| H A D | rbbi_cache.cpp | 339 UBool RuleBasedBreakIterator::BreakCache::populateNear(int32_t position, UErrorCode &status) { in populateNear() argument 533 int32_t position = 0; populatePreceding() local 642 addFollowing(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) addFollowing() argument 664 addPreceding(int32_t position, int32_t ruleStatusIdx, UpdatePositionValues update) addPreceding() argument [all...] |
| /third_party/node/deps/brotli/c/enc/ |
| H A D | hash_longest_match64_inc.h | 131 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
| H A D | hash_longest_match_quickly_inc.h | 118 StitchToPreviousBlock( HashLongestMatchQuickly* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument
|
| H A D | hash_rolling_inc.h | 118 StitchToPreviousBlock( HashRolling* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | formatted_string_builder.cpp | 152 int32_t position = prepareForInsert(index, count, status); in insertCodePoint() local 184 int32_t position = prepareForInsert(index, count, status); in insert() local 204 int32_t position; splice() local 240 int32_t position = prepareForInsert(index, count, status); insert() local 252 int32_t position = prepareForInsert(fLength, 1, status); writeTerminator() local 365 int32_t position = index + fZero; remove() local [all...] |
| H A D | number_patternmodifier.cpp | 267 int32_t MutablePatternModifier::insertPrefix(FormattedStringBuilder& sb, int position, UErrorCode& status) { in insertPrefix() argument 273 int32_t MutablePatternModifier::insertSuffix(FormattedStringBuilder& sb, int position, UErrorCode& status) { in insertSuffix() argument
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | spooftest.c | 453 int32_t position; in TestUSpoofCAPI() local
|
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | regexp_adapter_icu.cc | 90 int position() const { in position() function in i18n::phonenumbers::IcuRegExpInput 94 void set_position(int position) { in set_position() argument [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | lib.h | 53 struct position { struct
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | modules.h | 143 int position() const { return position_; } in position() function in v8::internal::SourceTextModuleDescriptor::AstModuleRequest 127 AstModuleRequest(const AstRawString* specifier, const ImportAssertions* import_assertions, int position, int index) AstModuleRequest() argument
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | compilation-cache.cc | 217 Lookup(Handle<String> source, Handle<SharedFunctionInfo> outer_info, Handle<Context> native_context, LanguageMode language_mode, int position) Lookup() argument 240 Put(Handle<String> source, Handle<SharedFunctionInfo> outer_info, Handle<SharedFunctionInfo> function_info, Handle<Context> native_context, Handle<FeedbackCell> feedback_cell, int position) Put() argument 303 LookupEval(Handle<String> source, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, LanguageMode language_mode, int position) LookupEval() argument 347 PutEval(Handle<String> source, Handle<SharedFunctionInfo> outer_info, Handle<Context> context, Handle<SharedFunctionInfo> function_info, Handle<FeedbackCell> feedback_cell, int position) PutEval() argument [all...] |
| /third_party/node/deps/v8/src/base/numbers/ |
| H A D | fixed-dtoa.cc | 81 int BitAt(int position) { in BitAt() argument
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimizer.h | 40 const SourcePosition position; member
|