Lines Matching defs:pos
181 int32_t pos = 0;
182 int32_t result = ICU_Utility::parseAsciiInteger(r->idStr, pos);
183 if (pos > 0) {
251 int32_t pos = 0;
252 int32_t result = ICU_Utility::parseAsciiInteger(aliasFromRegion->idStr, pos);
253 if ( pos > 0 ) {
299 int32_t pos = 0;
300 int32_t result = ICU_Utility::parseAsciiInteger(codeMappingNumber, pos);
301 if ( pos > 0 ) {
399 int32_t pos = UHASH_FIRST;
400 while ( const UHashElement* element = uhash_nextElement(newRegionIDMap.getAlias(),&pos)) {
725 pos(0), fRegionNames(nullptr) {
747 const UnicodeString* nextStr = (const UnicodeString *)fRegionNames->elementAt(pos);
749 pos++;
756 pos=0;