Searched defs:atIndex (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | LEGlyphStorage.cpp | 546 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount) in insertGlyphs() 553 LEGlyphID *LEGlyphStorage::insertGlyphs(le_int32 atIndex, le_int32 insertCount, LEErrorCode& succe… in insertGlyphs()
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkTArray.h | 467 void* operator new(size_t, SkTArray<T, MEM_COPY>* array, int atIndex) { in new() 479 void operator delete(void*, SkTArray<T, MEM_COPY>* array, int atIndex) { in delete()
|
/external/skia/include/core/ |
D | SkTArray.h | 467 void* operator new(size_t, SkTArray<T, MEM_COPY>* array, int atIndex) { in new() 479 void operator delete(void*, SkTArray<T, MEM_COPY>* array, int atIndex) { in delete()
|
/external/smack/src/org/jivesoftware/smack/util/ |
D | StringUtils.java | 285 int atIndex = XMPPAddress.lastIndexOf("@"); in parseName() local 306 int atIndex = XMPPAddress.lastIndexOf("@"); in parseServer() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
D | EmailInputType.cpp | 208 size_t atIndex = invalidAddress.find('@'); in typeMismatchText() local
|