HomeSort by relevance Sort by last modified time
    Searched refs:Position (Results 101 - 125 of 498) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/text/
NormalizationTransliterator.java 77 Position offsets, boolean isIncremental) {
TransliterationRuleSet.java 182 * @param pos the position indices, which will be updated
190 Transliterator.Position pos,
UnescapeTransliterator.java 140 Position pos, boolean isIncremental) {
AnyTransliterator.java 77 Position pos, boolean isIncremental) {
  /external/icu/icu4c/source/i18n/
collationruleparser.h 38 enum Position {
59 * The second contraction character is POS_BASE + Position.
156 * Sets str to a contraction of U+FFFE and (U+2800 + Position).
157 * @return rule index after the special reset position
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
EscapeTransliterator.java 168 Position pos, boolean incremental) {
NameUnicodeTransliterator.java 47 Position offsets, boolean isIncremental) {
NormalizationTransliterator.java 76 Position offsets, boolean isIncremental) {
TransliterationRuleSet.java 181 * @param pos the position indices, which will be updated
189 Transliterator.Position pos,
UnescapeTransliterator.java 139 Position pos, boolean isIncremental) {
  /external/clang/include/clang/AST/
ExternalASTSource.h 498 /// values (corresponding to loaded entities), so that position -M
499 /// corresponds to element 0 in the loaded entities vector, position -M+1
510 iterator(LazyVector *Self, int Position)
511 : iterator::iterator_adaptor_base(Position), Self(Self) {}
Comment.h 808 /// list), then this stores a list of position indexes in all template
816 /// For C: Position = { 0 }
817 /// For TT: Position = { 1 }
818 /// For T: Position = { 1, 0 }
819 ArrayRef<unsigned> Position;
849 return !Position.empty();
854 return Position.size();
859 return Position[Depth];
863 Position = NewPosition;
CommentSema.h 240 SmallVectorImpl<unsigned> *Position);
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 389 /// values (corresponding to loaded entities), so that position -M
390 /// corresponds to element 0 in the loaded entities vector, position -M+1
403 iterator(PreprocessingRecord *Self, int Position)
404 : iterator::iterator_adaptor_base(Position), Self(Self) {}
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 163 // Search in type list, return position or -1 if not found
181 int Position;
186 Position = IsInSet(Type, c);
188 if (Position != -1) {
190 *index = Position;
197 Position = IsInSet(Type, c);
199 if (Position != -1) {
201 *index = Position;
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h 274 /// shift - Shift elements [i;size) 1 position to the right.
373 /// after an overflow or underflow. Reserve space for a new element at Position,
374 /// and compute the node that will hold Position after redistributing node
387 /// The returned index is the node where Position will go, so:
389 /// sum(NewSize[0..idx-1]) <= Position
390 /// sum(NewSize[0..idx]) >= Position
392 /// The last equality, sum(NewSize[0..idx]) == Position, can only happen when
394 /// before the one holding the Position'th element where there is room for an
402 /// @param Position Insert position
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRuleParser.java 33 enum Position {
49 static final Position[] POSITION_VALUES = Position.values();
55 * The second contraction character is POS_BASE + Position.
227 setParseError("reset without position");
495 * Sets str to a contraction of U+FFFE and (U+2800 + Position).
496 * @return rule index after the special reset position
512 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_REGULAR.ordinal()));
516 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_VARIABLE.ordinal()));
520 setParseError("not a valid special reset position");
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRuleParser.java 29 enum Position {
45 static final Position[] POSITION_VALUES = Position.values();
51 * The second contraction character is POS_BASE + Position.
223 setParseError("reset without position");
491 * Sets str to a contraction of U+FFFE and (U+2800 + Position).
492 * @return rule index after the special reset position
508 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_REGULAR.ordinal()));
512 str.append(POS_LEAD).append((char)(POS_BASE + Position.LAST_VARIABLE.ordinal()));
516 setParseError("not a valid special reset position");
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/dng_sdk/source/
dng_gain_map.cpp 514 uint64 startPosition = stream.Position ();
520 if (stream.Position () != startPosition + byteCount)
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 93 private Transliterator.Position index;
106 index = new Transliterator.Position();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adomd.h 38 typedef struct Position Position;
444 struct Position : public IDispatch {
452 HRESULT (WINAPI *QueryInterface)(Position *This,REFIID riid,void **ppvObject);
453 ULONG (WINAPI *AddRef)(Position *This);
454 ULONG (WINAPI *Release)(Position *This);
455 HRESULT (WINAPI *GetTypeInfoCount)(Position *This,UINT *pctinfo);
456 HRESULT (WINAPI *GetTypeInfo)(Position *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
457 HRESULT (WINAPI *GetIDsOfNames)(Position *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
458 HRESULT (WINAPI *Invoke)(Position *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarR (…)
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 41 /// A position in \c Toks.
42 struct Position {
50 /// Current position in Toks.
51 Position Pos;
158 Position SavedPos = Pos;
191 Position SavedPos = Pos;

Completed in 663 milliseconds

1 2 3 45 6 7 8 91011>>