HomeSort by relevance Sort by last modified time
    Searched refs:bufPos (Results 1 - 9 of 9) sorted by null

  /external/icu4c/common/
ruleiter.cpp 28 bufPos(0)
53 bufPos = 0;
91 p.bufPos = bufPos;
97 bufPos = p.bufPos;
115 buf->extract(bufPos, maxLookAhead, result);
136 return buf->char32At(bufPos);
145 bufPos += count;
146 if (bufPos == buf->length())
    [all...]
ruleiter.h 61 int32_t bufPos;
137 int32_t bufPos;
  /external/webkit/Source/WebCore/page/
EventSource.cpp 252 unsigned int bufPos = 0;
254 while (bufPos < bufSize) {
256 if (m_receiveBuf[bufPos] == '\n')
257 bufPos++;
263 for (unsigned int i = bufPos; lineLength < 0 && i < bufSize; i++) {
267 fieldLength = i - bufPos;
272 lineLength = i - bufPos;
280 parseEventStreamLine(bufPos, fieldLength, lineLength);
281 bufPos += lineLength + 1;
284 if (bufPos == bufSize
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 508 private void doTransforms(FloatBuffer bufPos, FloatBuffer bufNorm, int start, int end, Matrix4f transform) {
518 bufPos.position(offset);
520 bufPos.get(tmpFloat, 0, length);
544 bufPos.position(offset);
546 bufPos.put(tmpFloat, 0, length);
552 private void doTransformsTangents(FloatBuffer bufPos, FloatBuffer bufNorm, FloatBuffer bufTangents, int start, int end, Matrix4f transform) {
566 bufPos.position(offset);
569 bufPos.get(tmpFloat, 0, length);
610 bufPos.position(offset);
612 bufPos.put(tmpFloat, 0, length)
    [all...]
  /external/svox/pico/lib/
picoos.c 1963 picoos_uint8 strlen, bufpos; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 460 milliseconds