Home | History | Annotate | Download | only in fpdfdoc

Lines Matching defs:iLength

639     int iLength = csNewFieldName.GetLength();

642 while (iPos < iLength && (csNewFieldName[iPos] == L'.' || csNewFieldName[iPos] == L' ')) {
645 if (iPos < iLength && !csSub.IsEmpty()) {
648 while (iPos < iLength && csNewFieldName[iPos] != L'.') {
689 if (iPos >= iLength) {
933 int iLength = csFieldName.GetLength();
938 if (iPos < iLength && csFieldName[iPos] == L'.') {
941 while (iPos < iLength && csFieldName[iPos] != L'.') {
960 if (iPos >= iLength) {
989 int iLength = csFieldName.GetLength();
994 if (iPos < iLength && csFieldName[iPos] == L'.') {
997 while (iPos < iLength && csFieldName[iPos] != L'.') {
1016 if (iPos >= iLength) {